Advertisement
Ilya_Bykonya

Untitled

Oct 10th, 2022
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1.  
  2. C-IBGP-102#sh run
  3. Building configuration...
  4.  
  5. Current configuration : 1711 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-102
  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 014254570F5E
  62. !
  63. redundancy
  64. !
  65. !
  66. !
  67. !
  68. !
  69. !
  70. !
  71. !
  72. !
  73. !
  74. !
  75. !
  76. !
  77. !
  78. !
  79. interface Ethernet0/0
  80. ip address 16.1.1.2 255.255.255.252
  81. !
  82. interface Ethernet0/1
  83. ip address 15.1.1.1 255.255.255.252
  84. !
  85. interface Ethernet0/2
  86. ip address 13.1.1.102 255.255.255.0
  87. !
  88. interface Ethernet0/3
  89. ip address 13.1.2.102 255.255.255.0
  90. !
  91. interface Ethernet1/0
  92. ip address 13.1.3.102 255.255.255.0
  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.1.0 mask 255.255.255.0
  109. network 13.1.2.0 mask 255.255.255.0
  110. network 13.1.3.0 mask 255.255.255.0
  111. network 15.1.1.0 mask 255.255.255.252
  112. network 16.1.1.0 mask 255.255.255.252
  113. redistribute connected
  114. neighbor 13.1.1.15 remote-as 400
  115. neighbor 13.1.2.101 remote-as 400
  116. neighbor 13.1.3.28 remote-as 400
  117. neighbor 15.1.1.2 remote-as 300
  118. neighbor 16.1.1.1 remote-as 100
  119. !
  120. ip forward-protocol nd
  121. !
  122. !
  123. no ip http server
  124. no ip http secure-server
  125. !
  126. !
  127. !
  128. !
  129. !
  130. !
  131. control-plane
  132. !
  133. !
  134. !
  135. !
  136. !
  137. !
  138. !
  139. !
  140. line con 0
  141. logging synchronous
  142. line aux 0
  143. line vty 0 4
  144. exec-timeout 5 0
  145. logging synchronous
  146. transport input all
  147. !
  148. !
  149. end
  150.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement