7
4.3
Config Process
4.4
Configure OLT Service
4.4.1 Configure OLT Global Vlan
In
config
mode, we can use
OLT(config)# show vlan all
to show the created vlan.
If the created vlan can’t meet the need, we can use command
OLT(config)# vlan
vlan-list to create
new vlan, According to the data plan, we create vlan100,vlan200,vlan300 firstly:
OLT(config)# vlan 100
OLT(config)# vlan 200
OLT(config)# vlan 300
4.4.2 Configure OLT GE Port Service Vlan
We can config GE port vlan mode as access, hybrid and trunk, we can configure different mode
according to our network plan, configure way of three mode as follows.
Configure GE 1,2,3 port vlan mode is access(in this document, GE port connect to PC, so we
configure ge port vlan mode as access):
OLT(config)#
interface ge 0/0
OLT(config-interface-ge-0/0)#
vlan mode 1-3 access
OLT(config-interface-ge-0/0)#
vlan access 1 100
OLT(config-interface-ge-0/0)#
vlan access 2 200
OLT(config-interface-ge-0/0)#
vlan access 3 300
OLT(config-interface-ge-0/0)#
exit
Configure GE 1
、
2
、
3 vlan mode is trunk
:
OLT(config)#
interface ge 0/0