Advertisement
Guest User

Untitled

a guest
May 18th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. hostname ALS2
  2. !
  3. boot-start-marker
  4. boot-end-marker
  5. !
  6. !
  7. !
  8. !
  9. no aaa new-model
  10. switch 1 provision ws-c3750-24ts
  11. system mtu routing 1526
  12. !
  13. !
  14. !
  15. !
  16. !
  17. !
  18. !
  19. !
  20. spanning-tree mode pvst
  21. spanning-tree extend system-id
  22. !
  23. vlan internal allocation policy ascending
  24. !
  25. !
  26. !
  27. !
  28. interface FastEthernet1/0/1
  29. !
  30. interface FastEthernet1/0/2
  31. !
  32. interface FastEthernet1/0/3
  33. !
  34. interface FastEthernet1/0/4
  35. !
  36. interface FastEthernet1/0/5
  37. !
  38. interface FastEthernet1/0/6
  39. switchport access vlan 300
  40. switchport mode access
  41. spanning-tree portfast
  42. !
  43. interface FastEthernet1/0/7
  44. switchport trunk encapsulation dot1q
  45. switchport mode trunk
  46. switchport nonegotiate
  47. !
  48. interface FastEthernet1/0/8
  49. switchport trunk encapsulation dot1q
  50. switchport mode trunk
  51. switchport nonegotiate
  52. !
  53. interface FastEthernet1/0/9
  54. switchport trunk encapsulation dot1q
  55. switchport mode dynamic desirable
  56. !
  57. interface FastEthernet1/0/10
  58. switchport trunk encapsulation dot1q
  59. switchport mode dynamic desirable
  60. !
  61. interface FastEthernet1/0/11
  62. switchport trunk encapsulation dot1q
  63. switchport mode dynamic desirable
  64. !
  65. interface FastEthernet1/0/12
  66. switchport trunk encapsulation dot1q
  67. switchport mode dynamic desirable
  68. !
  69. interface FastEthernet1/0/13
  70. !
  71. interface FastEthernet1/0/14
  72. !
  73. interface FastEthernet1/0/15
  74. !
  75. interface FastEthernet1/0/16
  76. !
  77. interface FastEthernet1/0/17
  78. !
  79. interface FastEthernet1/0/18
  80. !
  81. interface FastEthernet1/0/19
  82. !
  83. interface FastEthernet1/0/20
  84. !
  85. interface FastEthernet1/0/21
  86. !
  87. interface FastEthernet1/0/22
  88. !
  89. interface FastEthernet1/0/23
  90. !
  91. interface FastEthernet1/0/24
  92. !
  93. interface GigabitEthernet1/0/1
  94. !
  95. interface GigabitEthernet1/0/2
  96. !
  97. interface Vlan1
  98. no ip address
  99. shutdown
  100. !
  101. interface Vlan100
  102. ip address 100.50.10.4 255.255.255.248
  103. !
  104. ip classless
  105. ip http server
  106. ip http secure-server
  107. !
  108. !
  109. !
  110. !
  111. !
  112. line con 0
  113. exec-timeout 0 0
  114. logging synchronous
  115. line vty 0 4
  116. login
  117. line vty 5 15
  118. login
  119. !
  120. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement