Company Address: Flat 6, Bldg 4,South 2 of Honghualing Industrial Zone,Liuxian Road, Xili Town, Shenzhen, Guangdong, China(518055)
Factory Address: Fl1, Bldg B, Wentao Industrial zone, Yingrenshiyongxin Village, Shiyan Street, Baoan district, Shenzhen, Guangdong, China (518055)
Tel: +86-755-26014509/4710/4711 Fax:+86-755-26014506
Website: www.cdatatec.com
10
OLT(config)# interface ge 0/0
OLT(config-interface-ge-0/0)# vlan mode 5-7 trunk
OLT(config-interface-ge-0/0)# vlan trunk 5 100
OLT(config-interface-ge-0/0)# vlan trunk 6 200
OLT(config-interface-ge-0/0)#vlan trunk 7 300
OLT(config-interface-ge-0/0)# exit
Configure GE 5、6、7 口 vlan mode is hybrid:
OLT(config)# interface ge 0/0
OLT(config-interface-ge-0/0)# vlan mode 5-7 hybrid
OLT(config-interface-ge-0/0)# vlan hybrid 5 tagged 100
OLT(config-interface-ge-0/0)# vlan hybrid 6 tagged 200
OLT(config-interface-ge-0/0)# vlan hybrid 7 tagged 300
OLT(config-interface-ge-0/0)# exit
NOTE:
The OLT vlan handle process as follows:
Message have
vlan tag or not
Add port configured vlan in access mode for
message (main parameter is VID),and forword
Forward message to the corresponding port
according to VID and remove vlan tag;If the
VLAN ID of the Tagged message is not same to
the port VID, it is discard.
If the VLAN in the message is permit to pass
port, it will be forwarded directly; If the VLAN
in the message doesn’t permit to pass port, it
is discarded.
Add default vlan(native-vlan) for untagged
message and forward.
If the VLAN in the message is permit to pass
port, it will be forwarded directly; If the VLAN
ID of the message is the default (native-
VLAN)VLAN, then the VLAN tag is discard and
forward;If the VLAN in the message doesn’t
permit to pass port, it is discarded.