Ilya_Bykonya

Untitled

Oct 12th, 2022
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. C-RIP-10#sh run
  2. Building configuration...
  3.  
  4. Current configuration : 1539 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-10
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. !
  17. enable password 7 055A545C7519
  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 135445415F59
  61. !
  62. redundancy
  63. !
  64. !
  65. !
  66. !
  67. !
  68. !
  69. !
  70. !
  71. !
  72. !
  73. !
  74. !
  75. !
  76. !
  77. !
  78. interface Ethernet0/0
  79. description "M-RIP-1"
  80. ip address 186.13.48.2 255.255.255.252
  81. ip nat inside
  82. ip virtual-reassembly in
  83. !
  84. interface Ethernet0/1
  85. description "M-RIP-2"
  86. ip address 186.12.48.2 255.255.255.252
  87. ip nat inside
  88. ip virtual-reassembly in
  89. !
  90. interface Ethernet0/2
  91. description "C-RIP-7"
  92. ip address 80.18.83.2 255.255.255.252
  93. ip nat inside
  94. ip virtual-reassembly in
  95. !
  96. interface Ethernet0/3
  97. description "Extra-Net 1"
  98. ip address dhcp
  99. ip nat outside
  100. ip virtual-reassembly in
  101. !
  102. router rip
  103. version 2
  104. network 80.0.0.0
  105. network 186.12.0.0
  106. network 186.13.0.0
  107. default-information originate
  108. no auto-summary
  109. !
  110. ip forward-protocol nd
  111. !
  112. !
  113. no ip http server
  114. no ip http secure-server
  115. ip nat inside source list 1 interface Ethernet0/3 overload
  116. !
  117. !
  118. !
  119. access-list 1 permit any
  120. !
  121. !
  122. !
  123. control-plane
  124. !
  125. !
  126. !
  127. !
  128. !
  129. !
  130. !
  131. !
  132. line con 0
  133. logging synchronous
  134. line aux 0
  135. line vty 0 4
  136. exec-timeout 5 0
  137. logging synchronous
  138. transport input all
  139. !
  140. !
  141. end
  142.  
Add Comment
Please, Sign In to add comment