nicolaides_nikos

Untitled

Jan 5th, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. R5#sh run
  2. Building configuration...
  3.  
  4. Current configuration : 3057 bytes
  5. !
  6. version 12.4
  7. service timestamps debug datetime msec
  8. service timestamps log datetime msec
  9. no service password-encryption
  10. !
  11. hostname R5
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. logging buffered 4096
  17. !
  18. aaa new-model
  19. !
  20. !
  21. aaa authentication login default none
  22. aaa authentication enable default none
  23. !
  24. !
  25. aaa session-id common
  26. memory-size iomem 5
  27. no ip icmp rate-limit unreachable
  28. ip cef
  29. !
  30. !
  31. !
  32. !
  33. ip vrf vrf1
  34. rd 65000:1
  35. !
  36. no ip domain lookup
  37. ip host R1 1.1.1.1
  38. ip host R2 2.2.2.2
  39. ip host R3 3.3.3.3
  40. ip host R4 4.4.4.4
  41. ip host R5 5.5.5.5
  42. ip host R6 6.6.6.6
  43. ip multicast-routing
  44. ipv6 unicast-routing
  45. !
  46. multilink bundle-name authenticated
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. !
  54. !
  55. !
  56. !
  57. !
  58. !
  59. !
  60. !
  61. !
  62. !
  63. !
  64. !
  65. !
  66. !
  67. !
  68. archive
  69. log config
  70. hidekeys
  71. !
  72. !
  73. !
  74. !
  75. ip tcp synwait-time 5
  76. !
  77. !
  78. !
  79. !
  80. interface Loopback0
  81. ip address 5.5.5.5 255.255.255.255
  82. ip pim sparse-dense-mode
  83. ip ospf network point-to-point
  84. ipv6 address 2002:DB8:FFFF::5/128
  85. ipv6 ospf 1 area 0
  86. !
  87. interface Loopback1
  88. ip vrf forwarding vrf1
  89. ip address 192.168.12.1 255.255.255.0
  90. !
  91. interface FastEthernet0/0
  92. no ip address
  93. ip pim sparse-dense-mode
  94. ip ospf network point-to-point
  95. speed 100
  96. full-duplex
  97. ipv6 address autoconfig
  98. !
  99. interface FastEthernet0/1
  100. ip address 100.64.0.10 255.255.255.252
  101. ip pim sparse-dense-mode
  102. ip ospf network point-to-point
  103. speed 100
  104. full-duplex
  105. ipv6 address autoconfig
  106. ipv6 ospf network point-to-point
  107. ipv6 ospf 1 area 0
  108. mpls ip
  109. !
  110. interface FastEthernet1/0
  111. ip address 100.64.0.22 255.255.255.252
  112. ip pim sparse-dense-mode
  113. ip ospf network point-to-point
  114. speed 100
  115. full-duplex
  116. ipv6 address autoconfig
  117. ipv6 ospf network point-to-point
  118. ipv6 ospf 1 area 0
  119. mpls ip
  120. !
  121. interface FastEthernet2/0
  122. no ip address
  123. ip pim sparse-dense-mode
  124. ip igmp join-group 239.1.1.1
  125. ip ospf network point-to-point
  126. speed 100
  127. full-duplex
  128. !
  129. router ospf 1
  130. router-id 5.5.5.5
  131. log-adjacency-changes
  132. network 0.0.0.0 255.255.255.255 area 0
  133. !
  134. router bgp 65000
  135. no synchronization
  136. bgp router-id 5.5.5.5
  137. bgp log-neighbor-changes
  138. network 5.5.5.5 mask 255.255.255.255
  139. neighbor lab peer-group
  140. neighbor lab remote-as 65000
  141. neighbor lab ebgp-multihop 255
  142. neighbor lab update-source Loopback0
  143. neighbor 4.4.4.4 remote-as 65000
  144. neighbor 4.4.4.4 ebgp-multihop 255
  145. neighbor 4.4.4.4 update-source Loopback0
  146. neighbor 2002:DB8::4 peer-group lab
  147. no auto-summary
  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. exit-address-family
  157. !
  158. address-family ipv4 vrf vrf1
  159. no synchronization
  160. exit-address-family
  161. !
  162. ip forward-protocol nd
  163. !
  164. !
  165. ip http server
  166. no ip http secure-server
  167. !
  168. no cdp log mismatch duplex
  169. ipv6 router ospf 1
  170. router-id 5.5.5.5
  171. log-adjacency-changes
  172. auto-cost reference-bandwidth 4294967
  173. !
  174. !
  175. !
  176. !
  177. !
  178. mpls ldp router-id Loopback0 force
  179. !
  180. !
  181. control-plane
  182. !
  183. !
  184. !
  185. !
  186. !
  187. !
  188. !
  189. !
  190. !
  191. !
  192. line con 0
  193. exec-timeout 0 0
  194. privilege level 15
  195. logging synchronous
  196. line aux 0
  197. exec-timeout 0 0
  198. privilege level 15
  199. logging synchronous
  200. line vty 0 4
  201. privilege level 15
  202. line vty 5 15
  203. privilege level 15
  204. !
  205. !
  206. end
  207.  
  208. R5#
  209. R5#
Add Comment
Please, Sign In to add comment