interface gei_1/19/1
no negotiation auto
speed 1000
duplex full
switchport vlan %d tag
interface gei_1/19/2
no negotiation auto
speed 1000
duplex full
switchport vlan %d tag
两个上联口做聚合 前提是两个上联口所添加的VLAN要一致
conf t
interface smartgroup1
switchport vlan %d tag %d为VLAN
ex
interface gei_1/19/1
smartgroup 1 mode on
ex
interface gei_1/19/2
smartgroup 1 mode on
ex