gibbsj87

OSPF and interface config

Oct 10th, 2017
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. interface Port-channel1
  2. description Outside IP to interface with ASA
  3. ip address 4.26.24.227 255.255.255.248
  4. ip redirects
  5. ip unreachables
  6. ip proxy-arp
  7. ip mtu 1500
  8. ip nat inside
  9. ip mfib forwarding input
  10. ip mfib forwarding output
  11. ip mfib cef input
  12. ip mfib cef output
  13. ip pim join-prune-interval 60
  14. ip pim dr-priority 1
  15. ip pim query-interval 30
  16. no ip flowspec
  17. ip cef accounting non-recursive internal
  18. ip load-sharing per-destination
  19. standby 0 ip 4.26.24.225
  20. standby 0 timers msec 300 msec 900
  21. standby 0 preempt delay minimum 3
  22. standby 0 name NorthlandInside
  23. ip route-cache cef
  24. ip route-cache
  25. ip split-horizon
  26. ip igmp last-member-query-interval 1000
  27. ip igmp last-member-query-count 2
  28. ip igmp query-max-response-time 10
  29. ip igmp v3-query-max-response-time 10
  30. ip igmp version 2
  31. ip igmp query-interval 60
  32. ip igmp tcn query count 2
  33. ip igmp tcn query interval 10
  34. ip ospf network broadcast
  35. ip ospf resync-timeout 40
  36. ip ospf dead-interval 40
  37. ip ospf hello-interval 10
  38. ip ospf priority 1
  39. ip ospf retransmit-interval 5
  40. ip ospf transmit-delay 1
  41. no ip ospf flood-reduction
  42. no ip ospf demand-circuit
  43. no ip ospf mtu-ignore
  44. no ip ospf database-filter all out
  45. no ip ospf adjacency stagger
  46. ip ospf fast-reroute per-prefix protection
  47. ip ospf fast-reroute per-prefix candidate
  48. no ip ospf prefix-attributes n-flag-clear
  49. ip ospf cost 1
  50. load-interval 300
  51. no shutdown
  52. no medium p2p
  53. ipv6 nd reachable-time 0
  54. ipv6 nd ns-interval 0
  55. ipv6 nd dad attempts 1
  56. ipv6 nd dad loopback detect
  57. ipv6 nd prefix framed-ipv6-prefix
  58. ipv6 nd nud igp
  59. no ipv6 nd ra solicited unicast
  60. ipv6 nd ra lifetime 1800
  61. ipv6 nd ra interval 200
  62. ipv6 redirects
  63. ipv6 unreachables
  64. ipv6 mfib forwarding input
  65. ipv6 mfib forwarding output
  66. ipv6 mfib cef input
  67. ipv6 mfib cef output
  68. no ipv6 flowspec
  69. snmp trap link-status
  70. mpls mtu 1500
  71. mpls mldp
  72. no mka pre-shared-key
  73. mka default-policy
  74. autonomic
  75. arp arpa
  76. arp timeout 14400
  77. no mop enabled
  78. clns route-cache
  79. spanning-tree port-priority 128
  80. spanning-tree cost 0
  81. no h323-gateway voip interface
  82. hold-queue 750 in
  83. hold-queue 40 out
  84. ip virtual-reassembly
  85. no bgp-policy accounting input
  86. no bgp-policy accounting output
  87. no bgp-policy accounting input source
  88. no bgp-policy accounting output source
  89. no bgp-policy source ip-prec-map
  90. no bgp-policy source ip-qos-map
  91. no bgp-policy destination ip-prec-map
  92. no bgp-policy destination ip-qos-map
  93. !
  94.  
  95. router ospf 1
  96. priority 64
  97. queue-depth update 200
  98. queue-depth hello unlimited
  99. compatible rfc1583
  100. no compatible rfc1587
  101. compatible rfc5243
  102. no interface-id snmp-if-index
  103. no ignore lsa mospf
  104. no ispf
  105. adjacency stagger 300 300
  106. event-log size 1000
  107. log-adjacency-changes
  108. discard-route external 254 internal 110
  109. no local-rib-criteria
  110. auto-cost reference-bandwidth 100
  111. limit retransmissions dc 24 non-dc 24
  112. no shutdown
  113. no prefix-suppression
  114. no nsr
  115. nsf cisco helper
  116. nsf ietf helper
  117. capability opaque
  118. capability lls
  119. capability transit
  120. no area 0 authentication
  121. area 0 default-cost 1
  122. timers throttle spf 5000 10000 10000
  123. timers throttle lsa 0 5000 5000
  124. timers lsa arrival 1000
  125. timers pacing lsa-group 240
  126. timers pacing flood 33
  127. timers pacing retransmission 66
  128. network 4.26.24.224 0.0.0.7 area 0
  129. network 172.30.254.4 0.0.0.3 area 0
  130. network 172.31.254.4 0.0.0.3 area 0
  131. network 172.32.254.4 0.0.0.3 area 0
  132. maximum-paths 4
  133. default-metric 20
  134. distance 110
  135. no bfd all-interfaces
  136. !
Advertisement
Add Comment
Please, Sign In to add comment