Advertisement
kweevuss

Switch config

Jan 25th, 2015
480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. S1#show run
  2. Building configuration...
  3.  
  4. Current configuration : 1669 bytes
  5. !
  6. version 12.2
  7. no service pad
  8. service timestamps debug uptime
  9. service timestamps log uptime
  10. no service password-encryption
  11. !
  12. hostname S1
  13. !
  14. !
  15. no aaa new-model
  16. ip subnet-zero
  17. !
  18. !
  19. !
  20. !
  21. no file verify auto
  22. spanning-tree mode pvst
  23. spanning-tree extend system-id
  24. !
  25. vlan internal allocation policy ascending
  26. !
  27. interface FastEthernet0/1
  28. description "to ESXI management interface"
  29. switchport trunk encapsulation dot1q
  30. switchport mode trunk
  31. !
  32. interface FastEthernet0/2
  33. description "to 2600 routing"
  34. switchport trunk encapsulation dot1q
  35. switchport mode trunk
  36. !
  37. interface FastEthernet0/3
  38. switchport access vlan 2
  39. switchport mode access
  40. !
  41. interface FastEthernet0/4
  42. switchport access vlan 2
  43. switchport mode access
  44. !
  45.  
  46. !
  47. interface FastEthernet0/10
  48. switchport access vlan 3
  49. switchport mode access
  50. !
  51. i
  52. interface Vlan1
  53. no ip address
  54. shutdown
  55. !
  56. interface Vlan2
  57. ip address 172.16.20.90 255.255.255.0
  58. !
  59. interface Vlan3
  60. ip address 172.16.30.3 255.255.255.0
  61. !
  62. ip classless
  63. ip http server
  64. !
  65. !
  66. control-plane
  67. !
  68. !
  69. line con 0
  70. line vty 0 4
  71. no login
  72. line vty 5 15
  73. no login
  74. !
  75. end
  76.  
  77. S1#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement