Advertisement
Guest User

Untitled

a guest
Jan 12th, 2014
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. DMZ-SWITCH#show run
  2. Building configuration...
  3.  
  4. Current configuration : 1994 bytes
  5. !
  6. version 12.1
  7. no service pad
  8. service timestamps debug uptime
  9. service timestamps log uptime
  10. no service password-encryption
  11. !
  12. hostname DMZ-SWITCH
  13. !
  14. enable password class
  15. !
  16. username cisco password class
  17. ip subnet-zero
  18. !
  19. no ip domain-lookup
  20. !
  21. spanning-tree mode pvst
  22. no spanning-tree optimize bpdu transmission
  23. spanning-tree extend system-id
  24. !
  25. !
  26. !
  27. !
  28. interface FastEthernet0/1
  29. switchport mode access
  30. !
  31. interface FastEthernet0/2
  32. switchport mode access
  33. !
  34. interface FastEthernet0/3
  35. switchport mode access
  36. !
  37. interface FastEthernet0/4
  38. switchport mode access
  39. !
  40. interface FastEthernet0/5
  41. switchport mode access
  42. !
  43. interface FastEthernet0/6
  44. switchport mode access
  45. !
  46. interface FastEthernet0/7
  47. switchport mode access
  48. !
  49. interface FastEthernet0/8
  50. switchport mode access
  51. !
  52. interface FastEthernet0/9
  53. switchport access vlan 2
  54. switchport mode access
  55. !
  56. interface FastEthernet0/10
  57. switchport access vlan 2
  58. switchport mode access
  59. !
  60. interface FastEthernet0/11
  61. switchport access vlan 2
  62. switchport mode access
  63. !
  64. interface FastEthernet0/12
  65. switchport access vlan 2
  66. switchport mode access
  67. !
  68. interface FastEthernet0/13
  69. switchport access vlan 2
  70. switchport mode access
  71. !
  72. interface FastEthernet0/14
  73. switchport access vlan 2
  74. switchport mode access
  75. !
  76. interface FastEthernet0/15
  77. switchport access vlan 2
  78. switchport mode access
  79. !
  80. interface FastEthernet0/16
  81. switchport access vlan 2
  82. switchport mode access
  83. !
  84. interface FastEthernet0/17
  85. !
  86. interface FastEthernet0/18
  87. !
  88. interface FastEthernet0/19
  89. !
  90. interface FastEthernet0/20
  91. !
  92. interface FastEthernet0/21
  93. !
  94. interface FastEthernet0/22
  95. !
  96. interface FastEthernet0/23
  97. !
  98. interface FastEthernet0/24
  99. switchport trunk native vlan 3
  100. switchport mode trunk
  101. !
  102. interface Vlan1
  103. ip address 10.1.1.253 255.255.255.0
  104. no ip route-cache
  105. !
  106. ip default-gateway 10.1.1.1
  107. ip http server
  108. !
  109. line con 0
  110. privilege level 15
  111. logging synchronous
  112. login
  113. line vty 0
  114. password easy123
  115. logging synchronous
  116. login
  117. line vty 1 4
  118. login
  119. line vty 5 15
  120. login
  121. !
  122. !
  123. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement