Quanta LB6M:如何制作中继端口

网络工程 转变 树干
2022-02-20 02:42:49

我的硬件是

(quanta10g-uha) #show hardware

Switch: 1

System Description............................. Quanta LB6M, 1.2.0.14, Linux   
                                                2.6.21.7                       
Machine Type................................... Quanta LB6M                    
Machine Model.................................. LB6M
Serial Number.................................. QTFCRW2370157
FRU Number..................................... 1LB6BZZ0STL
Part Number.................................... BCM56820
Maintenance Level.............................. A
Manufacturer................................... 0xbc00
Burned In MAC Address.......................... 08:9E:01:39:1F:A2
Software Version............................... 1.2.0.14
Operating System............................... Linux 2.6.21.7
Network Processing Device...................... BCM56820_B0
Additional Packages............................ FASTPATH QOS

如何将接口设为中继端口?一些讨论者讲述了“交换机端口模式中继”,但我只得到了

(quanta10g-uha) (Config)#interface 0/5

(quanta10g-uha) (Interface 0/5)#switchport ?

protected                Configure Switchport to Protected mode.

真挚地

-比诺-

1个回答

VLAN 中继未在该交换机上明确形成。只需将 VLAN 添加<VLID>到接口:

interface 0/5
  vlan participation include <VLID>
  vlan pvid <VLID>
exit