AT x900-12XT/S ver 5.4.3-3.17
AT SBx908 (2xXEM-12Sv2 и 1xXEM-12Tv2) ver 5.4.3-3.17
На обоих
- Код: Выделить всё
Jumboframe support on
Vlan-stacking TPID 0x8100
Лицензии x900 Advanced L3 license и SBx908 Advanced L3 license.
На x900 port1.0.2 подключен к клиенту, port1.0.12 - к x908.
Конфиг:
- Код: Выделить всё
x900#sh ru int port1.0.2
!
interface port1.0.2
switchport
switchport mode access
switchport access vlan 93
switchport vlan-stacking customer-edge-port
!
x900#sh ru int port1.0.12
!
interface port1.0.12
description to spd
switchport
switchport mode trunk
switchport trunk allowed vlan add 20,93
switchport trunk native vlan none
switchport vlan-stacking provider-port
!
vlan database
vlan 93 name Test
vlan 20,93 state enable
!
На x908 port1.6.2 подключен к x900, port1.3.3 - к клиенту.
Конфиг:
- Код: Выделить всё
x908#sh ru int port1.6.2
!
interface port1.6.2
description to_x900
switchport
switchport mode trunk
switchport trunk allowed vlan add 20,93
switchport trunk native vlan none
switchport vlan-stacking provider-port
!
x908#sh ru int port1.3.3
!
interface port1.3.3
description Test
switchport
switchport mode access
switchport access vlan 93
switchport vlan-stacking customer-edge-port
!
vlan database
vlan 93 name Test
vlan 20,93 state enable
!
У клиента по краям два коммутатора, 1 vlan управление, на концах не тегирован, 1001 vlan клиенты клиента, затегирован на аплинках.
В приведенной конфигурации коммутаторы клиента друг друга видят, клиенты клиента (1001 vlan) нет.
Быть может, не хватает настроек для VLAN Stacking?