![TP-Link P1201-08 User Manual Download Page 27](http://html1.mh-extra.com/html/tp-link/p1201-08/p1201-08_user-manual_1145696027.webp)
23
5.3
Configure OLT Service
5.3.1 Configure OLT Globle 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
5.3.2 Configure OLT GE Port Service Vlan
We can config GE port vlan mode as access, hybrid and trunk, according to our network plan
configure different mode, 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 port vlan mode is trunk
:
OLT(config)#
interface ge 0/0