Advertisement
Guest User

3560_testlab

a guest
Sep 13th, 2013
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1.  
  2. version 12.2
  3. no service pad
  4. service timestamps debug datetime msec localtime
  5. service timestamps log datetime msec localtime
  6. service password-encryption
  7. service sequence-numbers
  8. !
  9. hostname Mem_006
  10. !
  11. boot-start-marker
  12. boot-end-marker
  13. !
  14. logging console emergencies
  15. enable secret 5 xxxxxxxxxxxxxxxxxx
  16. !
  17. username muadmin secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  18. !
  19. !
  20. no aaa new-model
  21. clock timezone EST -5
  22. clock summer-time EDT recurring
  23. system mtu routing 1500
  24. !
  25. !
  26. !
  27. !
  28. !
  29. spanning-tree mode pvst
  30. spanning-tree extend system-id
  31. !
  32. vlan internal allocation policy ascending
  33. !
  34. !
  35. !
  36. interface GigabitEthernet0/21
  37. switchport access vlan 61
  38. switchport mode access
  39. !
  40. !
  41. interface GigabitEthernet0/49
  42. switchport trunk encapsulation dot1q
  43. switchport mode trunk
  44. !
  45. interface Vlan1
  46. no ip address
  47. no ip route-cache
  48. no ip mroute-cache
  49. shutdown
  50. !
  51. interface Vlan64
  52. ip address 10.10.10.11 255.255.0.0
  53. no ip route-cache
  54. no ip mroute-cache
  55. !
  56. ip default-gateway 10.10.0.1
  57. ip classless
  58. ip http server
  59. ip http secure-server
  60. !
  61. !
  62. line con 0
  63. line vty 0 4
  64. password 7 xxxxxxxxxxxxxxxxxxxxxxxxxx
  65. login
  66. line vty 5 15
  67. password 7 xxxxxxxxxxxxxxxxxxxxxxxxxx
  68. login
  69. !
  70. !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement