Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. ! Last configuration change at 13:43:12 EEST Wed Oct 26 2016
  2. ! NVRAM config last updated at 13:43:21 EEST Wed Oct 26 2016
  3. !
  4. version 15.0
  5. no service pad
  6. service timestamps debug datetime msec
  7. service timestamps log datetime msec
  8. service password-encryption
  9. service tcp-small-servers
  10. !
  11. hostname Switch
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. enable password 7 XXXXXXXXXXXXXX
  17. !
  18. no aaa new-model
  19. clock timezone EET 2 0
  20. clock summer-time EEST recurring last Sun Mar 3:00 last Sun Oct 3:00
  21. system mtu routing 1500
  22. !
  23. !
  24. ip name-server 192.168.1.3
  25. ip name-server 192.168.1.4
  26. !
  27. !
  28. !
  29. spanning-tree mode pvst
  30. spanning-tree extend system-id
  31. !
  32. !
  33. !
  34. !
  35. !
  36. !
  37. alarm profile defaultPort
  38. alarm not-operating
  39. syslog not-operating
  40. notifies not-operating
  41. !
  42. !
  43. vlan internal allocation policy ascending
  44. !
  45. lldp run
  46. !
  47. !
  48. !
  49. !
  50. !
  51. interface FastEthernet1/1
  52. switchport access vlan 20
  53. switchport mode access
  54. spanning-tree portfast
  55. !
  56. interface FastEthernet1/2
  57. switchport access vlan 20
  58. switchport mode access
  59. spanning-tree portfast
  60. !
  61. interface FastEthernet1/3
  62. switchport access vlan 20
  63. switchport mode access
  64. spanning-tree portfast
  65. !
  66. interface FastEthernet1/4
  67. switchport access vlan 20
  68. switchport mode access
  69. spanning-tree portfast
  70. !
  71. interface FastEthernet1/5
  72. switchport mode trunk
  73. !
  74. interface FastEthernet1/6
  75. !
  76. interface Vlan1
  77. no ip address
  78. !
  79. interface Vlan10
  80. ip address 10.1.1.13 255.255.255.0
  81. !
  82. ip default-gateway 10.1.1.1
  83. ip http server
  84. ip http secure-server
  85. snmp-server community write RW
  86. snmp-server community read RO
  87. !
  88. line con 0
  89. exec-timeout 30 0
  90. password 7 YYYYYYYYYYYYYYYY
  91. logging synchronous
  92. login
  93. line vty 0 4
  94. password 7 YYYYYYYYYYYYYYYY
  95. logging synchronous
  96. login
  97. line vty 5 15
  98. password 7 ZZZZZZZZZZZZZZZZ
  99. logging synchronous
  100. login
  101. !
  102. ntp server xyz.domain.local
  103. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement