Advertisement
Guest User

Untitled

a guest
Jun 19th, 2014
634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. !
  2. !
  3. !
  4. snmp-server community private rw
  5. snmp-server community public ro
  6. !
  7. !
  8. username admin access-level 15
  9. username admin password 7 xxxxx
  10. username guest access-level 0
  11. username guest password 7 xxxxx
  12. enable password level 15 7 xxxxx
  13. !
  14. !
  15. !
  16. vlan database
  17. vlan 1 name DefaultVlan media ethernet state active
  18. vlan 200 name mgmt media ethernet state active
  19. !
  20. !
  21. !
  22. !
  23. !
  24. !
  25. interface ethernet 1/1
  26. switchport allowed vlan add 1,200 untagged
  27. switchport native vlan 1
  28. !
  29. interface ethernet 1/2
  30. switchport allowed vlan add 1 untagged
  31. switchport native vlan 1
  32. !
  33. interface ethernet 1/3
  34. switchport allowed vlan add 1 untagged
  35. switchport native vlan 1
  36. !
  37. interface ethernet 1/4
  38. switchport allowed vlan add 1 untagged
  39. switchport native vlan 1
  40. !
  41. interface ethernet 1/5
  42. switchport allowed vlan add 1 untagged
  43. switchport native vlan 1
  44. !
  45. interface ethernet 1/6
  46. switchport allowed vlan add 1 untagged
  47. switchport native vlan 1
  48. !
  49. interface ethernet 1/7
  50. switchport allowed vlan add 1 untagged
  51. switchport native vlan 1
  52. !
  53. interface ethernet 1/8
  54. switchport allowed vlan add 1 untagged
  55. switchport native vlan 1
  56. !
  57. interface ethernet 1/9
  58. switchport allowed vlan add 1 untagged
  59. switchport native vlan 1
  60. !
  61. interface ethernet 1/10
  62. switchport allowed vlan add 1 untagged
  63. switchport native vlan 1
  64. !
  65. interface ethernet 1/11
  66. switchport allowed vlan add 1 untagged
  67. switchport native vlan 1
  68. !
  69. interface ethernet 1/12
  70. switchport allowed vlan add 1 untagged
  71. switchport native vlan 1
  72. !
  73. interface ethernet 1/13
  74. switchport allowed vlan add 1 untagged
  75. switchport native vlan 1
  76. !
  77. interface ethernet 1/14
  78. switchport allowed vlan add 1 untagged
  79. switchport native vlan 1
  80. !
  81. interface ethernet 1/15
  82. switchport allowed vlan add 1 untagged
  83. switchport native vlan 1
  84. !
  85. interface ethernet 1/16
  86. switchport allowed vlan add 1 untagged
  87. switchport native vlan 1
  88. !
  89. interface ethernet 1/17
  90. switchport allowed vlan add 1 untagged
  91. switchport native vlan 1
  92. !
  93. interface ethernet 1/18
  94. switchport allowed vlan add 1 untagged
  95. switchport native vlan 1
  96. !
  97. interface ethernet 1/19
  98. switchport allowed vlan add 1 untagged
  99. switchport native vlan 1
  100. !
  101. interface ethernet 1/20
  102. switchport allowed vlan add 1 untagged
  103. switchport native vlan 1
  104. !
  105. interface ethernet 1/21
  106. switchport allowed vlan add 1 untagged
  107. switchport native vlan 1
  108. !
  109. interface ethernet 1/22
  110. switchport allowed vlan add 1 untagged
  111. switchport native vlan 1
  112. !
  113. interface ethernet 1/23
  114. switchport allowed vlan add 1 untagged
  115. switchport native vlan 1
  116. !
  117. interface ethernet 1/24
  118. switchport allowed vlan add 1 untagged
  119. switchport native vlan 1
  120. switchport mode trunk
  121. switchport allowed vlan add 1,200 tagged
  122. !
  123. !
  124. !
  125. interface vlan 1
  126. ip address 192.168.1.253 255.255.255.0
  127. !
  128. !
  129. !
  130. !
  131. !
  132. !
  133. ip default-gateway 192.168.1.254
  134. !
  135. !
  136. !
  137. !
  138. !
  139. !
  140. !
  141. !
  142. !
  143. !
  144. !
  145. !
  146. !
  147. !
  148. line console
  149. !
  150. !
  151. line vty
  152. !
  153. !
  154. !
  155. end
  156. !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement