Добрый День, необходимо со свича 2108 прокинуть два vlan на 3226.
на свиче 3226 делаю:
enable asymmetric_vlan
create vlan V1 tag 5
create vlan V2 tag 6
config vlan 6 add untagged 1-8 tagged 12
save
на свиче 2108 делаю:
enable 802.1q_based vlan
create vlan tag 5
create vlat tag 6
config vlan tag 5 add tagged 1 untagged 2
config vlan tag 6 add tagged 1 untagged 2-8
config pvid 2 5 priority 5
config pvid 3-8 6 priority 5
save
Тоесть vlan теперь не пересекаются, что и нуна. Соответственно 1 порт 2108 уходит в 12 на 3226
Не могу понять, почему не пингуются порты 1-8 на 3226 из vlan-tag-5 и 6 на 2108. Что упустил ?
2108 firmware 1.01.02
3226 firmware 4.02-b47
Спасайте плиз
ps: ВО решил добавить на всякий ....
DES-2108:>show vlan
Command: show vlan
VLAN TYPE: 802.1Q BASE
VLAN_ID:1
MEMBER:01 02 03 04 05 06 07 08
TAG PORT:
UNTAG PORT:01 02 03 04 05 06 07 08
VLAN_ID:5
MEMBER:01 02
TAG PORT:01
UNTAG PORT:02
VLAN_ID:6
MEMBER:01 03 04 05 06 07 08
TAG PORT:01
UNTAG PORT:03 04 05 06 07 08
DES-3226S:4#show vlan
Command: show vlan
VID : 1 VLAN Name : default
VLAN TYPE : static Advertisement : Enabled
Member ports : 1-26
Static ports : 1-26
Current Untagged ports : 1-26
Static Untagged ports : 1-26
Forbidden ports :
VID : 5
VLAN Name : buh
VLAN TYPE : static
Advertisement : Disabled
Member ports : 1-8,12
Static ports : 1-8,12
Current Untagged ports : 1-8
Static Untagged ports : 1-8
Forbidden ports :
VID : 6
VLAN Name : 11
VLAN TYPE : static
Advertisement : Disabled
Member ports : 1-8,12
Static ports : 1-8,12
Current Untagged ports : 1-8
Static Untagged ports : 1-8
Forbidden ports :
Total Entries : 3
|