Есть 2 коммутатора : ws2950-24 и ws3548xl , между ними два лика через Zyxel Prestige 791R
2950 Fa0/1 ->SHDSL -> 3548 Fa0/4
2950 Fa0/2 -> SHDSL ->3548 Fa0/1
Конфиг 2950
Код: Выделить всё
#sh run int fa0/1
Building configuration...
Current configuration : 142 bytes
!
interface FastEthernet0/1
description uplink_to_3548_modem1
switchport trunk allowed vlan 1-3,200-211,301,302
switchport mode trunk
end
#sh run int fa0/2
Building configuration...
Current configuration : 136 bytes
!
interface FastEthernet0/2
description uplink_3548_modem2
switchport trunk allowed vlan 10,301
switchport mode trunk
end
Код: Выделить всё
sh run int fa0/1
Building configuration...
Current configuration:
!
interface FastEthernet0/1
description to_K1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,10,301,1002-1005
switchport mode trunk
end
sh run int fa0/4
Building configuration...
Current configuration:
!
interface FastEthernet0/4
description uplink_K1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1-3,200-211,302,1002-1005
switchport mode trunk
end