Advertisement
HendrikI

Switch

Jun 10th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Switch(config-if)#do show run
  2. Building configuration...
  3.  
  4. Current configuration : 2048 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 Switch
  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. switchport access vlan 100
  29. switchport mode access
  30. !
  31. interface FastEthernet0/2
  32. switchport mode access
  33. shutdown
  34. !
  35. ! Cut: All ports configured the same as fa0/2
  36. !
  37. interface FastEthernet0/23
  38. switchport access vlan 250
  39. switchport mode access
  40. !
  41. interface FastEthernet0/24
  42. switchport mode trunk
  43. !
  44. interface GigabitEthernet0/1
  45. !
  46. interface GigabitEthernet0/2
  47. !
  48. interface Vlan1
  49. no ip address
  50. no ip route-cache
  51. !
  52. ip http server
  53. !
  54. control-plane
  55. !
  56. !
  57. line con 0
  58. line vty 0 4
  59. no login
  60. line vty 5 15
  61. no login
  62. !
  63. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement