Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. hubÖ
  2. interface Tunnel124
  3. ip address 172.16.124.1 255.255.255.0
  4. no ip redirects
  5. ip mtu 1400
  6. ip nhrp authentication 124
  7. ip nhrp map multicast dynamic
  8. ip nhrp network-id 124
  9. ip nhrp redirect
  10. ip tcp adjust-mss 1360
  11. tunnel source Loopback1
  12. tunnel mode gre multipoint
  13. tunnel key 124
  14. end
  15.  
  16.  
  17. spoke:
  18. interface Tunnel124
  19. ip address 172.16.124.2 255.255.255.0
  20. no ip redirects
  21. ip mtu 1400
  22. ip nhrp authentication 124
  23. ip nhrp map multicast 1.1.1.1
  24. ip nhrp map 172.16.124.1 1.1.1.1
  25. ip nhrp network-id 124
  26. ip nhrp nhs 172.16.124.1
  27. ip nhrp shortcut
  28. ip tcp adjust-mss 1360
  29. tunnel source Loopback1
  30. tunnel mode gre multipoint
  31. tunnel key 124
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement