29
Gateway
ONT
Port
Configure
LAN 1
:
VLAN 100
6.2
Configure Processes
6.3
Configure OLT
Create outer vlan
:
Oprate
show vlan all
command can query the existing vlan,If the existing vlan does not meet the
need, we can use vlan command to create outer vlan.
OLT(config)#
vlan 400
Configure GE port QinQ outer vlan
:
OLT(config)#
interface ge 0/0
OLT(config-interface-ge-0/0)#
vlan mode 1 hybrid
OLT(config-interface-ge-0/0)#
vlan hybrid 1 tagged 400
OLT(config-interface-ge-0/0)#
exit
Configure ONT port to tag mode (access)
OLT(config)#
interface gpon 0/0
OLT(config-interface-gpon-0/0)#
ont port native-vlan 1 1 eth 1 vlan 100
OLT(config-interface-gpon-0/0)#
exit
Create OLT global vlan
Create Ge port vlan
Configure ONT VLAN
Configure QinQ
Save configuration
Start
End