Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1.  
  2. Current configuration:
  3. !
  4. ! Configuration last changed by user '%RCM%' at Tue Feb 15 21:46:39 2011
  5. !
  6. !
  7. !
  8. !
  9. !
  10. !
  11. service multiple-contexts
  12. !
  13. service inter-context routing
  14. !
  15. !
  16. !
  17. !
  18. !
  19. !
  20. !
  21. !
  22. !
  23. !
  24. !
  25. !
  26. context local
  27. !
  28. no ip domain-lookup
  29. !
  30. interface if_MGMT
  31. description Management
  32. ip address 192.168.201.5/24
  33. logging console
  34. logging syslog 91.192.164.150 facility local7
  35. !
  36. enable encrypted 1 $1$........$kAe2GiAaEfeD52vWgOssy0
  37. enable authentication local
  38. !
  39. aaa authentication administrator local
  40. no aaa route-download
  41. !
  42. administrator komuch encrypted 1 $1$........$dLgyskr13grb55TMladvI0
  43. privilege start 1
  44. privilege max 15
  45. !
  46. !
  47. ip route 0.0.0.0/0 192.168.201.1
  48.  
  49. service ssh
  50. no service telnet server
  51. !
  52. !
  53. !
  54. context BGP
  55. !
  56. ip name-servers 217.8.168.244
  57. ip name-servers 213.134.134.134
  58. ip domain-lookup
  59. !
  60. interface if_AstroNet
  61. description Astro-Net
  62. ip address 91.192.165.161/29
  63. !
  64. interface if_CDP
  65. description CDP
  66. ip address 89.171.192.234/30
  67. !
  68. interface if_Enf
  69. description Enformatic
  70. ip address 193.19.166.2/30
  71. !
  72. interface if_GTS
  73. description GTS
  74. ip address 94.42.82.94/30
  75. !
  76. interface if_NM
  77. description Osiedlowka
  78. ip address 91.192.165.1/25
  79. !
  80. interface if_PLIX
  81. description PL-IX
  82. ip address 195.182.218.195/23
  83. !
  84. interface if_PodkarpackiNET
  85. description Podkarpacki.NET
  86. ip address 91.192.165.245/30
  87. !
  88. interface if_TPSA
  89. ip address 80.50.131.94/30
  90. !
  91. interface if_WSIZ
  92. description WSIiZ
  93. ip address 193.151.70.158/30
  94. !
  95. interface if_iBGP
  96. description ZETO iBGP AS42490
  97. ip address 91.192.165.250/30
  98. !
  99. interface loopback0 loopback
  100. ip address 91.192.165.253/32
  101. ip icmp suppress packet-too-big
  102. no logging console
  103. !
  104. as-path-list origin
  105. seq 10 permit ^$
  106. seq 20 deny any
  107. !
  108. route-map cdp-out permit 10
  109. match as-path-list origin
  110. set community no-export
  111. route-map cdp-out deny 9999
  112. !
  113. route-map gts-in permit 9999
  114. set community 42490:8246 additive
  115. !
  116. route-map gts-out permit 10
  117. match as-path-list origin
  118. set community 8246:2011 8246:2021 8246:2041 8246:2091 8246:2102 8246:2201 8246:2402
  119. route-map gts-out deny 9999
  120. !
  121. route-map ibgp-in permit 10
  122. match as-path-list origin
  123. route-map ibgp-in deny 20
  124. !
  125. route-map ibgp-out permit 10
  126. !
  127. route-map tp-out permit 10
  128. match as-path-list origin
  129. set community 5617:1201
  130. route-map tp-out deny 9999
  131. !
  132. router bgp 42490
  133. !
  134. !
  135. neighbor 80.50.131.93 external
  136. remote-as 5617
  137. send community
  138. description TP SA - AS5617
  139. address-family ipv4 unicast
  140. route-map tp-out out
  141. !
  142. neighbor 89.171.192.233 external
  143. remote-as 12968
  144. description CDP - AS12968
  145. send community
  146. address-family ipv4 unicast
  147. route-map cdp-out out
  148. !
  149. neighbor 91.192.165.249 internal
  150. update-source if_iBGP
  151. next-hop-self
  152. address-family ipv4 unicast
  153. route-map ibgp-in in
  154. route-map ibgp-out out
  155. !
  156. neighbor 94.42.82.93 external
  157. remote-as 8246
  158. send community
  159. description GTS - AS8246
  160. address-family ipv4 unicast
  161. route-map gts-in in
  162. route-map gts-out out
  163. !
  164. !
  165. !
  166. ip route 192.168.201.0/24 context local
  167. service ssh client
  168. !
  169. !
  170. !
  171. ! ** End Context **
  172. logging debug active
  173. logging tdm console
  174. logging active
  175.  
  176. ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement