Advertisement
Guest User

Switch 1 lvl2_running-config

a guest
Dec 17th, 2015
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. !
  2. version 12.2
  3. no service timestamps log datetime msec
  4. no service timestamps debug datetime msec
  5. no service password-encryption
  6. !
  7. hostname Switch
  8. !
  9. !
  10. !
  11. no ip domain-lookup
  12. !
  13. !
  14. spanning-tree mode rapid-pvst
  15. !
  16. interface FastEthernet0/1
  17. switchport access vlan 10
  18. switchport mode access
  19. switchport port-security
  20. switchport port-security mac-address sticky
  21. switchport port-security mac-address sticky 0030.F208.6438
  22. !
  23. interface FastEthernet0/2
  24. switchport access vlan 10
  25. switchport mode access
  26. !
  27. interface FastEthernet0/3
  28. switchport access vlan 10
  29. switchport mode access
  30. !
  31. interface FastEthernet0/4
  32. switchport access vlan 10
  33. switchport mode access
  34. !
  35. interface FastEthernet0/5
  36. switchport access vlan 10
  37. switchport mode access
  38. !
  39. interface FastEthernet0/6
  40. switchport access vlan 10
  41. switchport mode access
  42. !
  43. interface FastEthernet0/7
  44. switchport access vlan 10
  45. switchport mode access
  46. !
  47. interface FastEthernet0/8
  48. switchport access vlan 10
  49. switchport mode access
  50. !
  51. interface FastEthernet0/9
  52. !
  53. interface FastEthernet0/10
  54. !
  55. interface FastEthernet0/11
  56. !
  57. interface FastEthernet0/12
  58. !
  59. interface FastEthernet0/13
  60. !
  61. interface FastEthernet0/14
  62. !
  63. interface FastEthernet0/15
  64. !
  65. interface FastEthernet0/16
  66. !
  67. interface FastEthernet0/17
  68. !
  69. interface FastEthernet0/18
  70. !
  71. interface FastEthernet0/19
  72. !
  73. interface FastEthernet0/20
  74. !
  75. interface FastEthernet0/21
  76. !
  77. interface FastEthernet0/22
  78. !
  79. interface FastEthernet0/23
  80. !
  81. interface FastEthernet0/24
  82. !
  83. interface GigabitEthernet0/1
  84. switchport trunk allowed vlan 2-1001
  85. switchport mode trunk
  86. !
  87. interface GigabitEthernet0/2
  88. switchport trunk allowed vlan 2-1001
  89. switchport mode trunk
  90. !
  91. interface Vlan1
  92. no ip address
  93. shutdown
  94. !
  95. interface Vlan10
  96. no ip address
  97. ip helper-address 192.168.3.1
  98. !
  99. interface Vlan20
  100. no ip address
  101. ip helper-address 192.168.3.1
  102. !
  103. ip default-gateway 192.168.1.3
  104. !
  105. !
  106. !
  107. !
  108. line con 0
  109. !
  110. line vty 0 4
  111. login
  112. line vty 5 15
  113. login
  114. !
  115. !
  116. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement