Guest User

Untitled

a guest
Mar 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. Router-A#
  2. !
  3. key chain Netlab
  4. key 13
  5. key-string Netlabbuilder
  6. !
  7. interface Tunnel1
  8. description Site-B
  9. ip address 10.99.99.1 255.255.255.252
  10. ip mtu 1400
  11. ip authentication mode eigrp 10 md5
  12. ip authentication key-chain eigrp 10 Netlab
  13. ip tcp adjust-mss 1360
  14. cdp enable
  15. tunnel source 13.1.87.2
  16. tunnel destination 10.12.85.2
  17. end
  18. !
  19. Router-A#show ip eigrp neighbors tunnel 1
  20. IP-EIGRP neighbors for process 10
  21. H Address Interface Hold Uptime SRTT RTO Q Seq
  22. (sec) (ms) Cnt Num
  23. 1 10.99.99.2 Tu1 13 00:04:38 54 5000 0 17
  24.  
  25. #####
  26.  
  27. Router-B#
  28. !
  29. key chain Netlab
  30. key 13
  31. key-string Netlabbuilder
  32. !
  33. interface Tunnel1
  34. description Site-A
  35. ip address 10.99.99.2 255.255.255.252
  36. ip mtu 1400
  37. ip authentication mode eigrp 10 md5
  38. ip authentication key-chain eigrp 10 Netlab
  39. ip tcp adjust-mss 1360
  40. cdp enable
  41. tunnel source 10.12.85.2
  42. tunnel destination 13.1.87.2
  43. end
  44. !
  45. Router-B#show ip eigrp neighbors tunnel 1
  46. IP-EIGRP neighbors for process 10
  47. H Address Interface Hold Uptime SRTT RTO Q Seq
  48. (sec) (ms) Cnt Num
  49. 0 10.99.99.1 Tu1 13 00:05:55 212 5000 0 10
Add Comment
Please, Sign In to add comment