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:
Vladimir Vitkov 2017-10-20 10:28:06 +03:00
parent 98ca4cb079
commit da48840f27
2 changed files with 28 additions and 39 deletions

View File

@ -88,44 +88,39 @@ 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 "videoswitcher"
#
interface gigabitEthernet 1/0/4
switchport access vlan 23
spanning-tree
spanning-tree common-config portfast enable
description "control/1"
#
interface gigabitEthernet 1/0/4
switchport mode trunk
switchport trunk allowed vlan 21,23
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
interface gigabitEthernet 1/0/7
switchport access vlan 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
spanning-tree
spanning-tree common-config portfast enable
description "intercom/3"
#
interface gigabitEthernet 1/0/8
switchport mode trunk

View File

@ -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,44 +88,39 @@ 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 "videoswitcher"
#
interface gigabitEthernet 1/0/4
switchport access vlan 23
spanning-tree
spanning-tree common-config portfast enable
description "control/1"
#
interface gigabitEthernet 1/0/4
switchport mode trunk
switchport trunk allowed vlan 21,23
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
interface gigabitEthernet 1/0/7
switchport access vlan 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
spanning-tree
spanning-tree common-config portfast enable
description "intercom/3"
#
interface gigabitEthernet 1/0/8
switchport mode trunk