Advertisement
Ilya_Bykonya

Untitled

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