Advertisement
Ilya_Bykonya

Untitled

Oct 10th, 2022
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. Building configuration...
  2.  
  3. Current configuration : 1670 bytes
  4. !
  5. version 15.4
  6. service timestamps debug datetime msec
  7. service timestamps log datetime msec
  8. service password-encryption
  9. !
  10. hostname C-iBGP-15
  11. !
  12. boot-start-marker
  13. boot-end-marker
  14. !
  15. !
  16. enable password 7 00554155500E
  17. !
  18. aaa new-model
  19. !
  20. !
  21. !
  22. !
  23. !
  24. !
  25. !
  26. aaa session-id common
  27. clock timezone EET 2 0
  28. mmi polling-interval 60
  29. no mmi auto-configure
  30. no mmi pvc
  31. mmi snmp-timeout 180
  32. !
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40.  
  41.  
  42. !
  43. !
  44. !
  45. !
  46. ip domain name roga.i.kopyta
  47. ip cef
  48. no ipv6 cef
  49. !
  50. multilink bundle-name authenticated
  51. !
  52. !
  53. !
  54. !
  55. !
  56. !
  57. !
  58. !
  59. username administrator privilege 15 password 7 00554155500E
  60. !
  61. redundancy
  62. !
  63. !
  64. !
  65. !
  66. !
  67. !
  68. !
  69. !
  70. !
  71. !
  72. !
  73. !
  74. !
  75. !
  76. !
  77. interface Ethernet0/0
  78. ip address 13.1.1.15 255.255.255.0
  79. !
  80. interface Ethernet0/1
  81. ip address 13.1.11.15 255.255.255.0
  82. !
  83. interface Ethernet0/2
  84. ip address 13.1.4.15 255.255.255.0
  85. !
  86. interface Ethernet0/3
  87. ip address 13.1.5.15 255.255.255.0
  88. !
  89. interface Ethernet1/0
  90. no ip address
  91. shutdown
  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.1.0 mask 255.255.255.0
  108. network 13.1.4.0 mask 255.255.255.0
  109. network 13.1.5.0 mask 255.255.255.0
  110. network 13.1.11.0 mask 255.255.255.0
  111. redistribute connected
  112. neighbor 13.1.1.102 remote-as 400
  113. neighbor 13.1.1.102 route-reflector-client
  114. neighbor 13.1.4.23 remote-as 400
  115. neighbor 13.1.5.101 remote-as 400
  116. neighbor 13.1.11.104 remote-as 400
  117. !
  118. ip forward-protocol nd
  119. !
  120. !
  121. no ip http server
  122. no ip http secure-server
  123. !
  124. !
  125. !
  126. !
  127. !
  128. !
  129. control-plane
  130. !
  131. !
  132. !
  133. !
  134. !
  135. !
  136. !
  137. !
  138. line con 0
  139. logging synchronous
  140. --More--
  141. *Oct 10 06:55:41.826: %BGP-5-ADJCHANGE: neighbor 13.1.4.23 Up
  142. line aux 0
  143. line vty 0 4
  144. exec-timeout 5 0
  145. logging synchronous
  146. transport input all
  147. !
  148. !
  149.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement