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,44 +88,39 @@ interface gigabitEthernet 1/0/2
|
||||||
|
|
||||||
#
|
#
|
||||||
interface gigabitEthernet 1/0/3
|
interface gigabitEthernet 1/0/3
|
||||||
switchport mode trunk
|
switchport access vlan 23
|
||||||
switchport trunk allowed vlan 21,23
|
spanning-tree
|
||||||
|
spanning-tree common-config portfast enable
|
||||||
|
description "videoswitcher"
|
||||||
|
|
||||||
|
#
|
||||||
|
interface gigabitEthernet 1/0/4
|
||||||
|
switchport access vlan 23
|
||||||
spanning-tree
|
spanning-tree
|
||||||
spanning-tree common-config portfast enable
|
spanning-tree common-config portfast enable
|
||||||
description "control/1"
|
description "control/1"
|
||||||
|
|
||||||
#
|
#
|
||||||
interface gigabitEthernet 1/0/4
|
interface gigabitEthernet 1/0/5
|
||||||
switchport mode trunk
|
switchport access vlan 23
|
||||||
switchport trunk allowed vlan 21,23
|
|
||||||
spanning-tree
|
spanning-tree
|
||||||
spanning-tree common-config portfast enable
|
spanning-tree common-config portfast enable
|
||||||
description "control/2"
|
description "control/2"
|
||||||
|
|
||||||
#
|
#
|
||||||
interface gigabitEthernet 1/0/5
|
interface gigabitEthernet 1/0/6
|
||||||
switchport mode trunk
|
switchport access vlan 23
|
||||||
switchport trunk allowed vlan 21,23
|
|
||||||
spanning-tree
|
spanning-tree
|
||||||
spanning-tree common-config portfast enable
|
spanning-tree common-config portfast enable
|
||||||
description "intercom/1"
|
description "intercom/1"
|
||||||
|
|
||||||
#
|
#
|
||||||
interface gigabitEthernet 1/0/6
|
interface gigabitEthernet 1/0/7
|
||||||
switchport mode trunk
|
switchport access vlan 23
|
||||||
switchport trunk allowed vlan 21,23
|
|
||||||
spanning-tree
|
spanning-tree
|
||||||
spanning-tree common-config portfast enable
|
spanning-tree common-config portfast enable
|
||||||
description "intercom/2"
|
description "intercom/2"
|
||||||
|
|
||||||
#
|
|
||||||
interface gigabitEthernet 1/0/7
|
|
||||||
switchport mode trunk
|
|
||||||
switchport trunk allowed vlan 21,23
|
|
||||||
spanning-tree
|
|
||||||
spanning-tree common-config portfast enable
|
|
||||||
description "intercom/3"
|
|
||||||
|
|
||||||
#
|
#
|
||||||
interface gigabitEthernet 1/0/8
|
interface gigabitEthernet 1/0/8
|
||||||
switchport mode trunk
|
switchport mode trunk
|
||||||
|
|
|
@ -66,7 +66,6 @@ snmp-server
|
||||||
snmp-server engineID local 80002e5703c46e1f44c0e8
|
snmp-server engineID local 80002e5703c46e1f44c0e8
|
||||||
snmp-server community @SNMP_PW@ read-only viewDefault
|
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 host 10.20.0.1 161 monitoring smode v2c slev noAuthNoPriv type trap
|
||||||
snmp-server traps flash
|
snmp-server traps flash
|
||||||
snmp-server traps spanning-tree topologychange
|
snmp-server traps spanning-tree topologychange
|
||||||
|
@ -89,44 +88,39 @@ interface gigabitEthernet 1/0/2
|
||||||
|
|
||||||
#
|
#
|
||||||
interface gigabitEthernet 1/0/3
|
interface gigabitEthernet 1/0/3
|
||||||
switchport mode trunk
|
switchport access vlan 23
|
||||||
switchport trunk allowed vlan 21,23
|
spanning-tree
|
||||||
|
spanning-tree common-config portfast enable
|
||||||
|
description "videoswitcher"
|
||||||
|
|
||||||
|
#
|
||||||
|
interface gigabitEthernet 1/0/4
|
||||||
|
switchport access vlan 23
|
||||||
spanning-tree
|
spanning-tree
|
||||||
spanning-tree common-config portfast enable
|
spanning-tree common-config portfast enable
|
||||||
description "control/1"
|
description "control/1"
|
||||||
|
|
||||||
#
|
#
|
||||||
interface gigabitEthernet 1/0/4
|
interface gigabitEthernet 1/0/5
|
||||||
switchport mode trunk
|
switchport access vlan 23
|
||||||
switchport trunk allowed vlan 21,23
|
|
||||||
spanning-tree
|
spanning-tree
|
||||||
spanning-tree common-config portfast enable
|
spanning-tree common-config portfast enable
|
||||||
description "control/2"
|
description "control/2"
|
||||||
|
|
||||||
#
|
#
|
||||||
interface gigabitEthernet 1/0/5
|
interface gigabitEthernet 1/0/6
|
||||||
switchport mode trunk
|
switchport access vlan 23
|
||||||
switchport trunk allowed vlan 21,23
|
|
||||||
spanning-tree
|
spanning-tree
|
||||||
spanning-tree common-config portfast enable
|
spanning-tree common-config portfast enable
|
||||||
description "intercom/1"
|
description "intercom/1"
|
||||||
|
|
||||||
#
|
#
|
||||||
interface gigabitEthernet 1/0/6
|
interface gigabitEthernet 1/0/7
|
||||||
switchport mode trunk
|
switchport access vlan 23
|
||||||
switchport trunk allowed vlan 21,23
|
|
||||||
spanning-tree
|
spanning-tree
|
||||||
spanning-tree common-config portfast enable
|
spanning-tree common-config portfast enable
|
||||||
description "intercom/2"
|
description "intercom/2"
|
||||||
|
|
||||||
#
|
|
||||||
interface gigabitEthernet 1/0/7
|
|
||||||
switchport mode trunk
|
|
||||||
switchport trunk allowed vlan 21,23
|
|
||||||
spanning-tree
|
|
||||||
spanning-tree common-config portfast enable
|
|
||||||
description "intercom/3"
|
|
||||||
|
|
||||||
#
|
#
|
||||||
interface gigabitEthernet 1/0/8
|
interface gigabitEthernet 1/0/8
|
||||||
switchport mode trunk
|
switchport mode trunk
|
||||||
|
|
Loading…
Reference in New Issue