Ilya_Bykonya

Untitled

Oct 10th, 2022
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. C-iBGP-23#sh run
  2. Building configuration...
  3.  
  4. Current configuration : 1804 bytes
  5. !
  6. version 15.4
  7. service timestamps debug datetime msec
  8. service timestamps log datetime msec
  9. service password-encryption
  10. !
  11. hostname C-iBGP-23
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. !
  17. enable password 7 014254570F5E
  18. !
  19. aaa new-model
  20. !
  21. !
  22. !
  23. !
  24. !
  25. !
  26. !
  27. aaa session-id common
  28. clock timezone EET 2 0
  29. mmi polling-interval 60
  30. no mmi auto-configure
  31. no mmi pvc
  32. mmi snmp-timeout 180
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41.  
  42.  
  43. !
  44. !
  45. !
  46. !
  47. ip domain name roga.i.kopyta
  48. ip cef
  49. no ipv6 cef
  50. !
  51. multilink bundle-name authenticated
  52. !
  53. !
  54. !
  55. !
  56. !
  57. !
  58. !
  59. !
  60. username administrator privilege 15 password 7 1543595F507F
  61. !
  62. redundancy
  63. !
  64. !
  65. !
  66. !
  67. !
  68. !
  69. !
  70. !
  71. !
  72. !
  73. !
  74. !
  75. !
  76. !
  77. !
  78. interface Ethernet0/0
  79. ip address 13.1.4.23 255.255.255.0
  80. !
  81. interface Ethernet0/1
  82. ip address 13.1.10.23 255.255.255.0
  83. !
  84. interface Ethernet0/2
  85. ip address 13.1.8.23 255.255.255.0
  86. !
  87. interface Ethernet0/3
  88. ip address 13.1.12.23 255.255.255.0
  89. !
  90. interface Ethernet1/0
  91. ip address 13.1.14.23 255.255.255.0
  92. !
  93. interface Ethernet1/1
  94. no ip address
  95. shutdown
  96. !
  97. interface Ethernet1/2
  98. no ip address
  99. shutdown
  100. !
  101. interface Ethernet1/3
  102. no ip address
  103. shutdown
  104. !
  105. router bgp 400
  106. bgp log-neighbor-changes
  107. network 13.1.4.0 mask 255.255.255.0
  108. network 13.1.8.0 mask 255.255.255.0
  109. network 13.1.10.0 mask 255.255.255.0
  110. network 13.1.12.0 mask 255.255.255.0
  111. network 13.1.14.0 mask 255.255.255.0
  112. redistribute connected
  113. neighbor 13.1.4.15 remote-as 400
  114. neighbor 13.1.8.101 remote-as 400
  115. neighbor 13.1.10.33 remote-as 400
  116. neighbor 13.1.12.104 remote-as 400
  117. neighbor 13.1.12.104 route-reflector-client
  118. neighbor 13.1.14.106 remote-as 400
  119. neighbor 13.1.14.106 route-reflector-client
  120. !
  121. ip forward-protocol nd
  122. !
  123. !
  124. no ip http server
  125. no ip http secure-server
  126. !
  127. !
  128. !
  129. !
  130. !
  131. !
  132. control-plane
  133. !
  134. !
  135. !
  136. !
  137. !
  138. !
  139. !
  140. !
  141. line con 0
  142. logging synchronous
  143. line aux 0
  144. line vty 0 4
  145. exec-timeout 5 0
  146. logging synchronous
  147. transport input all
  148. !
  149. !
  150. end
  151.  
Add Comment
Please, Sign In to add comment