Advertisement
Guest User

Untitled

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