Advertisement
RyanM74

ospf-core

Feb 25th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. interface Tunnel63 AKA working..
  2. description *** TUN200 ***
  3. bandwidth 10000000
  4. ip address 172.31.0.197 255.255.255.252
  5. ip mtu 1476
  6. ip tcp adjust-mss 1436
  7. ip ospf message-digest-key 1 md5 7 081156692F03
  8. ip ospf network non-broadcast
  9. keepalive 5 2
  10. tunnel source 172.19.139.253
  11. tunnel destination 10.55.163.170
  12. tunnel path-mtu-discovery
  13. tunnel vrf LEVEL3
  14. end
  15.  
  16. interface Tunnel43 AKA failing..
  17. description *** TUN100 ***
  18. bandwidth 10000000
  19. ip address 172.31.0.97 255.255.255.252
  20. ip mtu 1476
  21. ip tcp adjust-mss 1436
  22. ip ospf message-digest-key 1 md5 7 0955742709513
  23. ip ospf network non-broadcast
  24. keepalive 5 2
  25. tunnel source 10.254.3.202
  26. tunnel destination 10.55.163.170
  27. tunnel path-mtu-discovery
  28. end
  29.  
  30.  
  31. router ospf 1
  32. router-id 10.1.0.1
  33. log-adjacency-changes
  34. area 0 authentication message-digest
  35. redistribute connected subnets route-map RM_CONN_TO_OSPF
  36. redistribute static subnets route-map RM_STATIC_TO_OSPF
  37. network 172.31.0.0 0.0.255.255 area 0
  38. neighbor 172.31.0.198
  39. neighbor 172.31.0.98
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement