Advertisement
Guest User

Router

a guest
Apr 23rd, 2018
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. Building configuration...
  2. Current configuration : 1963 bytes
  3. !
  4. version 12.4
  5. service timestamps debug datetime msec
  6. service timestamps log datetime msec
  7. no service password-encryption
  8. !
  9. hostname R1
  10. !
  11. boot-start-marker
  12. boot-end-marker
  13. !
  14. !
  15. no aaa new-model
  16. memory-size iomem 5
  17. no ip icmp rate-limit unreachable
  18. ip cef
  19. !
  20. !
  21. no ip dhcp use vrf connected
  22. !
  23. ip dhcp pool vlan30
  24. network 192.168.2.0 255.255.255.0
  25. default-router 192.168.2.1
  26. dns-server 8.8.8.8
  27. !
  28. ip dhcp pool vlan40
  29. network 192.168.0.0 255.255.254.0
  30. default-router 192.168.0.1
  31. dns-server 8.8.8.8
  32. !
  33. !
  34. ip name-server 8.8.8.8
  35. ip name-server 8.8.4.4
  36. ip auth-proxy max-nodata-conns 3
  37. ip admission max-nodata-conns 3
  38. !
  39. multilink bundle-name authenticated
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. !
  54. !
  55. !
  56. !
  57. !
  58. !
  59. !
  60. archive
  61. log config
  62. hidekeys
  63. !
  64. !
  65. !
  66. !
  67. ip tcp synwait-time 5
  68. !
  69. !
  70. !
  71. !
  72. interface FastEthernet0/0
  73. ip address 172.16.11.13 255.255.255.252
  74. duplex auto
  75. speed auto
  76. !
  77. interface FastEthernet0/1
  78. ip address 172.16.11.10 255.255.255.252
  79. duplex auto
  80. speed auto
  81. !
  82. interface FastEthernet1/0
  83. no ip address
  84. duplex auto
  85. speed auto
  86. !
  87. interface FastEthernet1/0.30
  88. description vlan30
  89. encapsulation dot1Q 30
  90. ip address 192.168.2.1 255.255.255.0
  91. !
  92. interface FastEthernet1/0.40
  93. description vlan40
  94. encapsulation dot1Q 40
  95. ip address 192.168.0.1 255.255.254.0
  96. !
  97. interface FastEthernet2/0
  98. no ip address
  99. shutdown
  100. duplex auto
  101. speed auto
  102. !
  103. router ospf 1
  104. log-adjacency-changes
  105. network 172.16.11.4 0.0.0.3 area 0
  106. network 172.16.11.8 0.0.0.3 area 0
  107. network 172.16.11.12 0.0.0.3 area 0
  108. network 172.16.11.0 0.0.0.255 area 0
  109. network 192.168.0.0 0.0.1.255 area 0
  110. network 192.168.2.0 0.0.0.255 area 0
  111. !
  112. ip forward-protocol nd
  113. ip route 0.0.0.0 0.0.0.0 172.16.11.1
  114. !
  115. !
  116. no ip http server
  117. no ip http secure-server
  118. ip dns server
  119. !
  120. no cdp log mismatch duplex
  121. !
  122. !
  123. !
  124. !
  125. !
  126. !
  127. control-plane
  128. !
  129. !
  130. !
  131. !
  132. !
  133. !
  134. !
  135. !
  136. !
  137. !
  138. line con 0
  139. exec-timeout 0 0
  140. privilege level 15
  141. logging synchronous
  142. line aux 0
  143. exec-timeout 0 0
  144. privilege level 15
  145. logging synchronous
  146. line vty 0 4
  147. login
  148. !
  149. !
  150. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement