Advertisement
Ilya_Bykonya

Untitled

Oct 12th, 2022
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. C-IBGP-102#sh run
  2. Building configuration...
  3.  
  4. Current configuration : 1711 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-102
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. !
  17. enable password 7 040A59555B74
  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 014254570F5E
  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 16.1.1.2 255.255.255.252
  80. !
  81. interface Ethernet0/1
  82. ip address 15.1.1.1 255.255.255.252
  83. !
  84. interface Ethernet0/2
  85. ip address 13.1.1.102 255.255.255.0
  86. !
  87. interface Ethernet0/3
  88. ip address 13.1.2.102 255.255.255.0
  89. !
  90. interface Ethernet1/0
  91. ip address 13.1.3.102 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.1.0 mask 255.255.255.0
  108. network 13.1.2.0 mask 255.255.255.0
  109. network 13.1.3.0 mask 255.255.255.0
  110. network 15.1.1.0 mask 255.255.255.252
  111. network 16.1.1.0 mask 255.255.255.252
  112. redistribute connected
  113. neighbor 13.1.1.15 remote-as 400
  114. neighbor 13.1.2.101 remote-as 400
  115. neighbor 13.1.3.28 remote-as 400
  116. neighbor 15.1.1.2 remote-as 300
  117. neighbor 16.1.1.1 remote-as 100
  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.  
  150.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement