Ilya_Bykonya

Untitled

Oct 12th, 2022
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. C-RIP-1#sh run
  2. Building configuration...
  3.  
  4. Current configuration : 1499 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-RIP-1
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. !
  17. enable password 7 08701E1D5D4C
  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 040A59555B74
  61. !
  62. redundancy
  63. !
  64. !
  65. !
  66. !
  67. !
  68. !
  69. !
  70. !
  71. !
  72. !
  73. !
  74. !
  75. !
  76. !
  77. !
  78. interface Ethernet0/0
  79. description Lab2-Main-Router
  80. ip address 17.1.1.2 255.255.255.252
  81. !
  82. interface Ethernet0/1
  83. description C-RIP-3
  84. ip address 140.56.8.1 255.255.255.252
  85. !
  86. interface Ethernet0/2
  87. description C-RIP-2
  88. ip address 140.56.9.1 255.255.255.252
  89. !
  90. interface Ethernet0/3
  91. description M-OSPF-10
  92. ip address 18.1.1.1 255.255.255.252
  93. !
  94. router rip
  95. version 2
  96. redistribute connected
  97. redistribute bgp 200
  98. network 140.56.0.0
  99. default-metric 1
  100. no auto-summary
  101. !
  102. router bgp 200
  103. bgp log-neighbor-changes
  104. redistribute connected
  105. redistribute rip
  106. neighbor 17.1.1.1 remote-as 100
  107. neighbor 18.1.1.2 remote-as 300
  108. default-information originate
  109. default-metric 1
  110. !
  111. ip forward-protocol nd
  112. !
  113. !
  114. no ip http server
  115. no ip http secure-server
  116. !
  117. !
  118. !
  119. !
  120. !
  121. !
  122. control-plane
  123. !
  124. !
  125. !
  126. !
  127. !
  128. !
  129. !
  130. !
  131. line con 0
  132. logging synchronous
  133. line aux 0
  134. line vty 0 4
  135. exec-timeout 5 0
  136. logging synchronous
  137. transport input all
  138. !
  139. !
  140. end
  141.  
Add Comment
Please, Sign In to add comment