Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. spanning-tree mode pvst
  2. spanning-tree extend system-id
  3. !
  4. !
  5. !
  6. !
  7. vlan internal allocation policy ascending
  8. !
  9. !
  10. !
  11. interface FastEthernet0
  12. no ip address
  13. shutdown
  14. !
  15. interface GigabitEthernet1/0/1
  16. switchport access vlan 30
  17. switchport mode access
  18. !
  19. interface GigabitEthernet1/0/2
  20. switchport access vlan 30
  21. switchport mode access
  22. !
  23. interface GigabitEthernet1/0/3
  24. switchport access vlan 30
  25. switchport mode access
  26. !
  27. interface GigabitEthernet1/0/4
  28. switchport access vlan 30
  29. switchport mode access
  30. !
  31. interface GigabitEthernet1/0/5
  32. switchport access vlan 30
  33. switchport mode access
  34. !
  35. interface GigabitEthernet1/0/6
  36. switchport access vlan 30
  37. switchport mode access
  38. !
  39. interface GigabitEthernet1/0/7
  40. switchport access vlan 30
  41. switchport mode access
  42. !
  43. interface GigabitEthernet1/0/8
  44. switchport access vlan 30
  45. switchport mode access
  46. !
  47. interface GigabitEthernet1/0/9
  48. switchport access vlan 30
  49. switchport mode access
  50. !
  51. interface GigabitEthernet1/0/10
  52. switchport access vlan 30
  53. switchport mode access
  54. !
  55. interface GigabitEthernet1/0/11
  56. switchport access vlan 30
  57. switchport mode access
  58. !
  59. interface GigabitEthernet1/0/12
  60. switchport access vlan 30
  61. switchport mode access
  62. !
  63. interface GigabitEthernet1/0/13
  64. switchport access vlan 30
  65. switchport mode access
  66. !
  67. interface GigabitEthernet1/0/14
  68. switchport access vlan 30
  69. switchport mode access
  70. !
  71. interface GigabitEthernet1/0/15
  72. switchport access vlan 30
  73. switchport mode access
  74. !
  75. interface GigabitEthernet1/0/16
  76. switchport access vlan 30
  77. switchport mode access
  78. !
  79. interface GigabitEthernet1/0/17
  80. switchport access vlan 30
  81. switchport mode access
  82. !
  83. interface GigabitEthernet1/0/18
  84. switchport access vlan 30
  85. switchport mode access
  86. !
  87. interface GigabitEthernet1/0/19
  88. switchport access vlan 30
  89. switchport mode access
  90. !
  91. interface GigabitEthernet1/0/20
  92. switchport access vlan 30
  93. switchport mode access
  94. !
  95. interface GigabitEthernet1/0/21
  96. switchport access vlan 30
  97. switchport mode access
  98. !
  99. interface GigabitEthernet1/0/22
  100. switchport access vlan 30
  101. switchport mode access
  102. !
  103. interface GigabitEthernet1/0/23
  104. switchport access vlan 30
  105. switchport mode access
  106. !
  107. interface GigabitEthernet1/0/24
  108. switchport mode trunk
  109. !
  110. interface GigabitEthernet1/0/25
  111. !
  112. interface GigabitEthernet1/0/26
  113. !
  114. interface GigabitEthernet1/0/27
  115. !
  116. interface GigabitEthernet1/0/28
  117. !
  118. interface Vlan1
  119. ip address 192.168.10.90 255.255.255.0
  120. !
  121. interface Vlan30
  122. description Voice VLAN
  123. no ip address
  124. !
  125. ip default-gateway 192.168.10.3
  126. ip http server
  127. ip http secure-server
  128. ip sla enable reaction-alerts
  129. !
  130. line con 0
  131. line vty 0 4
  132. password
  133. login
  134. line vty 5 15
  135. password
  136. login
  137. !
  138. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement