VLAN's настройка
по умолчанию тэгированный порт, пропускает все вланы, но это можно изменить
int vlan 5
∟switchport trunk native vlan 5
vlan 2,5,10
int f24/0
no sh
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunl allowed 1-2,5,10
switchport trunk allowed vlan remove 50-100
switchport trunk allowed vlan add 65-70
switchport trunk allowed except 2-99
http://www.cisco.com/cisco/web/support/RU/10/107/107711_layer2-secftrs-catl3fixed.html
https://habrahabr.ru/post/130921/
http://www.cisco.com/c/en/us/support/docs/lan-switching/spanning-tree-protocol/24062-146.html
int vlan 5
∟switchport trunk native vlan 5
vlan 2,5,10
int f24/0
no sh
switchport trunk encapsulation dot1q
switchport mode trunk
switchport trunl allowed 1-2,5,10
switchport trunk allowed vlan remove 50-100
switchport trunk allowed vlan add 65-70
switchport trunk allowed except 2-99
http://www.cisco.com/cisco/web/support/RU/10/107/107711_layer2-secftrs-catl3fixed.html
https://habrahabr.ru/post/130921/
http://www.cisco.com/c/en/us/support/docs/lan-switching/spanning-tree-protocol/24062-146.html
Comments
Post a Comment