Advertisement
Ilya_Bykonya

Untitled

Oct 10th, 2022
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1.  
  2. C-iBGP-28#sh run
  3. Building configuration...
  4.  
  5. Current configuration : 1584 bytes
  6. !
  7. version 15.4
  8. service timestamps debug datetime msec
  9. service timestamps log datetime msec
  10. service password-encryption
  11. !
  12. hostname C-iBGP-28
  13. !
  14. boot-start-marker
  15. boot-end-marker
  16. !
  17. !
  18. enable password 7 040A59555B74
  19. !
  20. aaa new-model
  21. !
  22. !
  23. !
  24. !
  25. !
  26. !
  27. !
  28. aaa session-id common
  29. clock timezone EET 2 0
  30. mmi polling-interval 60
  31. no mmi auto-configure
  32. no mmi pvc
  33. mmi snmp-timeout 180
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42.  
  43.  
  44. !
  45. !
  46. !
  47. !
  48. ip domain name roga.i.kopyta
  49. ip cef
  50. no ipv6 cef
  51. !
  52. multilink bundle-name authenticated
  53. !
  54. !
  55. !
  56. !
  57. !
  58. !
  59. !
  60. !
  61. username administrator privilege 15 password 7 040A59555B74
  62. !
  63. redundancy
  64. !
  65. !
  66. !
  67. !
  68. !
  69. !
  70. !
  71. !
  72. !
  73. !
  74. !
  75. !
  76. !
  77. !
  78. !
  79. interface Ethernet0/0
  80. no ip address
  81. shutdown
  82. !
  83. interface Ethernet0/1
  84. ip address 13.1.3.28 255.255.255.0
  85. !
  86. interface Ethernet0/2
  87. ip address 13.1.7.28 255.255.255.0
  88. !
  89. interface Ethernet0/3
  90. ip address 13.1.6.28 255.255.255.0
  91. !
  92. interface Ethernet1/0
  93. no ip address
  94. shutdown
  95. !
  96. interface Ethernet1/1
  97. no ip address
  98. shutdown
  99. !
  100. interface Ethernet1/2
  101. no ip address
  102. shutdown
  103. !
  104. interface Ethernet1/3
  105. no ip address
  106. shutdown
  107. !
  108. router bgp 400
  109. bgp log-neighbor-changes
  110. network 13.1.3.0 mask 255.255.255.0
  111. network 13.1.6.0 mask 255.255.255.0
  112. network 13.1.7.0 mask 255.255.255.0
  113. redistribute connected
  114. neighbor 13.1.3.102 remote-as 400
  115. neighbor 13.1.3.102 route-reflector-client
  116. neighbor 13.1.6.101 remote-as 400
  117. neighbor 13.1.7.33 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.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement