nocsw - configuration
This commit is contained in:
parent
6a4bf56ca7
commit
791e1af84f
|
@ -10,7 +10,6 @@ hostname nocsw
|
|||
boot-start-marker
|
||||
boot-end-marker
|
||||
!
|
||||
enable secret 5 @HEX@
|
||||
enable password @PW@
|
||||
!
|
||||
!
|
||||
|
@ -28,6 +27,7 @@ ip name-server 10.20.0.1
|
|||
!
|
||||
!
|
||||
!
|
||||
!
|
||||
spanning-tree mode mst
|
||||
spanning-tree extend system-id
|
||||
!
|
||||
|
@ -55,13 +55,15 @@ vlan 24
|
|||
!
|
||||
!
|
||||
interface GigabitEthernet1/0/1
|
||||
description vocsw
|
||||
description vocsw-1
|
||||
switchport trunk encapsulation dot1q
|
||||
switchport mode trunk
|
||||
spanning-tree portfast trunk
|
||||
!
|
||||
interface GigabitEthernet1/0/2
|
||||
shutdown
|
||||
description vocsw-2
|
||||
switchport trunk encapsulation dot1q
|
||||
switchport mode trunk
|
||||
spanning-tree portfast trunk
|
||||
!
|
||||
interface GigabitEthernet1/0/3
|
||||
|
@ -185,10 +187,16 @@ interface GigabitEthernet1/0/22
|
|||
spanning-tree portfast trunk
|
||||
!
|
||||
interface GigabitEthernet1/0/23
|
||||
shutdown
|
||||
description WIFI-AP15-1
|
||||
switchport trunk encapsulation dot1q
|
||||
switchport trunk allowed vlan 20,22
|
||||
spanning-tree portfast trunk
|
||||
!
|
||||
interface GigabitEthernet1/0/24
|
||||
shutdown
|
||||
description WIFI-AP15-2
|
||||
switchport trunk encapsulation dot1q
|
||||
switchport trunk allowed vlan 20,22
|
||||
spanning-tree portfast trunk
|
||||
!
|
||||
interface GigabitEthernet1/0/25
|
||||
shutdown
|
||||
|
@ -200,16 +208,15 @@ interface GigabitEthernet1/0/26
|
|||
!
|
||||
interface GigabitEthernet1/0/27
|
||||
shutdown
|
||||
spanning-tree portfast trunk
|
||||
!
|
||||
interface GigabitEthernet1/0/28
|
||||
shutdown
|
||||
spanning-tree portfast trunk
|
||||
!
|
||||
interface Vlan1
|
||||
no ip address
|
||||
shutdown
|
||||
!
|
||||
interface Vlan10
|
||||
interface Vlan20
|
||||
ip address 10.20.0.19 255.255.255.0
|
||||
!
|
||||
ip classless
|
||||
|
@ -219,7 +226,7 @@ no ip http secure-server
|
|||
!
|
||||
!
|
||||
snmp-server community @SNMP_PW@ RO
|
||||
snmp-server trap-source Vlan10
|
||||
snmp-server trap-source Vlan20
|
||||
snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
|
||||
snmp-server enable traps transceiver all
|
||||
snmp-server enable traps tty
|
||||
|
|
Loading…
Reference in New Issue