Guest User

Single port cisco router & switch config 12/3

a guest
Dec 3rd, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ROUTER
  2. rt.throom#sho run
  3. Building configuration...
  4.  
  5. Current configuration : 1015 bytes
  6. !
  7. version 12.1
  8. no service single-slot-reload-enable
  9. service timestamps debug uptime
  10. service timestamps log uptime
  11. no service password-encryption
  12. !
  13. hostname rt.throom
  14. !
  15. enable password To053cret
  16. !
  17. !
  18. !
  19. !
  20. !
  21. no ip subnet-zero
  22. ip dhcp excluded-address 172.17.7.1 172.17.7.2
  23. ip dhcp excluded-address 172.17.7.3 172.17.7.4
  24. ip dhcp excluded-address 172.17.7.5
  25. !
  26. ip dhcp pool VLAN200
  27. network 172.17.7.0 255.255.255.0
  28. default-router 172.17.7.1
  29. dns-server 8.8.8.8
  30. !
  31. ip audit notify log
  32. ip audit po max-events 100
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. interface Ethernet0/0
  41. no ip address
  42. !
  43. interface Ethernet0/0.100
  44. encapsulation dot1Q 100
  45. ip address 172.16.7.15 255.255.255.0
  46. ip nat outside
  47. !
  48. interface Ethernet0/0.200
  49. encapsulation dot1Q 200
  50. ip address 172.17.7.1 255.255.255.0
  51. ip nat inside
  52. !
  53. router eigrp 20
  54. network 172.16.0.0
  55. network 172.17.0.0
  56. no auto-summary
  57. no eigrp log-neighbor-changes
  58. !
  59. no ip classless
  60. no ip http server
  61. !
  62. access-list 1 permit 172.17.7.0 0.0.0.255
  63. !
  64. !
  65. line con 0
  66. line aux 0
  67. line vty 0 4
  68. login
  69. !
  70. end
  71.  
  72.  
  73. SWITCH
  74.  
  75. sw.throom#sho run
  76. Building configuration...
  77.  
  78. Current configuration:
  79. !
  80. version 11.2
  81. no service pad
  82. no service udp-small-servers
  83. no service tcp-small-servers
  84. !
  85. hostname sw.throom
  86. !
  87. enable password Oh5053cret
  88. !
  89. !
  90. no spanning-tree vlan 100
  91. no spanning-tree vlan 200
  92. ip subnet-zero
  93. !
  94. !
  95. interface VLAN1
  96. no ip address
  97. no ip route-cache
  98. !
  99. interface FastEthernet0/1
  100. switchport access vlan 100
  101. spanning-tree portfast
  102. !
  103. interface FastEthernet0/2
  104. switchport trunk encapsulation dot1q
  105. switchport mode trunk
  106. !
  107. interface FastEthernet0/3
  108. switchport access vlan 200
  109. spanning-tree portfast
  110. !
  111. interface FastEthernet0/4
  112. switchport access vlan 200
  113. spanning-tree portfast
  114. !
  115. interface FastEthernet0/5
  116. switchport access vlan 200
  117. spanning-tree portfast
  118. !
  119. interface FastEthernet0/6
  120. switchport access vlan 200
  121. spanning-tree portfast
  122. !
  123. interface FastEthernet0/7
  124. switchport access vlan 200
  125. spanning-tree portfast
  126. !
  127. interface FastEthernet0/8
  128. switchport access vlan 200
  129. spanning-tree portfast
  130. !
  131. interface FastEthernet0/9
  132. switchport access vlan 200
  133. spanning-tree portfast
  134. !
  135. interface FastEthernet0/10
  136. switchport access vlan 200
  137. spanning-tree portfast
  138. !
  139. interface FastEthernet0/11
  140. switchport access vlan 200
  141. spanning-tree portfast
  142. !
  143. interface FastEthernet0/12
  144. switchport access vlan 200
  145. spanning-tree portfast
  146. !
  147. interface FastEthernet0/13
  148. switchport access vlan 200
  149. spanning-tree portfast
  150. !
  151. interface FastEthernet0/14
  152. switchport access vlan 200
  153. spanning-tree portfast
  154. !
  155. interface FastEthernet0/15
  156. switchport access vlan 200
  157. spanning-tree portfast
  158. !
  159. interface FastEthernet0/16
  160. switchport access vlan 200
  161. spanning-tree portfast
  162. !
  163. interface FastEthernet0/17
  164. switchport access vlan 200
  165. spanning-tree portfast
  166. !
  167. interface FastEthernet0/18
  168. switchport access vlan 200
  169. spanning-tree portfast
  170. !
  171. interface FastEthernet0/19
  172. switchport access vlan 200
  173. spanning-tree portfast
  174. !
  175. interface FastEthernet0/20
  176. switchport access vlan 200
  177. spanning-tree portfast
  178. !
  179. interface FastEthernet0/21
  180. switchport access vlan 200
  181. spanning-tree portfast
  182. !
  183. interface FastEthernet0/22
  184. switchport access vlan 200
  185. spanning-tree portfast
  186. !
  187. interface FastEthernet0/23
  188. switchport access vlan 200
  189. spanning-tree portfast
  190. !
  191. interface FastEthernet0/24
  192. switchport access vlan 200
  193. spanning-tree portfast
  194. !
  195. !
  196. line con 0
  197. stopbits 1
  198. line vty 0 4
  199. login
  200. line vty 5 9
  201. login
  202. !
  203. end
Advertisement
Add Comment
Please, Sign In to add comment