Ilya_Bykonya

Untitled

Oct 10th, 2022
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. C-iBGP-33#sh run
  2. Building configuration...
  3.  
  4. Current configuration : 1671 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-33
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. !
  17. enable password 7 135445415F59
  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 075E731F1A5C
  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.7.33 255.255.255.0
  80. !
  81. interface Ethernet0/1
  82. ip address 13.1.10.33 255.255.255.0
  83. !
  84. interface Ethernet0/2
  85. ip address 13.1.9.33 255.255.255.0
  86. !
  87. interface Ethernet0/3
  88. ip address 13.1.13.33 255.255.255.0
  89. !
  90. interface Ethernet1/0
  91. no ip address
  92. shutdown
  93. !
  94. interface Ethernet1/1
  95. no ip address
  96. shutdown
  97. !
  98. interface Ethernet1/2
  99. no ip address
  100. shutdown
  101. !
  102. interface Ethernet1/3
  103. no ip address
  104. shutdown
  105. !
  106. router bgp 400
  107. bgp log-neighbor-changes
  108. network 13.1.7.0 mask 255.255.255.0
  109. network 13.1.9.0 mask 255.255.255.0
  110. network 13.1.10.0 mask 255.255.255.0
  111. network 13.1.13.0 mask 255.255.255.0
  112. redistribute connected
  113. neighbor 13.1.7.28 remote-as 400
  114. neighbor 13.1.7.28 route-reflector-client
  115. neighbor 13.1.9.101 remote-as 400
  116. neighbor 13.1.10.23 remote-as 400
  117. neighbor 13.1.13.106 remote-as 400
  118. !
  119. ip forward-protocol nd
  120. !
  121. !
  122. no ip http server
  123. no ip http secure-server
  124. !
  125. !
  126. !
  127. !
  128. !
  129. !
  130. control-plane
  131. !
  132. !
  133. !
  134. !
  135. !
  136. !
  137. !
  138. !
  139. line con 0
  140. logging synchronous
  141. line aux 0
  142. line vty 0 4
  143. exec-timeout 5 0
  144. logging synchronous
  145. transport input all
  146. !
  147. !
  148. end
  149.  
Add Comment
Please, Sign In to add comment