___________________________________________________________________________
_______________________________________________________________________________
LTP-8X optical line terminal
83
LTP-8X(config-dba)("AllServices")# do show profile dba AllServices
Name:
'AllServices'
Description:
’ONT Profile DBA 1’
Dba:
Sla data:
Service class:
data
Status reporting:
nsr
Alloc size:
0
Alloc period:
0
Fixed bandwidth:
0
Guaranteed bandwidth:
500
Besteffort bandwidth:
1244000
Step 8.
Associate a bridge port with an ONT port. To do this, create a "ports" profile and assign value 1
to the "bridge group" parameter for the "eth 0" port:
LTP-8X(config)# profile ports Portsl
LTP-8X(config-ports)("Portsl")# port 0 bridge group 1
Step 9.
Check the changes made.
LTP-8X(config-ports)("Ports1")# do show profile ports Ports1
...
Port [0]:
Bridge group:
1
Spanning tree for bridge group:
false
Multicast enable:
false
Multicast port settings:
Upstream igmp vid:
1
Upstream igmp prio:
0
Upstream igmp tag control:
pass
Downstream multicast vid:
1
Downstream multicast prio:
0
Downstream multicast tag control:
pass
Max groups:
0
Max multicast bandwidth:
0
Shaper downstream:
Enable:
false
Commited rate:
1000000
Shaper upstream:
Enable:
false
Commited rate:
1000000
...
Step 10.
Assign the created profiles in ONT.
LTP-8X(config)# interface ont 0/0
LTP-8X(config)(if-ont-0/0)# service 0 profile dba AllServices
LTP-8X(config)(if-ont-0/0)# service 0 profile cross-connect Service1
LTP-8X(config)(if-ont-0/0)# service 1 profile dba AllServices
LTP-8X(config)(if-ont-0/0)# service 1 profile cross-connect Service2
LTP-8X(config)(if-ont-0/0)# profile ports Ports1
LTP-8X(config)(if-ont-0/0)# do show interface ont 0/0 configuration
-----------------------------------
[ONT0/0] configuration
-----------------------------------
Description:
''
Status:
UP
Serial:
ELTX5C00008C
...
Service [0]:
Profile cross connect:
Service1
ONT Profile Cross Connect 1
Profile dba:
AllServices
ONT Profile DBA 1
Service [1]:
Profile cross connect:
Service2
ONT Profile Cross Connect 2
Profile dba:
AllServices
ONT Profile DBA 1
...