Advertisement
NeonTheOne

C2950

Jun 18th, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. Building configuration...
  2.  
  3. Current configuration : 4045 bytes
  4. !
  5. version 12.1
  6. no service pad
  7. service timestamps debug uptime
  8. service timestamps log datetime
  9. service password-encryption
  10. service sequence-numbers
  11. !
  12. hostname cat2950core
  13. !
  14. enable secret 5 *******************************88
  15. !
  16. username admin privilege 15 password 7 *****************************
  17. clock timezone WAST 7
  18. ip subnet-zero
  19. !
  20. ip dhcp snooping vlan 2 4
  21. ip dhcp snooping
  22. ip domain-name domain.ru
  23. ip name-server 192.168.20.254
  24. ip name-server 192.168.20.1
  25. ip ssh time-out 120
  26. ip ssh authentication-retries 3
  27. ip ssh version 2
  28. !
  29. !
  30. spanning-tree mode mst
  31. spanning-tree loopguard default
  32. spanning-tree portfast default
  33. no spanning-tree optimize bpdu transmission
  34. spanning-tree extend system-id
  35. spanning-tree backbonefast
  36. !
  37. !
  38. !
  39. !
  40. interface Port-channel1
  41. switchport mode trunk
  42. flowcontrol send off
  43. ip dhcp snooping trust
  44. !
  45. interface FastEthernet0/1
  46. description LACP
  47. switchport mode trunk
  48. channel-group 1 mode active
  49. spanning-tree portfast trunk
  50. !
  51. interface FastEthernet0/2
  52. description LACP
  53. switchport mode trunk
  54. channel-group 1 mode active
  55. spanning-tree portfast trunk
  56. !
  57. interface FastEthernet0/3
  58. description Port_0-3
  59. switchport access vlan 2
  60. switchport mode access
  61. !
  62. interface FastEthernet0/4
  63. description Port_0-4
  64. switchport access vlan 2
  65. switchport mode access
  66. !
  67. interface FastEthernet0/5
  68. description Port_0-5
  69. switchport access vlan 2
  70. switchport mode access
  71. !
  72. interface FastEthernet0/6
  73. description Port_0-6
  74. switchport access vlan 2
  75. switchport mode access
  76. !
  77. interface FastEthernet0/7
  78. description Port_0-7
  79. switchport access vlan 2
  80. switchport mode access
  81. !
  82. interface FastEthernet0/8
  83. description Port_0-8
  84. switchport access vlan 2
  85. switchport mode access
  86. !
  87. interface FastEthernet0/9
  88. description Port_0-9
  89. switchport access vlan 2
  90. switchport mode access
  91. !
  92. interface FastEthernet0/10
  93. description Korobkin
  94. switchport access vlan 2
  95. switchport mode access
  96. !
  97. interface FastEthernet0/11
  98. description Port_0-11
  99. switchport access vlan 2
  100. switchport mode access
  101. !
  102. interface FastEthernet0/12
  103. description Hotel
  104. switchport access vlan 2
  105. switchport mode access
  106. !
  107. interface FastEthernet0/13
  108. description Hotel_Trunk
  109. switchport access vlan 2
  110. switchport mode trunk
  111. !
  112. interface FastEthernet0/14
  113. description Port_0-14
  114. switchport access vlan 2
  115. switchport mode access
  116. !
  117. interface FastEthernet0/15
  118. description Port_0-15
  119. switchport access vlan 2
  120. switchport mode access
  121. !
  122. interface FastEthernet0/16
  123. description Port_0-16
  124. switchport access vlan 2
  125. switchport mode access
  126. !
  127. interface FastEthernet0/17
  128. description Port_0-17
  129. switchport access vlan 2
  130. switchport mode access
  131. !
  132. interface FastEthernet0/18
  133. description Port_0-18
  134. switchport access vlan 2
  135. switchport mode access
  136. !
  137. interface FastEthernet0/19
  138. description WiFi
  139. switchport access vlan 4
  140. switchport mode access
  141. !
  142. interface FastEthernet0/20
  143. description Klass
  144. switchport access vlan 3
  145. switchport mode access
  146. !
  147. interface FastEthernet0/21
  148. description Klass
  149. switchport access vlan 3
  150. switchport mode access
  151. !
  152. interface FastEthernet0/22
  153. description Port_0-22
  154. switchport access vlan 3
  155. switchport mode access
  156. !
  157. interface FastEthernet0/23
  158. description Port_0-23
  159. switchport access vlan 3
  160. switchport mode access
  161. !
  162. interface FastEthernet0/24
  163. description firedown
  164. switchport access vlan 4
  165. switchport mode access
  166. !
  167. interface Vlan1
  168. ip address 192.168.20.253 255.255.255.0
  169. no ip route-cache
  170. !
  171. ip default-gateway 192.168.20.254
  172. ip http server
  173. logging facility syslog
  174. logging 192.168.22.53
  175. snmp-server community domain RO
  176. snmp-server location 2Korp2FloorHall
  177. snmp-server contact admin@domain.ru
  178. banner motd ^C
  179. This is a secure site. Only authorized users are allowed.
  180. For access, contact technical support.
  181. ^C
  182. !
  183. line con 0
  184. logging synchronous
  185. transport preferred none
  186. line vty 0 4
  187. privilege level 0
  188. logging synchronous
  189. login local
  190. transport preferred ssh
  191. transport input ssh
  192. line vty 5 15
  193. privilege level 0
  194. logging synchronous
  195. login local
  196. transport preferred ssh
  197. transport input ssh
  198. !
  199. ntp clock-period 17180222
  200. ntp server 192.168.20.254 key 0 prefer
  201. !
  202. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement