___________________________________________________________________________
_______________________________________________________________________________
LTP-8X optical line terminal
101
22.1
Services Combined Configuration
Consider an example of ONT configuration which simultaneously uses both management domains. Port
numbers and internal structure are shown in Fig. 22.2.
Step 1.
Create a VLAN for services on switch. VLAN configuration is described in details in Chapter 14,
page 52.
LTP-8X(switch)(config)#
vlan
20
LTP-8X(switch)(config-vlan)#
tagged
front-port 0
LTP-8X(switch)(config-vlan)#
tagged
pon-port 0
–
1
LTP-8X(switch)(config-vlan)#
exit
LTP-8X(switch)(config)#
vlan
30
LTP-8X(switch)(config-vlan)#
tagged
front-port 0
LTP-8X(switch)(config-vlan)#
tagged
pon-port 0
–
1
Step 2.
Specify "3" service model that corresponds to "VLAN for Service" by using the
gpon olt model
command.
LTP-8X# configure terminal
LTP-8X(config)#
gpon olt model
3
Step 3.
Create
cross-connect
profiles for services.
LTP-8X(config)#
profile cross-connect
RG-service
LTP-8X(config-cross-connect)("RG-service")# exit
LTP-8X(config)#
profile cross-connect
OMCI-service
Step 4.
Create an dba profile. DBA parameters are not important for the purposes set forth in this
Chapter, so we will not configure DBA here and simply use default values. We will also assign one profile
to both services that means that upstream services will operate with one T-CONT. DBA configuration is
described in details in Chapter 21, page 88.
LTP-8X(config)#
profile dba
basic
LTP-8X(config-dba)("basic")# exit
Step 5.
Create a "ports" profile.
LTP-8X(config)#
profile ports
2RG-2OMCI
LTP-8X(config-ports)("2RG-2OMCI")# exit
Step 6.
Configure a routed service. Use one VLAN 20 on both the OLT and ONT sides. Set the
routed
service
by using the
bridge
command. Configure a cross-connect profile for the routed service.
LTP-8X(config)# profile cross-connect RG-service
LTP-8X(config-cross-connect)("RG-service")# no bridge
LTP-8X(config-cross-connect)("RG-service")# type general
LTP-8X(config-cross-connect)("RG-service")# tag-mode single-tagged
LTP-8X(config-cross-connect)("RG-service")# outer-vid 20
LTP-8X(config-cross-connect)("RG-service")# outer-cos unused
LTP-8X(config-cross-connect)("RG-service")# user vid untagged
LTP-8X(config-cross-connect)("RG-service")# mac-table-limit unlimited
LTP-8X(config-cross-connect)("RG-service")# priority 0
Step 7.
Configure a bridged service. Use one VLAN 30 on both the OLT and ONT sides. Set the
bridged