本帖最后由 447501342 于 2020-10-21 15:15 编辑
vdsl 不带vlan
9806# show running-config add-card ASTEC 1 add-card VSTEH 2 end configure add-vlan 200 //创建vlan ip host 10.62.5.101 255.255.0.0 Mib NO. 1 not found. end configure interface vdsl 2/1 //下联口上行untag报文打上vlan200 pvid 200 pvc 1 end configure interface vdsl 2/2 pvid 200 pvc 1 end configure interface vdsl 2/3 pvid 200 pvc 1 end configure interface gigabit-ethernet 5/1 // 上联口下行untag报文打上vlan200 pvid 200 end configure interface gigabit-ethernet 5/2 pvid 200 end configure vlan 200 2/1-3 untag pvc 1 //下联口剥离vlan200报文给用户 vlan 200 5/1-2 untag //上联口剥离vlan200 报文给服务器
9806#
|