Advertisement
Guest User

Access-S3

a guest
May 2nd, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. Building configuration...
  2.  
  3. Current configuration : 1346 bytes
  4. !
  5. version 12.2
  6. no service timestamps log datetime msec
  7. no service timestamps debug datetime msec
  8. no service password-encryption
  9. !
  10. hostname Acc-S3
  11. !
  12. !
  13. !
  14. no ip domain-lookup
  15. !
  16. !
  17. spanning-tree mode pvst
  18. spanning-tree extend system-id
  19. !
  20. interface FastEthernet0/1
  21. switchport access vlan 10
  22. switchport mode access
  23. !
  24. interface FastEthernet0/2
  25. switchport access vlan 20
  26. switchport mode access
  27. !
  28. interface FastEthernet0/3
  29. switchport access vlan 30
  30. switchport mode access
  31. !
  32. interface FastEthernet0/4
  33. switchport access vlan 40
  34. switchport mode access
  35. !
  36. interface FastEthernet0/5
  37. !
  38. interface FastEthernet0/6
  39. !
  40. interface FastEthernet0/7
  41. !
  42. interface FastEthernet0/8
  43. !
  44. interface FastEthernet0/9
  45. !
  46. interface FastEthernet0/10
  47. !
  48. interface FastEthernet0/11
  49. !
  50. interface FastEthernet0/12
  51. !
  52. interface FastEthernet0/13
  53. switchport mode trunk
  54. !
  55. interface FastEthernet0/14
  56. !
  57. interface FastEthernet0/15
  58. !
  59. interface FastEthernet0/16
  60. !
  61. interface FastEthernet0/17
  62. !
  63. interface FastEthernet0/18
  64. !
  65. interface FastEthernet0/19
  66. !
  67. interface FastEthernet0/20
  68. !
  69. interface FastEthernet0/21
  70. !
  71. interface FastEthernet0/22
  72. !
  73. interface FastEthernet0/23
  74. switchport mode trunk
  75. !
  76. interface FastEthernet0/24
  77. !
  78. interface GigabitEthernet0/1
  79. !
  80. interface GigabitEthernet0/2
  81. !
  82. interface Vlan1
  83. no ip address
  84. shutdown
  85. !
  86. !
  87. !
  88. !
  89. line con 0
  90. !
  91. line vty 0 4
  92. login
  93. line vty 5 15
  94. login
  95. !
  96. !
  97. !
  98. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement