OLT LTP-16N, LTP-16NT. User Manual
64
•
•
•
•
•
Step 1.
Create a cross-connect profile named Internet. Configure the bridged service specifying the
bridge group the ONT port will be connected to (in this case, it is equal to 10 for the first service). Set the
outer-vid to 200, replacing the label is not necessary and the traffic from the port comes without the tag,
so leave the pon vid and user vid unchanged.
LTP-16N# configure terminal
LTP-16N(configure)# profile cross-connect Internet
LTP-16N(config)(profile-cross-connect-Internet)# ont-mode bridge
LTP-16N(config)(profile-cross-connect-Internet)# bridge group 10
LTP-16N(config)(profile-cross-connect-Internet)# outer vid 200
Step 2.
By analogy with the described above, create another
cross-connect
profile named IPTV for the
second service and configure the bridge group. Additionally, configure the traffic-model for the multicast
service type.
LTP-16N(config)(profile-cross-connect-IPTV)# ont-mode bridge
LTP-16N(config)(profile-cross-connect-IPTV)# bridge group 11
LTP-16N(config)(profile-cross-connect-IPTV)# outer vid 98
LTP-16N(config)(profile-cross-connect-IPTV)# traffic-model multicast
Step 3.
Create profile for the third service. Configure another group for him. And also configure tag
replacement on the OLT and tagging traffic from the ONT port. For this set the values of
pon
and
user
vid
to 10.
LTP-16N(configure)# profile cross-connect UNI_TAG
LTP-16N(config)(profile-cross-connect-UNI_TAG)# ont-mode bridge
LTP-16N(config)(profile-cross-connect-UNI_TAG)# bridge group 12
To view active ONT configurations
LTP-16N(config)(profile-cross-connect-UNI_TAG)# outer vid 100
LTP-16N(config)(profile-cross-connect-UNI_TAG)# pon vid 10
LTP-16N(config)(profile-cross-connect-UNI_TAG)# user vid 10
LTP-16N(config)(profile-cross-connect-UNI_TAG)# traffic-model 1-to-1
Step 4.
Specify
DBA
parameters. To do this, create a dba profile and adjust the corresponding settings.
Set a value of a guaranteed bandwidth and allocation scheme in this example:
LTP-16N(configure)# profile dba AllService
LTP-16N(config)(profile-dba-AllService)# allocation-scheme share-t-cont
LTP-16N(config)(profile-dba-AllService)# bandwidth guaranteed 1024
Step 5.
Associate
bridge group
with ONT port. To do this, create a ports profile and set the
bridge group
parameter to 10 for the eth1, eth2 port and to 11 for the eth3 port. Set the rules of multicast traffic
processing for port 2:
LTP-16N(configure)# profile ports PP
LTP-16N(config)(profile-ports-PP)# port 1 bridge group 10
LTP-16N(config)(profile-ports-PP)# port 2 bridge group 11
LTP-16N(config)(profile-ports-PP)# port 2 multicast
LTP-16N(config)(profile-ports-PP)# port 2 igmp downstream tag-control remove-tag
LTP-16N(config)(profile-ports-PP)# port 2 igmp upstream tag-control add-tag
LTP-16N(config)(profile-ports-PP)# port 2 igmp upstream vid 98
LTP-16N(config)(profile-ports-PP)# port 2 igmp downstream vid 98
LTP-16N(config)(profile-ports-PP)# port 3 bridge group 12