Be sensible about the switches in voc roles
* Add dedicated port for videoswitchers * Move everything in video vlan (it is routed)
This commit is contained in:
parent
98ca4cb079
commit
da48840f27
|
@ -88,43 +88,38 @@ interface gigabitEthernet 1/0/2
|
|||
|
||||
#
|
||||
interface gigabitEthernet 1/0/3
|
||||
switchport mode trunk
|
||||
switchport trunk allowed vlan 21,23
|
||||
switchport access vlan 23
|
||||
spanning-tree
|
||||
spanning-tree common-config portfast enable
|
||||
description "control/1"
|
||||
description "videoswitcher"
|
||||
|
||||
#
|
||||
interface gigabitEthernet 1/0/4
|
||||
switchport mode trunk
|
||||
switchport trunk allowed vlan 21,23
|
||||
switchport access vlan 23
|
||||
spanning-tree
|
||||
spanning-tree common-config portfast enable
|
||||
description "control/1"
|
||||
|
||||
#
|
||||
interface gigabitEthernet 1/0/5
|
||||
switchport access vlan 23
|
||||
spanning-tree
|
||||
spanning-tree common-config portfast enable
|
||||
description "control/2"
|
||||
|
||||
#
|
||||
interface gigabitEthernet 1/0/5
|
||||
switchport mode trunk
|
||||
switchport trunk allowed vlan 21,23
|
||||
interface gigabitEthernet 1/0/6
|
||||
switchport access vlan 23
|
||||
spanning-tree
|
||||
spanning-tree common-config portfast enable
|
||||
description "intercom/1"
|
||||
|
||||
#
|
||||
interface gigabitEthernet 1/0/6
|
||||
switchport mode trunk
|
||||
switchport trunk allowed vlan 21,23
|
||||
spanning-tree
|
||||
spanning-tree common-config portfast enable
|
||||
description "intercom/2"
|
||||
|
||||
#
|
||||
interface gigabitEthernet 1/0/7
|
||||
switchport mode trunk
|
||||
switchport trunk allowed vlan 21,23
|
||||
switchport access vlan 23
|
||||
spanning-tree
|
||||
spanning-tree common-config portfast enable
|
||||
description "intercom/3"
|
||||
description "intercom/2"
|
||||
|
||||
#
|
||||
interface gigabitEthernet 1/0/8
|
||||
|
|
|
@ -66,7 +66,6 @@ snmp-server
|
|||
snmp-server engineID local 80002e5703c46e1f44c0e8
|
||||
snmp-server community @SNMP_PW@ read-only viewDefault
|
||||
#
|
||||
snmp-server host 10.100.0.1 161 monitoring smode v2c slev noAuthNoPriv type trap
|
||||
snmp-server host 10.20.0.1 161 monitoring smode v2c slev noAuthNoPriv type trap
|
||||
snmp-server traps flash
|
||||
snmp-server traps spanning-tree topologychange
|
||||
|
@ -89,43 +88,38 @@ interface gigabitEthernet 1/0/2
|
|||
|
||||
#
|
||||
interface gigabitEthernet 1/0/3
|
||||
switchport mode trunk
|
||||
switchport trunk allowed vlan 21,23
|
||||
switchport access vlan 23
|
||||
spanning-tree
|
||||
spanning-tree common-config portfast enable
|
||||
description "control/1"
|
||||
description "videoswitcher"
|
||||
|
||||
#
|
||||
interface gigabitEthernet 1/0/4
|
||||
switchport mode trunk
|
||||
switchport trunk allowed vlan 21,23
|
||||
switchport access vlan 23
|
||||
spanning-tree
|
||||
spanning-tree common-config portfast enable
|
||||
description "control/1"
|
||||
|
||||
#
|
||||
interface gigabitEthernet 1/0/5
|
||||
switchport access vlan 23
|
||||
spanning-tree
|
||||
spanning-tree common-config portfast enable
|
||||
description "control/2"
|
||||
|
||||
#
|
||||
interface gigabitEthernet 1/0/5
|
||||
switchport mode trunk
|
||||
switchport trunk allowed vlan 21,23
|
||||
interface gigabitEthernet 1/0/6
|
||||
switchport access vlan 23
|
||||
spanning-tree
|
||||
spanning-tree common-config portfast enable
|
||||
description "intercom/1"
|
||||
|
||||
#
|
||||
interface gigabitEthernet 1/0/6
|
||||
switchport mode trunk
|
||||
switchport trunk allowed vlan 21,23
|
||||
spanning-tree
|
||||
spanning-tree common-config portfast enable
|
||||
description "intercom/2"
|
||||
|
||||
#
|
||||
interface gigabitEthernet 1/0/7
|
||||
switchport mode trunk
|
||||
switchport trunk allowed vlan 21,23
|
||||
switchport access vlan 23
|
||||
spanning-tree
|
||||
spanning-tree common-config portfast enable
|
||||
description "intercom/3"
|
||||
description "intercom/2"
|
||||
|
||||
#
|
||||
interface gigabitEthernet 1/0/8
|
||||
|
|
Loading…
Reference in New Issue