___________________________________________________________________________
_______________________________________________________________________________
LTP-8X optical line terminal
93
of SLA parameters.
SLA parameters
Internet
SecurityAlarm
Sum
bandwidth fixed
0
0
0
bandwidth guaranteed
10048
1024
11072
bandwidth besteffort
329984
20096
350080
Read more about the appointment of SLA parameters in section 21.2.
Step 1.
Assign two dba profiles by using the
profile dba
command.
LTP-8X(config)# profile dba ServiceVoIP
LTP-8X(config-dba)("ServiceVoIP")# exit
LTP-8X(config)# profile dba OtherServices
Step 2.
Specify individual distribution scheme allocations by using the
allocation-scheme
command.
LTP-8X(config)# profile dba ServiceVoIP
LTP-8X(config-dba)("ServiceVoIP")# allocation-scheme allocate-new-t-cont
LTP-8X(config-dba)("ServiceVoIP")# exit
LTP-8X(config)# profile dba OtherServices
LTP-8X(config-dba)("OtherServices")# exit
Step 3.
Assign the profiles to corresponding services of every ONT by using the
service <id> profile dba
command.
LTP-8X(config)# interface ont 0/0-1
LTP-8X(config)(if-ont-0/0-1)# service 0 profile dba OtherServices
LTP-8X(config)(if-ont-0/0-1)# service 1 profile dba ServiceVoIP
LTP-8X(config)(if-ont-0/0-1)# service 2 profile dba OtherServices
You will have the following ONT configurations:
LTP-8X(config)(if-ont-0/0-1)# do show interface ont 0/0-1 configuration
-----------------------------------
[ONT0/0] configuration
-----------------------------------
...
Service [0]:
Profile cross connect:
ServiceInternet ONT Profile Cross Connect 0
Profile dba:
OtherServices
ONT Profile DBA 4
Service [1]:
Profile cross connect:
ServiceVoIP ONT Profile Cross Connect 1
Profile dba:
ServiceVoIP ONT Profile DBA 2
Service [2]:
Profile cross connect:
SecurityiAlarm ONT Profile Cross Connect 5
Profile dba:
OtherServices
ONT Profile DBA 4
Step 4.
Apply the changes by using the
commit
command.
LTP-8X(config)(if-ont-0/0-1)# do commit