Guest User

R1 config

a guest
Jan 5th, 2020
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1.  
  2. R1#sh run
  3. Building configuration...
  4.  
  5. Current configuration : 3553 bytes
  6. !
  7. version 12.4
  8. service timestamps debug datetime msec
  9. service timestamps log datetime msec
  10. no service password-encryption
  11. !
  12. hostname R1
  13. !
  14. boot-start-marker
  15. boot-end-marker
  16. !
  17. logging buffered 4096
  18. !
  19. aaa new-model
  20. !
  21. !
  22. aaa authentication login default none
  23. aaa authentication enable default none
  24. !
  25. !
  26. aaa session-id common
  27. memory-size iomem 5
  28. ip cef
  29. !
  30. !
  31. no ip dhcp use vrf connected
  32. !
  33. ip dhcp pool hosts
  34. network 192.168.1.0 255.255.255.0
  35. domain-name lab.com
  36. default-router 192.168.1.1
  37. !
  38. !
  39. ip vrf vrf1
  40. rd 1.1.1.1:1
  41. route-target export 1.1.1.1:1
  42. route-target import 6.6.6.6:6
  43. !
  44. no ip domain lookup
  45. ip host R1 1.1.1.1
  46. ip host R2 2.2.2.2
  47. ip host R3 3.3.3.3
  48. ip host R4 4.4.4.4
  49. ip host R5 5.5.5.5
  50. ip host R6 6.6.6.6
  51. ip multicast-routing
  52. !
  53. ip ips signature-category
  54. category all
  55. enabled true
  56. !
  57. ipv6 unicast-routing
  58. !
  59. multilink bundle-name authenticated
  60. !
  61. archive
  62. log config
  63. hidekeys
  64. !
  65. interface Loopback0
  66. ip address 1.1.1.1 255.255.255.255
  67. ip pim sparse-dense-mode
  68. ip ospf network point-to-point
  69. ipv6 address 2002:DB8:FFFF::1/128
  70. ipv6 ospf 1 area 0
  71. !
  72. interface Loopback10
  73. ip vrf forwarding vrf1
  74. ip address 1.1.1.11 255.255.255.255
  75. !
  76. interface FastEthernet0/0
  77. description [To R2]
  78. ip address 100.64.0.1 255.255.255.252
  79. ip pim sparse-dense-mode
  80. ip ospf network point-to-point
  81. speed 100
  82. full-duplex
  83. ipv6 address autoconfig
  84. ipv6 ospf network point-to-point
  85. ipv6 ospf 1 area 0
  86. mpls ip
  87. !
  88. interface FastEthernet0/1
  89. description [To R3]
  90. ip address 100.64.0.5 255.255.255.252
  91. ip pim sparse-dense-mode
  92. ip ospf network point-to-point
  93. speed 100
  94. full-duplex
  95. ipv6 address autoconfig
  96. ipv6 ospf network point-to-point
  97. ipv6 ospf 1 area 0
  98. mpls ip
  99. !
  100. interface FastEthernet1/0
  101. no ip address
  102. ip pim sparse-dense-mode
  103. ip ospf network point-to-point
  104. speed 100
  105. full-duplex
  106. !
  107. interface FastEthernet2/0
  108. description [To LAN]
  109. ip vrf forwarding vrf1
  110. ip address 192.168.1.1 255.255.255.0
  111. ip ospf network point-to-point
  112. speed 100
  113. full-duplex
  114. !
  115. router ospf 1
  116. router-id 1.1.1.1
  117. log-adjacency-changes
  118. network 0.0.0.0 255.255.255.255 area 0
  119. !
  120. router rip
  121. version 2
  122. !
  123. address-family ipv4 vrf vrf1
  124. network 192.168.1.0
  125. no auto-summary
  126. exit-address-family
  127. !
  128. router bgp 65000
  129. bgp router-id 1.1.1.1
  130. bgp log-neighbor-changes
  131. neighbor lab peer-group
  132. neighbor lab remote-as 65000
  133. neighbor lab ebgp-multihop 255
  134. neighbor lab update-source Loopback0
  135. neighbor 4.4.4.4 remote-as 65000
  136. neighbor 4.4.4.4 ebgp-multihop 255
  137. neighbor 4.4.4.4 update-source Loopback0
  138. neighbor 2002:DB8::4 peer-group lab
  139. !
  140. address-family ipv4
  141. redistribute static
  142. neighbor 4.4.4.4 activate
  143. neighbor 2002:DB8::4 activate
  144. no auto-summary
  145. no synchronization
  146. network 1.1.1.1 mask 255.255.255.255
  147. exit-address-family
  148. !
  149. address-family vpnv4
  150. neighbor 4.4.4.4 activate
  151. neighbor 4.4.4.4 send-community extended
  152. exit-address-family
  153. !
  154. address-family ipv6
  155. neighbor 2002:DB8::4 activate
  156. network 70:70:70:70::/64
  157. exit-address-family
  158. !
  159. address-family ipv4 vrf vrf1
  160. redistribute connected
  161. no synchronization
  162. exit-address-family
  163. !
  164. ip forward-protocol nd
  165. ip route 100.1.1.21 255.255.255.255 Null0 250
  166. !
  167. !
  168. no ip http server
  169. no ip http secure-server
  170. !
  171. ipv6 route 70:70:70:70::/64 Null0
  172. ipv6 router ospf 1
  173. router-id 1.1.1.1
  174. log-adjacency-changes
  175. auto-cost reference-bandwidth 4294967
  176. !
  177. mpls ldp router-id Loopback0 force
  178. !
  179. !
  180. control-plane
  181. !
  182. line con 0
  183. logging synchronous
  184. line aux 0
  185. line vty 0 4
  186. privilege level 15
  187. line vty 5 15
  188. privilege level 15
  189. !
  190. !
  191. end
Advertisement
Add Comment
Please, Sign In to add comment