_____________________________________________________________________________
____________________________________________________________________________
90
LTP-8X optical line terminal
21.1
DBA Profiles Assignment
21.1.1.
Services in Different T-CONTs
Two Alloc-IDs will be allocated in an OLT for an ONT. Each service will operate in its allocation. There will
be two T-CONT on the ONT side corresponding to the allocations.
Step 1.
The ONT should have two services in different T-CONTs. Assign two dba profiles by using the
profile dba
command.
LTP-8X(config)# profile dba ServiceInternet
LTP-8X(config-dba)("ServiceInternet")# exit
LTP-8X(config)# profile dba ServiceVoIP
LTP-8X(config-dba)("ServiceVoIP")# exit
Step 2
. Specify individual distribution scheme allocations by using the
allocation-scheme
command.
LTP-8X(config)# profile dba ServiceInternet
LTP-8X(config-dba)("ServiceInternet")#allocation-scheme allocate-new-t-cont
LTP-8X(config-dba)("ServiceInternet")# exit
LTP-8X(config)# profile dba ServiceVoIP
LTP-8X(config-dba)("ServiceVoIP")# allocation-scheme allocate-new-t-cont
LTP-8X(config-dba)("ServiceVoIP")# exit
Step 3.
Assign the profiles to services by using the
service <id> profile dba
command.
LTP-8X(config)(if-ont-0/0)# service 0 profile dba ServiceInternet
LTP-8X(config)(if-ont-0/0)# service 1 profile dba ServiceVoIP
You will have the following configuration:
LTP-8X(config)(if-ont-0/0)# do show interface ont 0/0 configuration
...
Service [0]:
Profile cross connect:
ServiceInternet ONT Profile Cross Connect 0
Profile dba:
ServiceInternet ONT Profile DBA 1
Service [1]:
Profile cross connect:
ServiceVoIP ONT Profile Cross Connect 1
Profile dba:
ServiceVoIP ONT Profile DBA 2
Step 4.
Apply the changes by using the
do commit
command.
LTP-8X(config)(if-ont-0/0)# do
commit
21.1.2.
Services in One T-CONT
One Alloc-ID will be allocated in an OLT for an ONT. One T-CONT will be configured in the ONT. The T-
CONT will be used to transfer traffic from multiple services. Traffic priority will be based on the value of the
"priority-queue" field of the corresponding cross-connect profiles.
Step 1.
The ONT should have three services in one T-CONT. Assign an dba profile by using the
profile
dba
command.
LTP-8X(config)# profile dba AllServices