Advertisement
Guest User

Untitled

a guest
Apr 18th, 2018
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. show running-config
  2. Building configuration...
  3.  
  4. Current configuration : 1365 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 S1
  12. !
  13. !
  14. !
  15. !
  16. !
  17. spanning-tree mode pvst
  18. spanning-tree extend system-id
  19. !
  20. interface FastEthernet0/1
  21. switchport trunk native vlan 999
  22. switchport mode trunk
  23. !
  24. interface FastEthernet0/2
  25. switchport trunk native vlan 999
  26. switchport mode trunk
  27. !
  28. interface FastEthernet0/3
  29. !
  30. interface FastEthernet0/4
  31. !
  32. interface FastEthernet0/5
  33. !
  34. interface FastEthernet0/6
  35. !
  36. interface FastEthernet0/7
  37. !
  38. interface FastEthernet0/8
  39. !
  40. interface FastEthernet0/9
  41. !
  42. interface FastEthernet0/10
  43. !
  44. interface FastEthernet0/11
  45. !
  46. interface FastEthernet0/12
  47. !
  48. interface FastEthernet0/13
  49. !
  50. interface FastEthernet0/14
  51. !
  52. interface FastEthernet0/15
  53. !
  54. interface FastEthernet0/16
  55. !
  56. interface FastEthernet0/17
  57. !
  58. interface FastEthernet0/18
  59. !
  60. interface FastEthernet0/19
  61. !
  62. interface FastEthernet0/20
  63. !
  64. interface FastEthernet0/21
  65. !
  66. interface FastEthernet0/22
  67. !
  68. interface FastEthernet0/23
  69. !
  70. interface FastEthernet0/24
  71. !
  72. interface GigabitEthernet0/1
  73. switchport trunk native vlan 999
  74. switchport mode trunk
  75. !
  76. interface GigabitEthernet0/2
  77. !
  78. interface Vlan1
  79. no ip address
  80. shutdown
  81. !
  82. interface Vlan99
  83. mac-address 0060.3ee6.2101
  84. ip address 192.168.99.1 255.255.255.0
  85. !
  86. ip default-gateway 192.168.99.254
  87. !
  88. !
  89. !
  90. !
  91. line con 0
  92. !
  93. line vty 0 4
  94. login
  95. line vty 5 15
  96. login
  97. !
  98. !
  99. !
  100. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement