eCLI guide
This guide is for operators who manage Light OLT directly through the eCLI, without Nokia Altiplano or another management platform. It explains how to move between OLT contexts and create the basic objects for a GPON ONT service.
- Wait one to two minutes after starting the container before opening an SSH session on port 22.
- If you only use the eCLI, you do not need to run the
olt-proxy:0.0.1image. - The image already contains some of the configuration shown in this guide.
Connect with the default credentials:
ssh admin@<olt-address>
# Password: admin
Use Tab to complete commands and ? to list the options available in the current context.
Not every operation has been validated through the eCLI. The code is public and can be modified and rebuilt on top of the base image. This guide describes only the behavior implemented by Light OLT and does not replace the official Nokia Lightspan FX eCLI configuration guide; request that document from your Nokia representative.
Contents
- Inspect a context configuration.
- Switch OLT contexts.
- Change the system name.
- Inspect the uplink ports.
- Inspect the management VPLS.
- Inspect the management IES.
- Create the v-VPLS for the ONT VLAN.
- Configure a PON port.
- Create the ONU template.
- Provision an ONT.
- Create the service profiles.
- Create the Layer 2 user service.
- Apply the complete configuration example.
Inspect a context configuration
show full-configuration
Switch OLT contexts
forward cli to lt-1
Replace lt-1 with ihub, lt-2, lt-3, or lt-4 to open another available context.
Change the system name
config
system hostname OLT-LAB
Inspect the uplink ports
Run this section in the IHUB context; see Switch OLT contexts.
The image includes ports 1/2/1 and 1/1/1. The following block shows the default configuration of 1/2/1. See the Nokia SR OS documentation for other options.
port-id 1/2/1 { }
admin-state { enable }
description "10/100/Gig Ethernet TX" { }
forwarding-scope { load-sharing }
ethernet { }
ethernet { autonegotiate true }
ethernet { dot1q-etype 0x8100 }
ethernet { mode access }
ethernet { encap-type dot1q }
ethernet { speed 1000 }
ethernet { category regular }
ethernet { remark false }
ethernet { use-vlan-dot1q-etype false }
ethernet { hold-time }
ethernet { hold-time units seconds }
ethernet { lldp }
ethernet { lldp dest-mac nearest-bridge }
ethernet { lldp dest-mac nearest-bridge notification false }
ethernet { lldp dest-mac nearest-bridge port-id-subtype tx-local }
ethernet { lldp dest-mac nearest-bridge receive false }
ethernet { lldp dest-mac nearest-bridge transmit false }
ethernet { lldp dest-mac nearest-bridge tx-tlvs }
ethernet { lldp dest-mac nearest-bridge tx-tlvs port-desc false }
ethernet { lldp dest-mac nearest-bridge tx-tlvs sys-name false }
ethernet { lldp dest-mac nearest-bridge tx-tlvs sys-desc false }
ethernet { lldp dest-mac nearest-bridge tx-tlvs sys-cap false }
ethernet { lldp dest-mac nearest-bridge tx-mgmt-address system }
ethernet { lldp dest-mac nearest-bridge tx-mgmt-address system admin-state disable }
ethernet { lldp dest-mac nearest-bridge tx-mgmt-address system-ipv6 }
ethernet { lldp dest-mac nearest-bridge tx-mgmt-address system-ipv6 admin-state disable }
ethernet { lldp dest-mac nearest-bridge tx-mgmt-address node-ipv4 }
ethernet { lldp dest-mac nearest-bridge tx-mgmt-address node-ipv4 admin-state disable }
ethernet { lldp dest-mac nearest-bridge tx-mgmt-address node-ipv6 }
ethernet { lldp dest-mac nearest-bridge tx-mgmt-address node-ipv6 admin-state disable }
ethernet { lldp dest-mac nearest-non-tpmr }
ethernet { lldp dest-mac nearest-non-tpmr notification false }
ethernet { lldp dest-mac nearest-non-tpmr port-id-subtype tx-local }
ethernet { lldp dest-mac nearest-non-tpmr receive false }
ethernet { lldp dest-mac nearest-non-tpmr transmit false }
ethernet { lldp dest-mac nearest-non-tpmr tx-tlvs }
ethernet { lldp dest-mac nearest-non-tpmr tx-tlvs port-desc false }
ethernet { lldp dest-mac nearest-non-tpmr tx-tlvs sys-name false }
ethernet { lldp dest-mac nearest-non-tpmr tx-tlvs sys-desc false }
ethernet { lldp dest-mac nearest-non-tpmr tx-tlvs sys-cap false }
ethernet { lldp dest-mac nearest-non-tpmr tx-mgmt-address system }
ethernet { lldp dest-mac nearest-non-tpmr tx-mgmt-address system admin-state disable }
ethernet { lldp dest-mac nearest-non-tpmr tx-mgmt-address system-ipv6 }
ethernet { lldp dest-mac nearest-non-tpmr tx-mgmt-address system-ipv6 admin-state disable }
ethernet { lldp dest-mac nearest-non-tpmr tx-mgmt-address node-ipv4 }
ethernet { lldp dest-mac nearest-non-tpmr tx-mgmt-address node-ipv4 admin-state disable }
ethernet { lldp dest-mac nearest-non-tpmr tx-mgmt-address node-ipv6 }
ethernet { lldp dest-mac nearest-non-tpmr tx-mgmt-address node-ipv6 admin-state disable }
ethernet { lldp dest-mac nearest-customer }
ethernet { lldp dest-mac nearest-customer notification false }
ethernet { lldp dest-mac nearest-customer port-id-subtype tx-local }
ethernet { lldp dest-mac nearest-customer receive false }
ethernet { lldp dest-mac nearest-customer transmit false }
ethernet { lldp dest-mac nearest-customer tx-tlvs }
ethernet { lldp dest-mac nearest-customer tx-tlvs port-desc false }
ethernet { lldp dest-mac nearest-customer tx-tlvs sys-name false }
ethernet { lldp dest-mac nearest-customer tx-tlvs sys-desc false }
ethernet { lldp dest-mac nearest-customer tx-tlvs sys-cap false }
ethernet { lldp dest-mac nearest-customer tx-mgmt-address system }
ethernet { lldp dest-mac nearest-customer tx-mgmt-address system admin-state disable }
ethernet { lldp dest-mac nearest-customer tx-mgmt-address system-ipv6 }
ethernet { lldp dest-mac nearest-customer tx-mgmt-address system-ipv6 admin-state disable }
ethernet { lldp dest-mac nearest-customer tx-mgmt-address node-ipv4 }
ethernet { lldp dest-mac nearest-customer tx-mgmt-address node-ipv4 admin-state disable }
ethernet { lldp dest-mac nearest-customer tx-mgmt-address node-ipv6 }
ethernet { lldp dest-mac nearest-customer tx-mgmt-address node-ipv6 admin-state disable }
Inspect the management VPLS
Run this query in IHUB. The image includes the vpls-MGMT VPLS with the following default configuration:
service { vpls "vpls-MGMT" }
service { vpls "vpls-MGMT" service-id 50 }
service { vpls "vpls-MGMT" customer "1" }
service { vpls "vpls-MGMT" admin-state enable }
service { vpls "vpls-MGMT" service-mtu 1514 }
service { vpls "vpls-MGMT" m-vpls false }
service { vpls "vpls-MGMT" sgt-qos 1 }
service { vpls "vpls-MGMT" storm-control false }
service { vpls "vpls-MGMT" user-user-com false }
service { vpls "vpls-MGMT" v-vpls true }
service { vpls "vpls-MGMT" vlan 50 }
service { vpls "vpls-MGMT" fdb }
service { vpls "vpls-MGMT" fdb table }
service { vpls "vpls-MGMT" fdb table high-wmark 95 }
service { vpls "vpls-MGMT" fdb table low-wmark 90 }
service { vpls "vpls-MGMT" fdb table size 16384 }
service { vpls "vpls-MGMT" fdb mac-learning }
service { vpls "vpls-MGMT" fdb mac-learning learning true }
service { vpls "vpls-MGMT" fdb mac-learning aging true }
service { vpls "vpls-MGMT" fdb mac-learning local-age-time 300 }
service { vpls "vpls-MGMT" fdb mac-learning remote-age-time 900 }
service { vpls "vpls-MGMT" stp }
service { vpls "vpls-MGMT" stp admin-state disable }
service { vpls "vpls-MGMT" stp forward-delay 15 }
service { vpls "vpls-MGMT" stp hello-time 2 }
service { vpls "vpls-MGMT" stp hold-count 6 }
service { vpls "vpls-MGMT" stp maximum-age 20 }
service { vpls "vpls-MGMT" stp mode rstp }
service { vpls "vpls-MGMT" stp mst-maximum-hops 20 }
service { vpls "vpls-MGMT" stp priority 32768 }
service { vpls "vpls-MGMT" sap 1/2/1:50 }
service { vpls "vpls-MGMT" sap 1/2/1:50 admin-state enable }
service { vpls "vpls-MGMT" sap 1/2/1:50 enable-stats false }
service { vpls "vpls-MGMT" sap 1/2/1:50 stp }
service { vpls "vpls-MGMT" sap 1/2/1:50 stp admin-state disable }
service { vpls "vpls-MGMT" sap 1/2/1:50 stp auto-edge true }
service { vpls "vpls-MGMT" sap 1/2/1:50 stp edge-port false }
service { vpls "vpls-MGMT" sap 1/2/1:50 stp link-type pt-pt }
service { vpls "vpls-MGMT" sap 1/2/1:50 stp path-cost 10 }
service { vpls "vpls-MGMT" sap 1/2/1:50 stp priority 128 }
service { vpls "vpls-MGMT" sap 1/2/1:50 stp root-guard false }
service { vpls "vpls-MGMT" sap 1/2/1:50 fdb }
service { vpls "vpls-MGMT" sap 1/2/1:50 fdb mac-learning }
service { vpls "vpls-MGMT" sap 1/2/1:50 fdb mac-learning learning true }
service { vpls "vpls-MGMT" sap 1/2/1:50 fdb mac-learning aging true }
service { vpls "vpls-MGMT" sap 1/2/1:50 eth-cfm }
service { vpls "vpls-MGMT" sap 1/2/1:50 eth-cfm ais-enable false }
service { vpls "vpls-MGMT" ingress }
service { vpls "vpls-MGMT" ingress qos 1 }
service { vpls "vpls-MGMT" mac-move }
service { vpls "vpls-MGMT" mac-move allow-res-res false }
service { vpls "vpls-MGMT" mac-move allow-res-reg true }
service { vpls "vpls-MGMT" mac-move allow-reg-res false }
service { vpls "vpls-MGMT" mac-move log-enable false }
Inspect the management IES
Run this query in IHUB. The image includes the MGMT IES with the following default configuration:
A:admin@iHUB-OLT-LAB# service ies MGMT
[gl:configure service ies MGMT]
A:admin@iHUB-OLT-LAB# info flat
service-name "MGMT" { }
service-id 9999 { }
customer "1" { }
admin-state { enable }
interface "to_BNG" { }
interface "to_BNG" { admin-state enable }
interface "to_BNG" { loopback false }
interface "to_BNG" { oamsave false }
interface "to_BNG" { sap 1/5/1:50 }
interface "to_BNG" { sap 1/5/1:50 admin-state enable }
interface "to_BNG" { ipv4 }
interface "to_BNG" { ipv4 icmp }
interface "to_BNG" { ipv4 icmp mask-reply true }
interface "to_BNG" { ipv4 icmp ttl-expired }
interface "to_BNG" { ipv4 icmp ttl-expired admin-state enable }
interface "to_BNG" { ipv4 icmp ttl-expired number 100 }
interface "to_BNG" { ipv4 icmp ttl-expired seconds 10 }
interface "to_BNG" { ipv4 icmp unreachables }
interface "to_BNG" { ipv4 icmp unreachables admin-state enable }
interface "to_BNG" { ipv4 icmp unreachables number 100 }
interface "to_BNG" { ipv4 icmp unreachables seconds 10 }
interface "to_BNG" { ipv4 bfd }
interface "to_BNG" { ipv4 bfd admin-state disable }
interface "to_BNG" { ipv4 bfd transmit-interval 100 }
interface "to_BNG" { ipv4 bfd receive 100 }
interface "to_BNG" { ipv4 bfd multiplier 3 }
interface "to_BNG" { ipv4 primary }
interface "to_BNG" { ipv4 primary address 192.168.0.2 }
interface "to_BNG" { ipv4 primary prefix-length 24 }
interface "to_BNG" { ipv4 primary broadcast host-ones }
interface "to_BNG" { ipv4 neighbor-discovery }
interface "to_BNG" { ipv4 neighbor-discovery timeout 600 }
interface "to_BNG" { ipv4 neighbor-discovery local-proxy-arp false }
interface "to_BNG" { ipv4 neighbor-discovery limit }
interface "to_BNG" { ipv4 neighbor-discovery limit log-only false }
interface "to_BNG" { ipv4 neighbor-discovery limit threshold 90 }
interface "to_BNG" { ipv4 dhcp }
interface "to_BNG" { ipv4 dhcp admin-state disable }
interface "to_BNG" { ipv4 dhcp src-ip-addr auto }
interface "to_BNG" { ipv4 dhcp option-82 }
interface "to_BNG" { ipv4 dhcp option-82 action keep }
interface "to_BNG" { ipv4 dhcp lease-populate }
interface "to_BNG" { ipv4 dhcp lease-populate max-leases 20480 }
ingress { }
ingress { qos 1 }
Create the v-VPLS for the ONT VLAN
The onu-dhcp daemon only materializes a subscriber when the VLAN of its VSI matches an enabled v-VPLS in the IHUB. The v-VPLS must also have an enabled SAP on a physical port included in the uplink map. In this example, port 1/2/1 maps to eth1 and the subscriber VLAN is 10.
VSI_ONT-01_VEIP_HSI (VLAN 10)
│
▼
onu-dhcp detects the enabled VSI
│
▼
IHUB v-VPLS VLAN 10 → SAP 1/2/1:10
│
▼
Linux interface eth1.10 + subscriber macvlan
│
▼
DHCP DORA toward the BNG
│
▼
BNG receives the request
Run these commands in the IHUB context under configure global:
forward cli to ihub
configure global
service vpls 10
admin-state enable
service-name "10"
service-id 10
customer 1
admin-state enable
storm-control false
user-user-com false
v-vpls true
vlan 10
sap 1/2/1:10 admin-state enable
exit
mac-move allow-res-res false
mac-move allow-res-reg true
mac-move allow-reg-res false
commit
The info flat output must include:
[gl:configure service vpls 10]
A:admin@iHUB-OLT-LAB# info flat
service-name "10" { }
service-id 10 { }
customer "1" { }
admin-state { enable }
storm-control { false }
user-user-com { false }
v-vpls { true }
vlan 10 { }
sap 1/2/1:10 { }
sap 1/2/1:10 { admin-state enable }
mac-move { }
mac-move { allow-res-res false }
mac-move { allow-res-reg true }
mac-move { allow-reg-res false }
Configure a PON port
Run the following tasks in the LT context that owns the PON port.
Create the SFP transceiver
config
hardware component PONSFP_1 class transceiver
parent C1
parent-rel-pos 1
model-name 3FE53441AA
Verify the SFP
OLT-LAB.LT1(config-component-PONSFP_1)# show full-configuration
component PONSFP_1
class transceiver
parent C1
parent-rel-pos 1
model-name 3FE53441AA
!
Associate the PON link with the SFP
config
hardware component PON_1_GPON class transceiver-link-gpon
parent PONSFP_1
parent-rel-pos 1
Verify the PON link
OLT-LAB.LT1(config-component-PON_1_GPON)# show full-configuration
component PON_1_GPON
class transceiver-link-gpon
parent PONSFP_1
parent-rel-pos 1
!
Create the channel group
config
interfaces interface LT1_PON1 type channel-group
enabled
channel-group polling-period 100
channel-group raman-mitigation raman-none
channel-group system-id 00000
Verify the channel group
OLT-LAB.LT1(config-interface-LT1_PON1)# show full-configuration
interface LT1_PON1
type channel-group
enabled true
channel-group
polling-period 100
raman-mitigation raman-none
system-id 00000
!
!
Create the queue-mapping profile
tm-profiles tc-id-2-queue-id-mapping-profile DEFAULT_TC_TO_8Queues
mapping-entry 0
local-queue-id 0
exit
mapping-entry 1
local-queue-id 1
exit
mapping-entry 2
local-queue-id 2
exit
mapping-entry 3
local-queue-id 3
exit
mapping-entry 4
local-queue-id 4
exit
mapping-entry 5
local-queue-id 5
exit
mapping-entry 6
local-queue-id 6
exit
mapping-entry 7
local-queue-id 7
Create the channel partition
config
interfaces interface LT1_PON1_CPART_GPON type channel-partition
enabled true
channel-partition channel-group-ref LT1_PON1
channel-partition channel-partition-index 1
channel-partition downstream-fec true
channel-partition closest-onu-distance 0
channel-partition maximum-differential-xpon-distance 20
channel-partition authentication-method as-per-v-ani-expected
channel-partition multicast-aes-indicator false
channel-partition early-fetch-onu-loid-info false
Verify the channel partition
LT1-GPON(config-interface-LT1_PON1_CPART_GPON)# show full-configuration
interface LT1_PON1_CPART_GPON
type channel-partition
enabled true
channel-partition
channel-group-ref LT1_PON1
channel-partition-index 1
downstream-fec true
closest-onu-distance 0
maximum-differential-xpon-distance 20
multicast-aes-indicator false
early-fetch-onu-loid-info false
!
!
Create the channel pair
interfaces interface LT1_PON1_CPAIR_GPON
type channel-pair
enabled true
channel-pair channel-group-ref LT1_PON1
channel-pair channel-partition-ref LT1_PON1_CPART_GPON
channel-pair channel-pair-type gpon
channel-pair gpon-pon-id-interval 10
multicast-cac max-group-number no-limit
multicast-cac max-multicast-rate-limit no-limit
multicast-cac multicast-rate-limit-exceed-action best-effort
Verify the channel pair
OLT-LAB.LT1(config-interface-LT1_PON1_CPAIR_GPON)# show full-configuration
interface LT1_PON1_CPAIR_GPON
type channel-pair
enabled true
channel-pair
channel-group-ref LT1_PON1
channel-partition-ref LT1_PON1_CPART_GPON
channel-pair-type gpon
gpon-pon-id-interval 10
!
multicast-cac
max-group-number no-limit
max-multicast-rate-limit no-limit
multicast-rate-limit-exceed-action best-effort
!
!
Create the channel termination
config
interfaces interface CT_LT1_PON1_1_GPON
description LT1_PON1
type channel-termination
enabled true
port-layer-if PON_1_GPON
channel-termination channel-pair-ref LT1_PON1_CPAIR_GPON
channel-termination channel-termination-type gpon
channel-termination gpon-pon-id 00000000000000
channel-termination ber-calc-period 10
channel-termination location inside-olt
channel-termination laser-on-by-default true
OLT-LAB.LT1(config-interface-CT_LT1_PON1_1_GPON)# show full-configuration
interface CT_LT1_PON1_1_GPON
description LT1_PON1
type channel-termination
enabled true
port-layer-if PON_1_GPON
channel-termination
channel-pair-ref LT1_PON1_CPAIR_GPON
channel-termination-type gpon
gpon-pon-id 00000000000000
ber-calc-period 10
location inside-olt
laser-on-by-default true
!
!
Inspect the LT in the IHUB
Run this query in IHUB.
forward cli to ihub
configure global
The image creates LT1 as an FGLT-D card. This is its default IHUB port configuration:
[gl:configure port 1/8/1]
A:admin@iHUB-OLT-LAB# info flat
port-id 1/8/1 { }
admin-state { enable }
description "10/20/40 Gig Ethernet LT" { }
forwarding-scope { load-sharing }
ethernet { }
ethernet { autonegotiate true }
ethernet { dot1q-etype 0x8100 }
ethernet { mode access }
ethernet { encap-type dot1q }
ethernet { category residential }
ethernet { remark false }
ethernet { use-vlan-dot1q-etype false }
ethernet { hold-time }
ethernet { hold-time units seconds }
ethernet { lldp }
ethernet { lldp dest-mac nearest-bridge }
ethernet { lldp dest-mac nearest-bridge notification false }
ethernet { lldp dest-mac nearest-bridge port-id-subtype tx-local }
ethernet { lldp dest-mac nearest-bridge receive false }
ethernet { lldp dest-mac nearest-bridge transmit false }
ethernet { lldp dest-mac nearest-bridge tx-tlvs }
ethernet { lldp dest-mac nearest-bridge tx-tlvs port-desc false }
ethernet { lldp dest-mac nearest-bridge tx-tlvs sys-name false }
ethernet { lldp dest-mac nearest-bridge tx-tlvs sys-desc false }
ethernet { lldp dest-mac nearest-bridge tx-tlvs sys-cap false }
ethernet { lldp dest-mac nearest-bridge tx-mgmt-address system }
ethernet { lldp dest-mac nearest-bridge tx-mgmt-address system admin-state disable }
ethernet { lldp dest-mac nearest-bridge tx-mgmt-address system-ipv6 }
ethernet { lldp dest-mac nearest-bridge tx-mgmt-address system-ipv6 admin-state disable }
ethernet { lldp dest-mac nearest-bridge tx-mgmt-address node-ipv4 }
ethernet { lldp dest-mac nearest-bridge tx-mgmt-address node-ipv4 admin-state disable }
ethernet { lldp dest-mac nearest-bridge tx-mgmt-address node-ipv6 }
ethernet { lldp dest-mac nearest-bridge tx-mgmt-address node-ipv6 admin-state disable }
ethernet { lldp dest-mac nearest-non-tpmr }
ethernet { lldp dest-mac nearest-non-tpmr notification false }
ethernet { lldp dest-mac nearest-non-tpmr port-id-subtype tx-local }
ethernet { lldp dest-mac nearest-non-tpmr receive false }
ethernet { lldp dest-mac nearest-non-tpmr transmit false }
ethernet { lldp dest-mac nearest-non-tpmr tx-tlvs }
ethernet { lldp dest-mac nearest-non-tpmr tx-tlvs port-desc false }
ethernet { lldp dest-mac nearest-non-tpmr tx-tlvs sys-name false }
ethernet { lldp dest-mac nearest-non-tpmr tx-tlvs sys-desc false }
ethernet { lldp dest-mac nearest-non-tpmr tx-tlvs sys-cap false }
ethernet { lldp dest-mac nearest-non-tpmr tx-mgmt-address system }
ethernet { lldp dest-mac nearest-non-tpmr tx-mgmt-address system admin-state disable }
ethernet { lldp dest-mac nearest-non-tpmr tx-mgmt-address system-ipv6 }
ethernet { lldp dest-mac nearest-non-tpmr tx-mgmt-address system-ipv6 admin-state disable }
ethernet { lldp dest-mac nearest-non-tpmr tx-mgmt-address node-ipv4 }
ethernet { lldp dest-mac nearest-non-tpmr tx-mgmt-address node-ipv4 admin-state disable }
ethernet { lldp dest-mac nearest-non-tpmr tx-mgmt-address node-ipv6 }
ethernet { lldp dest-mac nearest-non-tpmr tx-mgmt-address node-ipv6 admin-state disable }
ethernet { lldp dest-mac nearest-customer }
ethernet { lldp dest-mac nearest-customer notification false }
ethernet { lldp dest-mac nearest-customer port-id-subtype tx-local }
ethernet { lldp dest-mac nearest-customer receive false }
ethernet { lldp dest-mac nearest-customer transmit false }
ethernet { lldp dest-mac nearest-customer tx-tlvs }
ethernet { lldp dest-mac nearest-customer tx-tlvs port-desc false }
ethernet { lldp dest-mac nearest-customer tx-tlvs sys-name false }
ethernet { lldp dest-mac nearest-customer tx-tlvs sys-desc false }
ethernet { lldp dest-mac nearest-customer tx-tlvs sys-cap false }
ethernet { lldp dest-mac nearest-customer tx-mgmt-address system }
ethernet { lldp dest-mac nearest-customer tx-mgmt-address system admin-state disable }
ethernet { lldp dest-mac nearest-customer tx-mgmt-address system-ipv6 }
ethernet { lldp dest-mac nearest-customer tx-mgmt-address system-ipv6 admin-state disable }
ethernet { lldp dest-mac nearest-customer tx-mgmt-address node-ipv4 }
ethernet { lldp dest-mac nearest-customer tx-mgmt-address node-ipv4 admin-state disable }
ethernet { lldp dest-mac nearest-customer tx-mgmt-address node-ipv6 }
ethernet { lldp dest-mac nearest-customer tx-mgmt-address node-ipv6 admin-state disable }
Create the ONU template
Run this task in the LT context. The template defines the classifiers, QoS policies, T-CONT, GEM port, and base interfaces for a generic Nokia ONU.
config
onus onu GENERIC-NOKIA usage node-template-usage
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_untag_write_pbit0 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_untag_write_pbit0 match-criteria untagged
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_untag_write_pbit0 classifier-action-entry-cfg pbit-marking pbit-marking-cfg pbit-marking-list 0 pbit-value 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit0 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit0 match-criteria tag 0 in-pbit-list 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit0 match-criteria dscp-range any
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit0 classifier-action-entry-cfg pbit-marking pbit-marking-cfg pbit-marking-list 0 pbit-value 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit1 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit1 match-criteria tag 0 in-pbit-list 1
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit1 match-criteria dscp-range any
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit1 classifier-action-entry-cfg pbit-marking pbit-marking-cfg pbit-marking-list 0 pbit-value 1
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit2 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit2 match-criteria tag 0 in-pbit-list 2
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit2 match-criteria dscp-range any
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit2 classifier-action-entry-cfg pbit-marking pbit-marking-cfg pbit-marking-list 0 pbit-value 2
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit3 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit3 match-criteria tag 0 in-pbit-list 3
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit3 match-criteria dscp-range any
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit3 classifier-action-entry-cfg pbit-marking pbit-marking-cfg pbit-marking-list 0 pbit-value 3
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit4 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit4 match-criteria tag 0 in-pbit-list 4
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit4 match-criteria dscp-range any
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit4 classifier-action-entry-cfg pbit-marking pbit-marking-cfg pbit-marking-list 0 pbit-value 4
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit5 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit5 match-criteria tag 0 in-pbit-list 5
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit5 match-criteria dscp-range any
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit5 classifier-action-entry-cfg pbit-marking pbit-marking-cfg pbit-marking-list 0 pbit-value 5
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit6 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit6 match-criteria tag 0 in-pbit-list 6
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit6 match-criteria dscp-range any
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit6 classifier-action-entry-cfg pbit-marking pbit-marking-cfg pbit-marking-list 0 pbit-value 6
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit7 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit7 match-criteria tag 0 in-pbit-list 7
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit7 match-criteria dscp-range any
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit7 classifier-action-entry-cfg pbit-marking pbit-marking-cfg pbit-marking-list 0 pbit-value 7
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit0_to_tc0 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit0_to_tc0 match-criteria pbit-marking-list 0 pbit-value 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit0_to_tc0 classifier-action-entry-cfg scheduling-traffic-class scheduling-traffic-class 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit1_to_tc0 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit1_to_tc0 match-criteria pbit-marking-list 0 pbit-value 1
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit1_to_tc0 classifier-action-entry-cfg scheduling-traffic-class scheduling-traffic-class 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit2_to_tc0 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit2_to_tc0 match-criteria pbit-marking-list 0 pbit-value 2
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit2_to_tc0 classifier-action-entry-cfg scheduling-traffic-class scheduling-traffic-class 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit3_to_tc0 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit3_to_tc0 match-criteria pbit-marking-list 0 pbit-value 3
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit3_to_tc0 classifier-action-entry-cfg scheduling-traffic-class scheduling-traffic-class 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit4_to_tc0 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit4_to_tc0 match-criteria pbit-marking-list 0 pbit-value 4
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit4_to_tc0 classifier-action-entry-cfg scheduling-traffic-class scheduling-traffic-class 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit5_to_tc0 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit5_to_tc0 match-criteria pbit-marking-list 0 pbit-value 5
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit5_to_tc0 classifier-action-entry-cfg scheduling-traffic-class scheduling-traffic-class 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit6_to_tc0 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit6_to_tc0 match-criteria pbit-marking-list 0 pbit-value 6
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit6_to_tc0 classifier-action-entry-cfg scheduling-traffic-class scheduling-traffic-class 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit7_to_tc0 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit7_to_tc0 match-criteria pbit-marking-list 0 pbit-value 7
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit7_to_tc0 classifier-action-entry-cfg scheduling-traffic-class scheduling-traffic-class 0
onus onu GENERIC-NOKIA root policies policy HSI_TC0 classifiers pbit_marking_untag_write_pbit0
onus onu GENERIC-NOKIA root policies policy HSI_TC0 classifiers pbit_marking_copy_pbit0
onus onu GENERIC-NOKIA root policies policy HSI_TC0 classifiers pbit_marking_copy_pbit1
onus onu GENERIC-NOKIA root policies policy HSI_TC0 classifiers pbit_marking_copy_pbit2
onus onu GENERIC-NOKIA root policies policy HSI_TC0 classifiers pbit_marking_copy_pbit3
onus onu GENERIC-NOKIA root policies policy HSI_TC0 classifiers pbit_marking_copy_pbit4
onus onu GENERIC-NOKIA root policies policy HSI_TC0 classifiers pbit_marking_copy_pbit5
onus onu GENERIC-NOKIA root policies policy HSI_TC0 classifiers pbit_marking_copy_pbit6
onus onu GENERIC-NOKIA root policies policy HSI_TC0 classifiers pbit_marking_copy_pbit7
onus onu GENERIC-NOKIA root policies policy HSI_TC0_tc classifiers pbit2tc_pbit0_to_tc0
onus onu GENERIC-NOKIA root policies policy HSI_TC0_tc classifiers pbit2tc_pbit1_to_tc0
onus onu GENERIC-NOKIA root policies policy HSI_TC0_tc classifiers pbit2tc_pbit2_to_tc0
onus onu GENERIC-NOKIA root policies policy HSI_TC0_tc classifiers pbit2tc_pbit3_to_tc0
onus onu GENERIC-NOKIA root policies policy HSI_TC0_tc classifiers pbit2tc_pbit4_to_tc0
onus onu GENERIC-NOKIA root policies policy HSI_TC0_tc classifiers pbit2tc_pbit5_to_tc0
onus onu GENERIC-NOKIA root policies policy HSI_TC0_tc classifiers pbit2tc_pbit6_to_tc0
onus onu GENERIC-NOKIA root policies policy HSI_TC0_tc classifiers pbit2tc_pbit7_to_tc0
onus onu GENERIC-NOKIA root qos-policy-profiles policy-profile Q_HSI_TC0 policy-list HSI_TC0
onus onu GENERIC-NOKIA root qos-policy-profiles policy-profile Q_HSI_TC0 policy-list HSI_TC0_tc
onus onu GENERIC-NOKIA root tm-profiles tc-id-2-queue-id-mapping-profile TC2Q_Profile_Single-TC mapping-entry 0 local-queue-id 0
onus onu GENERIC-NOKIA root tm-profiles tc-id-2-queue-id-mapping-profile TC2Q_Profile_8-TC mapping-entry 0 local-queue-id 0
onus onu GENERIC-NOKIA root tm-profiles tc-id-2-queue-id-mapping-profile TC2Q_Profile_8-TC mapping-entry 1 local-queue-id 1
onus onu GENERIC-NOKIA root tm-profiles tc-id-2-queue-id-mapping-profile TC2Q_Profile_8-TC mapping-entry 2 local-queue-id 2
onus onu GENERIC-NOKIA root tm-profiles tc-id-2-queue-id-mapping-profile TC2Q_Profile_8-TC mapping-entry 3 local-queue-id 3
onus onu GENERIC-NOKIA root tm-profiles tc-id-2-queue-id-mapping-profile TC2Q_Profile_8-TC mapping-entry 4 local-queue-id 4
onus onu GENERIC-NOKIA root tm-profiles tc-id-2-queue-id-mapping-profile TC2Q_Profile_8-TC mapping-entry 5 local-queue-id 5
onus onu GENERIC-NOKIA root tm-profiles tc-id-2-queue-id-mapping-profile TC2Q_Profile_8-TC mapping-entry 6 local-queue-id 6
onus onu GENERIC-NOKIA root tm-profiles tc-id-2-queue-id-mapping-profile TC2Q_Profile_8-TC mapping-entry 7 local-queue-id 7
onus onu GENERIC-NOKIA root voip-configuration-characteristics configuration-method omci
onus onu GENERIC-NOKIA root xpongemtcont tconts tcont TCONT_VEIP_HSI interface-reference ANI
onus onu GENERIC-NOKIA root xpongemtcont tconts tcont TCONT_VEIP_HSI tm-root queue 0 priority 1
onus onu GENERIC-NOKIA root xpongemtcont tconts tcont TCONT_VEIP_HSI tm-root queue 0 weight 1
onus onu GENERIC-NOKIA root xpongemtcont tconts tcont TCONT_VEIP_HSI tm-root tc-id-2-queue-id-mapping-profile-name TC2Q_Profile_Single-TC
onus onu GENERIC-NOKIA root xpongemtcont gemports gemport GEM0_VEIP_HSI interface VSI_VEIP_HSI
onus onu GENERIC-NOKIA root xpongemtcont gemports gemport GEM0_VEIP_HSI traffic-class 0
onus onu GENERIC-NOKIA root xpongemtcont gemports gemport GEM0_VEIP_HSI tcont-ref TCONT_VEIP_HSI
onus onu GENERIC-NOKIA root hardware component CHASSIS class chassis
onus onu GENERIC-NOKIA root hardware component CHASSIS admin-state unlocked
onus onu GENERIC-NOKIA root hardware component CAGE class cage
onus onu GENERIC-NOKIA root hardware component CAGE parent CHASSIS
onus onu GENERIC-NOKIA root hardware component CAGE parent-rel-pos 0
onus onu GENERIC-NOKIA root hardware component SFP class transceiver
onus onu GENERIC-NOKIA root hardware component SFP parent CAGE
onus onu GENERIC-NOKIA root hardware component SFP parent-rel-pos 0
onus onu GENERIC-NOKIA root hardware component ANIPORT class transceiver-link
onus onu GENERIC-NOKIA root hardware component ANIPORT parent SFP
onus onu GENERIC-NOKIA root hardware component ANIPORT parent-rel-pos 1
onus onu GENERIC-NOKIA root hardware component UNI_LAN1 class rj45
onus onu GENERIC-NOKIA root hardware component UNI_LAN1 parent CHASSIS
onus onu GENERIC-NOKIA root hardware component UNI_LAN1 parent-rel-pos 1
onus onu GENERIC-NOKIA root hardware component UNI_LAN1 omci-identifier-helper virtual-board-number 1
onus onu GENERIC-NOKIA root hardware component UNI_LAN2 class rj45
onus onu GENERIC-NOKIA root hardware component UNI_LAN2 parent CHASSIS
onus onu GENERIC-NOKIA root hardware component UNI_LAN2 parent-rel-pos 2
onus onu GENERIC-NOKIA root hardware component UNI_LAN2 omci-identifier-helper virtual-board-number 1
onus onu GENERIC-NOKIA root hardware component UNI_LAN3 class rj45
onus onu GENERIC-NOKIA root hardware component UNI_LAN3 parent CHASSIS
onus onu GENERIC-NOKIA root hardware component UNI_LAN3 parent-rel-pos 3
onus onu GENERIC-NOKIA root hardware component UNI_LAN3 omci-identifier-helper virtual-board-number 1
onus onu GENERIC-NOKIA root hardware component UNI_LAN4 class rj45
onus onu GENERIC-NOKIA root hardware component UNI_LAN4 parent CHASSIS
onus onu GENERIC-NOKIA root hardware component UNI_LAN4 parent-rel-pos 4
onus onu GENERIC-NOKIA root hardware component UNI_LAN4 omci-identifier-helper virtual-board-number 1
onus onu GENERIC-NOKIA root hardware component UNI_VEIP class virtual-port
onus onu GENERIC-NOKIA root hardware component UNI_VEIP parent CHASSIS
onus onu GENERIC-NOKIA root hardware component UNI_VEIP parent-rel-pos 1
onus onu GENERIC-NOKIA root hardware component UNI_TEL1 class rj11
onus onu GENERIC-NOKIA root hardware component UNI_TEL1 parent CHASSIS
onus onu GENERIC-NOKIA root hardware component UNI_TEL1 parent-rel-pos 1
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN1 type ethernetCsmacd
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN1 enabled false
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN1 port-layer-if UNI_LAN1
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN1 ethernet auto-negotiation status enabled
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN1 ethernet auto-negotiation duplex full
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN1 ethernet auto-negotiation speed eth-if-speed-1gb
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN2 type ethernetCsmacd
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN2 enabled false
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN2 port-layer-if UNI_LAN2
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN2 ethernet auto-negotiation status enabled
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN2 ethernet auto-negotiation duplex full
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN2 ethernet auto-negotiation speed eth-if-speed-1gb
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN3 type ethernetCsmacd
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN3 enabled false
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN3 port-layer-if UNI_LAN3
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN3 ethernet auto-negotiation status enabled
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN3 ethernet auto-negotiation duplex full
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN3 ethernet auto-negotiation speed eth-if-speed-1gb
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN4 type ethernetCsmacd
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN4 enabled false
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN4 port-layer-if UNI_LAN4
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN4 ethernet auto-negotiation status enabled
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN4 ethernet auto-negotiation duplex full
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN4 ethernet auto-negotiation speed eth-if-speed-1gb
onus onu GENERIC-NOKIA root interfaces interface ENET_VEIP type onu-v-vrefpoint
onus onu GENERIC-NOKIA root interfaces interface ENET_VEIP enabled false
onus onu GENERIC-NOKIA root interfaces interface ENET_VEIP port-layer-if UNI_VEIP
onus onu GENERIC-NOKIA root interfaces interface ENET_VEIP onu-v-vrefpoint related-onu ANI
onus onu GENERIC-NOKIA root interfaces interface POTS_TEL1 type voiceFXS
onus onu GENERIC-NOKIA root interfaces interface POTS_TEL1 enabled false
onus onu GENERIC-NOKIA root interfaces interface POTS_TEL1 port-layer-if UNI_TEL1
onus onu GENERIC-NOKIA root interfaces interface ANI type ani
onus onu GENERIC-NOKIA root interfaces interface ANI port-layer-if ANIPORT
onus onu GENERIC-NOKIA root interfaces interface ANI performance pm-counter-size 32bit-performance-monitoring
onus onu GENERIC-NOKIA root interfaces interface ANI ani multicast-gemport ANI_2046 mc-gemport-id 2046
onus onu GENERIC-NOKIA root interfaces interface ANI ani multicast-gemport ANI_2046 is-broadcast true
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI type vlan-sub-interface
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI ingress-qos-policy-profile Q_HSI_TC0
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI subif-lower-layer interface ENET_VEIP
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged priority 100
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged flexible-match match-criteria tag 0 dot1q-tag tag-type c-vlan
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged flexible-match match-criteria tag 0 dot1q-tag vlan-id 10
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged flexible-match match-criteria tag 0 dot1q-tag pbit any
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged flexible-match match-criteria tag 0 dot1q-tag dei any
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged ingress-rewrite pop-tags 1
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged ingress-rewrite push-tag 0 dot1q-tag tag-type c-vlan
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged ingress-rewrite push-tag 0 dot1q-tag vlan-id 10
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged ingress-rewrite push-tag 0 dot1q-tag pbit-marking-index 0
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged ingress-rewrite push-tag 0 dot1q-tag dei-from-tag-index 0
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged auto-instantiate false
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI auto-instantiate false
onus onu GENERIC-NOKIA root routing control-plane-protocols control-plane-protocol static default-route static-routes ipv4 route 0.0.0.0/0 next-hop next-hop-address 0.0.0.1
onus onu GENERIC-NOKIA root system dns-resolver server pridns udp-and-tcp address 0.0.0.0
onus onu GENERIC-NOKIA root system dns-resolver server backupdns udp-and-tcp address 0.0.0.0
onus onu GENERIC-NOKIA root ptp-ccsa-profiles ptp-ccsa-port-profile default domain 0
onus onu GENERIC-NOKIA root ptp-ccsa-profiles ptp-ccsa-port-profile default master-only true
onus onu GENERIC-NOKIA root ptp-ccsa-profiles ptp-ccsa-port-profile default dest-mac-addr-forwardable forwardable
onus onu GENERIC-NOKIA root ptp-ccsa-profiles ptp-ccsa-port-profile default log-anno-interval -3
onus onu GENERIC-NOKIA root ptp-ccsa-profiles ptp-ccsa-port-profile default log-sync-interval -4
onus onu GENERIC-NOKIA root ptp-ccsa-profiles ptp-ccsa-port-profile default log-delay-interval 0
onus onu GENERIC-NOKIA root ptp-ccsa-profiles ptp-ccsa-port-profile default step-mode one-step
onus onu GENERIC-NOKIA root ptp-g8275dot1-profiles ptp-g8275dot1-port-profile default domain 24
onus onu GENERIC-NOKIA root ptp-g8275dot1-profiles ptp-g8275dot1-port-profile default master-only true
onus onu GENERIC-NOKIA root ptp-g8275dot1-profiles ptp-g8275dot1-port-profile default dest-mac-addr-forwardable forwardable
onus onu GENERIC-NOKIA root ptp-g8275dot1-profiles ptp-g8275dot1-port-profile default log-anno-interval -3
onus onu GENERIC-NOKIA root ptp-g8275dot1-profiles ptp-g8275dot1-port-profile default log-sync-interval -4
onus onu GENERIC-NOKIA root ptp-g8275dot1-profiles ptp-g8275dot1-port-profile default log-delay-interval -4
onus onu GENERIC-NOKIA root ptp-g8275dot1-profiles ptp-g8275dot1-port-profile default step-mode one-step
Verify the ONU template
OLT-02.LT1(config-onu-GENERIC-NOKIA)# show full-configuration
onu GENERIC-NOKIA
usage node-template-usage
root
classifiers
classifier-entry pbit_marking_untag_write_pbit0
filter-operation match-all-filter
match-criteria untagged
classifier-action-entry-cfg
action-type pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 0
!
!
!
classifier-entry pbit_marking_copy_pbit0
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 0
!
dscp-range any
!
classifier-action-entry-cfg
action-type pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 0
!
!
!
classifier-entry pbit_marking_copy_pbit1
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 1
!
dscp-range any
!
classifier-action-entry-cfg
action-type pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 1
!
!
!
classifier-entry pbit_marking_copy_pbit2
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 2
!
dscp-range any
!
classifier-action-entry-cfg
action-type pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 2
!
!
!
classifier-entry pbit_marking_copy_pbit3
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 3
!
dscp-range any
!
classifier-action-entry-cfg
action-type pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 3
!
!
!
classifier-entry pbit_marking_copy_pbit4
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 4
!
dscp-range any
!
classifier-action-entry-cfg
action-type pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 4
!
!
!
classifier-entry pbit_marking_copy_pbit5
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 5
!
dscp-range any
!
classifier-action-entry-cfg
action-type pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 5
!
!
!
classifier-entry pbit_marking_copy_pbit6
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 6
!
dscp-range any
!
classifier-action-entry-cfg
action-type pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 6
!
!
!
classifier-entry pbit_marking_copy_pbit7
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 7
!
dscp-range any
!
classifier-action-entry-cfg
action-type pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 7
!
!
!
classifier-entry pbit2tc_pbit0_to_tc0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 0
!
classifier-action-entry-cfg
action-type scheduling-traffic-class
scheduling-traffic-class 0
!
!
classifier-entry pbit2tc_pbit1_to_tc0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 1
!
classifier-action-entry-cfg
action-type scheduling-traffic-class
scheduling-traffic-class 0
!
!
classifier-entry pbit2tc_pbit2_to_tc0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 2
!
classifier-action-entry-cfg
action-type scheduling-traffic-class
scheduling-traffic-class 0
!
!
classifier-entry pbit2tc_pbit3_to_tc0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 3
!
classifier-action-entry-cfg
action-type scheduling-traffic-class
scheduling-traffic-class 0
!
!
classifier-entry pbit2tc_pbit4_to_tc0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 4
!
classifier-action-entry-cfg
action-type scheduling-traffic-class
scheduling-traffic-class 0
!
!
classifier-entry pbit2tc_pbit5_to_tc0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 5
!
classifier-action-entry-cfg
action-type scheduling-traffic-class
scheduling-traffic-class 0
!
!
classifier-entry pbit2tc_pbit6_to_tc0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 6
!
classifier-action-entry-cfg
action-type scheduling-traffic-class
scheduling-traffic-class 0
!
!
classifier-entry pbit2tc_pbit7_to_tc0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 7
!
classifier-action-entry-cfg
action-type scheduling-traffic-class
scheduling-traffic-class 0
!
!
!
policies
policy HSI_TC0
classifiers name pbit_marking_untag_write_pbit0
classifiers name pbit_marking_copy_pbit0
classifiers name pbit_marking_copy_pbit1
classifiers name pbit_marking_copy_pbit2
classifiers name pbit_marking_copy_pbit3
classifiers name pbit_marking_copy_pbit4
classifiers name pbit_marking_copy_pbit5
classifiers name pbit_marking_copy_pbit6
classifiers name pbit_marking_copy_pbit7
!
policy HSI_TC0_tc
classifiers name pbit2tc_pbit0_to_tc0
classifiers name pbit2tc_pbit1_to_tc0
classifiers name pbit2tc_pbit2_to_tc0
classifiers name pbit2tc_pbit3_to_tc0
classifiers name pbit2tc_pbit4_to_tc0
classifiers name pbit2tc_pbit5_to_tc0
classifiers name pbit2tc_pbit6_to_tc0
classifiers name pbit2tc_pbit7_to_tc0
!
!
qos-policy-profiles policy-profile Q_HSI_TC0
policy-list name HSI_TC0
policy-list name HSI_TC0_tc
!
tm-profiles
tc-id-2-queue-id-mapping-profile TC2Q_Profile_Single-TC
mapping-entry
traffic-class-id 0
local-queue-id 0
!
!
tc-id-2-queue-id-mapping-profile TC2Q_Profile_8-TC
mapping-entry
traffic-class-id 0
local-queue-id 0
!
mapping-entry
traffic-class-id 1
local-queue-id 1
!
mapping-entry
traffic-class-id 2
local-queue-id 2
!
mapping-entry
traffic-class-id 3
local-queue-id 3
!
mapping-entry
traffic-class-id 4
local-queue-id 4
!
mapping-entry
traffic-class-id 5
local-queue-id 5
!
mapping-entry
traffic-class-id 6
local-queue-id 6
!
mapping-entry
traffic-class-id 7
local-queue-id 7
!
!
!
voip-configuration-characteristics configuration-method omci
xpongemtcont
tconts tcont TCONT_VEIP_HSI
interface-reference ANI
tm-root
queue
local-queue-id 0
priority 1
weight 1
!
tc-id-2-queue-id-mapping-profile-name TC2Q_Profile_Single-TC
!
!
gemports gemport GEM0_VEIP_HSI
interface VSI_VEIP_HSI
traffic-class 0
tcont-ref TCONT_VEIP_HSI
!
!
hardware
component UNI_LAN1
class rj45
parent CHASSIS
parent-rel-pos 1
omci-identifier-helper virtual-board-number 1
!
component UNI_LAN2
class rj45
parent CHASSIS
parent-rel-pos 2
omci-identifier-helper virtual-board-number 1
!
component UNI_LAN3
class rj45
parent CHASSIS
parent-rel-pos 3
omci-identifier-helper virtual-board-number 1
!
component UNI_LAN4
class rj45
parent CHASSIS
parent-rel-pos 4
omci-identifier-helper virtual-board-number 1
!
component UNI_VEIP
class virtual-port
parent CHASSIS
parent-rel-pos 1
!
component UNI_TEL1
class rj11
parent CHASSIS
parent-rel-pos 1
!
component SFP
class transceiver
parent CAGE
parent-rel-pos 0
!
component ANIPORT
class transceiver-link
parent SFP
parent-rel-pos 1
!
component CHASSIS
class chassis
admin-state unlocked
!
component CAGE
class cage
parent CHASSIS
parent-rel-pos 0
!
!
interfaces
interface ENET_LAN1
type ethernetCsmacd
enabled false
port-layer-if UNI_LAN1
ethernet auto-negotiation
status enabled
duplex full
speed eth-if-speed-1gb
!
!
interface ENET_LAN2
type ethernetCsmacd
enabled false
port-layer-if UNI_LAN2
ethernet auto-negotiation
status enabled
duplex full
speed eth-if-speed-1gb
!
!
interface ENET_LAN3
type ethernetCsmacd
enabled false
port-layer-if UNI_LAN3
ethernet auto-negotiation
status enabled
duplex full
speed eth-if-speed-1gb
!
!
interface ENET_LAN4
type ethernetCsmacd
enabled false
port-layer-if UNI_LAN4
ethernet auto-negotiation
status enabled
duplex full
speed eth-if-speed-1gb
!
!
interface ENET_VEIP
type onu-v-vrefpoint
enabled false
port-layer-if UNI_VEIP
onu-v-vrefpoint related-onu ANI
!
interface POTS_TEL1
type voiceFXS
enabled false
port-layer-if UNI_TEL1
!
interface ANI
type ani
port-layer-if ANIPORT
performance pm-counter-size 32bit-performance-monitoring
ani multicast-gemport ANI_2046
mc-gemport-id 2046
is-broadcast true
!
!
interface VSI_VEIP_HSI
type vlan-sub-interface
ingress-qos-policy-profile Q_HSI_TC0
subif-lower-layer interface ENET_VEIP
inline-frame-processing ingress-rule rule single-tagged
priority 100
flexible-match match-criteria tag 0
dot1q-tag
tag-type c-vlan
vlan-id 10
pbit any
dei any
!
!
ingress-rewrite
pop-tags 1
push-tag 0
dot1q-tag
tag-type c-vlan
vlan-id 10
pbit-marking-index 0
dei-from-tag-index 0
!
!
!
auto-instantiate false
!
auto-instantiate false
!
!
routing control-plane-protocols control-plane-protocol
type static
name default-route
static-routes ipv4 route
destination-prefix 0.0.0.0/0
next-hop next-hop-address 0.0.0.1
!
!
system dns-resolver
server pridns
udp-and-tcp address 0.0.0.0
!
server backupdns
udp-and-tcp address 0.0.0.0
!
!
ptp-ccsa-profiles ptp-ccsa-port-profile default
domain 0
master-only true
dest-mac-addr-forwardable forwardable
log-anno-interval -3
log-sync-interval -4
log-delay-interval 0
step-mode one-step
!
ptp-g8275dot1-profiles ptp-g8275dot1-port-profile default
domain 24
master-only true
dest-mac-addr-forwardable forwardable
log-anno-interval -3
log-sync-interval -4
log-delay-interval -4
step-mode one-step
!
!
!
Provision an ONT
Run these tasks in the relevant LT context. Replace the example names, identifiers, and serial number with values from your lab.
Find unprovisioned ONTs
show interfaces-state interface CT_LT1_PON1_1_GPON channel-termination onus-present-on-local-channel-termination
Create the V-ANI interface
interfaces interface ONT-01 type v-ani
enabled true
performance enable false
v-ani onu-id 0
v-ani channel-partition LT1_PON1_CPART_GPON
v-ani expected-serial-number ALCL00000002
v-ani preferred-channel-pair LT1_PON1_CPAIR_GPON
v-ani upstream-fec true
v-ani management-gemport-aes-indicator false
v-ani tod-enable false
v-ani onu-name ONT-01
Verify the V-ANI
OLT-02.LT1(config-interface-ONT-01)# show full-configuration
interface ONT-01
type v-ani
enabled true
performance enable false
v-ani
onu-id 0
channel-partition LT1_PON1_CPART_GPON
expected-serial-number ALCL00000002
preferred-channel-pair LT1_PON1_CPAIR_GPON
upstream-fec true
management-gemport-aes-indicator false
tod-enable false
onu-name ONT-01
!
Create the scheduler nodes
interfaces interface LT1_PON1_CPART_GPON
tm-root scheduler-node ONT-01 scheduling-level 1
exit
tm-root scheduler-node ONT-01 child-scheduler-nodes ONT-01_VEIP priority 0 weight 1
exit
tm-root scheduler-node ONT-01_VEIP scheduling-level 2 contains-queues true
exit
tm-root scheduler-node ONT-01_VEIP queue local-queue-id 0 priority 0 weight 1
exit
tm-root child-scheduler-nodes ONT-01 priority 0 weight 1
exit
tm-root tc-id-2-queue-id-mapping-profile-name DEFAULT_TC_TO_8Queues
Verify the scheduler nodes
LT1-GPON(config-interface-LT1_PON1_CPART_GPON)# show full-configuration
interface LT1_PON1_CPART_GPON
type channel-partition
enabled true
tm-root
scheduler-node ONT-01
scheduling-level 1
child-scheduler-nodes ONT-01_VEIP
priority 0
weight 1
!
!
scheduler-node ONT-01_VEIP
scheduling-level 2
contains-queues true
queue
local-queue-id 0
priority 0
weight 1
!
!
child-scheduler-nodes ONT-01
priority 0
weight 1
!
tc-id-2-queue-id-mapping-profile-name DEFAULT_TC_TO_8Queues
!
channel-partition
channel-group-ref LT1_PON1
channel-partition-index 1
downstream-fec true
closest-onu-distance 0
maximum-differential-xpon-distance 20
authentication-method as-per-v-ani-expected
multicast-aes-indicator false
early-fetch-onu-loid-info false
!
!
Create the subscriber profile
Create this profile once per LT and reuse it for ONTs that share the same subscriber identifiers.
subscriber-profiles subscriber-profile test
circuit-id 1
remote-id 1
subscriber-id 1
Create the V-ENET interface
interfaces interface VENET_ONT-01_VEIP type olt-v-enet
enabled true
mac-learning max-number-mac-addresses 4
egress-tm-objects root-if-name LT1_PON1_CPART_GPON scheduler-node-name ONT-01_VEIP
olt-v-enet lower-layer-interface ONT-01 protocol-identifier-helper slot-id 14 port-id 1
Verify the V-ENET
OLT-02.LT1(config-interface-VENET_ONT-01_VEIP)# show full-configuration
interface VENET_ONT-01_VEIP
type olt-v-enet
enabled true
mac-learning max-number-mac-addresses 4
egress-tm-objects
root-if-name LT1_PON1_CPART_GPON
scheduler-node-name ONT-01_VEIP
!
olt-v-enet
lower-layer-interface ONT-01
protocol-identifier-helper
slot-id 14
port-id 1
!
!
Instantiate the ONU from the template
onus onu ONT-01
usage node-from-template-usage
template-parameters template-ref GENERIC-NOKIA
template-parameters interfaces interface template-ref ANI
template-parameters hardware-config hardware template-ref SFP
tca-monitoring-enabled false
exit
template-parameters hardware-config hardware template-ref CHASSIS admin-state unlocked
Verify the ONU instance
OLT-02.LT1(config-onu-ONT-01)# show full-configuration
onu ONT-01
usage node-from-template-usage
template-parameters
template-ref GENERIC-NOKIA
interfaces interface template-ref ANI
hardware-config
hardware
template-ref SFP
tca-monitoring-enabled false
!
hardware
template-ref CHASSIS
admin-state unlocked
!
!
!
!
Create the service profiles
Run these tasks in the LT context. The profiles are reusable: create them once and apply them to ONTs that share the service.
MAC-learning control profile
forwarding mac-learning-control-profiles mac-learning-control-profile mlcp1
mac-learning-rule user-port
mac-can-not-move-to [ user-port subtended-node-port ]
exit
mac-learning-rule subtended-node-port
mac-can-not-move-to [ user-port subtended-node-port ]
commit
Verify the MAC-learning profile
LT1-GPON(config-mac-learning-control-profile-mlcp1)# show full-configuration
mac-learning-control-profile mlcp1
mac-learning-rule
receiving-interface-usage user-port
mac-can-not-move-to [ user-port subtended-node-port ]
!
mac-learning-rule
receiving-interface-usage subtended-node-port
mac-can-not-move-to [ user-port subtended-node-port ]
!
!
Forwarding database
forwarding forwarding-databases forwarding-database FWD_DB_HSI
max-number-mac-addresses 4294967295
aging-timer 300
mac-learning-control mac-learning-control-profile mlcp1
mac-learning-control generate-mac-learning-alarm true
Verify the forwarding database
OLT-02.LT1(config)# forwarding forwarding-databases forwarding-database FWD_DB_HSI
OLT-02.LT1(config-forwarding-database-FWD_DB_HSI)# show full-configuration
forwarding-database FWD_DB_HSI
max-number-mac-addresses 4294967295
aging-timer 300
mac-learning-control
mac-learning-control-profile mlcp1
generate-mac-learning-alarm true
!
!
Split-horizon profile
In this context, enter user-port and [ user-port subtended-node-port ] in full; completion does not supply them.
forwarding split-horizon-profiles split-horizon-profile spl1
split-horizon user-port
out-interface-usage [ user-port subtended-node-port ]
exit
split-horizon subtended-node-port
out-interface-usage [ user-port subtended-node-port ]
Verify the split-horizon profile
LT1-GPON(config-split-horizon-profile-spl1)# show full-configuration
split-horizon-profile spl1
split-horizon
in-interface-usage user-port
out-interface-usage [ user-port subtended-node-port ]
!
split-horizon
in-interface-usage subtended-node-port
out-interface-usage [ user-port subtended-node-port ]
!
!
Flooding policy profile
forwarding flooding-policies-profiles flooding-policies-profile drop_all
flooding-policy dn_drop
in-interface-usages interface-usages [ network-port ]
destination-address any-frame
out-interface-usages interface-usages [ subtended-node-port ]
exit
flooding-policy up_drop
in-interface-usages interface-usages [ user-port ]
destination-address any-multicast-mac-address
discard
Verify the flooding policies
LT1-GPON(config-flooding-policies-profile-drop_all)# show full-configuration
flooding-policies-profile drop_all
flooding-policy dn_drop
in-interface-usages interface-usages network-port
destination-address any-frame
out-interface-usages interface-usages subtended-node-port
!
flooding-policy up_drop
in-interface-usages interface-usages user-port
destination-address any-multicast-mac-address
discard
!
!
Single-VLAN frame-processing profile
Enter c-vlan, parameter-vlan-id, any, and vlan-id-from-match in full; the eCLI does not suggest them through completion.
frame-processing-profiles frame-processing-profile CC-SINGLE-VLAN-PROFILE
priority 100
match-criteria tag 0
tag-type c-vlan
vlan-id parameter-vlan-id
pbit any
dei any
exit
ingress-rewrite pop-tags 1
ingress-rewrite copy-from-tags-to-marking-list 0
pbit-marking-index 0
dei-marking-index 0
exit
egress-rewrite push-tag 0
tag-type c-vlan
vlan-id vlan-id-from-match
pbit-marking-index 0
dei-marking-index 0
Verify the single-VLAN profile
LT1-GPON(config)# frame-processing-profiles frame-processing-profile CC-SINGLE-VLAN-PROFILE
LT1-GPON(config-frame-processing-profile-CC-SINGLE-VLAN-PROFILE)# show full-configuration
frame-processing-profile CC-SINGLE-VLAN-PROFILE
priority 100
match-criteria tag 0
tag-type c-vlan
vlan-id parameter-vlan-id
pbit any
dei any
!
ingress-rewrite
copy-from-tags-to-marking-list
tag-index 0
pbit-marking-index 0
dei-marking-index 0
!
pop-tags 1
!
egress-rewrite push-tag 0
tag-type c-vlan
vlan-id vlan-id-from-match
pbit-marking-index 0
dei-marking-index 0
!
!
P-bit marking profile for single-tagged frames
frame-processing-profiles frame-processing-profile Single_Tagged_PBIT_Marking_Done
priority 100
match-criteria tag 0
tag-type c-vlan
vlan-id parameter-vlan-id
pbit any
dei any
exit
ingress-rewrite pop-tags 1
egress-rewrite push-tag 0
tag-type c-vlan
vlan-id vlan-id-from-match
pbit-marking-index 0
dei-marking-index 0
Verify the P-bit marking profile
LT1-GPON(config-frame-processing-profile-Single_Tagged_PBIT_Marking_Done)# show full-configuration
frame-processing-profile Single_Tagged_PBIT_Marking_Done
priority 100
match-criteria tag 0
tag-type c-vlan
vlan-id parameter-vlan-id
pbit any
dei any
!
ingress-rewrite pop-tags 1
egress-rewrite push-tag 0
tag-type c-vlan
vlan-id vlan-id-from-match
pbit-marking-index 0
dei-marking-index 0
!
!
Network VLAN subinterface
interfaces interface NTW_VSI_HSI
type vlan-sub-interface
enabled
interface-usage interface-usage network-port
mac-learning mac-learning-enable true
subif-lower-layer interface BP_Eth
frame-processing-profile-ref CC-SINGLE-VLAN-PROFILE
tag-0 vlan-id 100
Verify the network VLAN subinterface
LT1-GPON(config-push-tag-0)# interfaces interface NTW_VSI_HSI
LT1-GPON(config-interface-NTW_VSI_HSI)# show full-configuration
interface NTW_VSI_HSI
type vlan-sub-interface
enabled true
interface-usage interface-usage network-port
mac-learning mac-learning-enable true
subif-lower-layer interface BP_Eth
frame-processing-profile-ref CC-SINGLE-VLAN-PROFILE
tag-0 vlan-id 100
!
Forwarder profile
forwarding forwarders forwarder FWD_HSI
ports port NTW_PORT_HSI sub-interface NTW_VSI_HSI
flooding-policies flooding-policies-profile drop_all
mac-learning forwarding-database FWD_DB_HSI
split-horizon-profiles split-horizon-profile spl1
l2-dhcpv4-relay downstream-broadcast-flooding false
arp-security downstream-arp-broadcast secured-with-fallback-to-layer2
ND-security downstream-ns-multicast secured-forwarding
Verify the forwarder
OLT-02.LT1(config)# forwarding forwarders forwarder FWD_HSI
LT1-GPON(config-forwarder-FWD_HSI)# show full-configuration
forwarder FWD_HSI
ports port NTW_PORT_HSI
sub-interface NTW_VSI_HSI
!
flooding-policies flooding-policies-profile drop_all
mac-learning forwarding-database FWD_DB_HSI
split-horizon-profiles split-horizon-profile spl1
l2-dhcpv4-relay downstream-broadcast-flooding false
arp-security downstream-arp-broadcast secured-with-fallback-to-layer2
ND-security downstream-ns-multicast secured-forwarding
!
LT1-GPON(config-forwarder-FWD_HSI)#
DHCPv4 profile
l2-dhcpv4-relay-profiles l2-dhcpv4-relay-profile DHCP_Default
max-packet-size 1500
option82-format suboptions [ circuit-id remote-id ]
option82-format default-circuit-id-syntax Access_Node_ID:Chassis:Port:OnuID:v-ani:olt-v-enet
option82-format start-numbering-from-zero false
option82-format use-leading-zeroes false
Verify the DHCPv4 profile
LT1-GPON(config-l2-dhcpv4-relay-profile-DHCP_Default)# show full-configuration
l2-dhcpv4-relay-profile DHCP_Default
max-packet-size 1500
option82-format
suboptions [ circuit-id remote-id ]
default-circuit-id-syntax Access_Node_ID:Chassis:Port:OnuID:v-ani:olt-v-enet
start-numbering-from-zero false
use-leading-zeroes false
!
!
DHCPv6 profile
dhcpv6-ldra-profiles dhcpv6-ldra-profile DHCPv6_Default
options option [ interface-id remote-id vendor-specific-information ]
options default-interface-id-syntax Access_Node_ID:Chassis:Port:OnuID:v-ani:olt-v-enet
options default-remote-id-syntax pon-id
options start-numbering-from-zero false
options use-leading-zeroes false
options xpon-access-loop-characteristics [ xpon-tree-maximum-data-rate-upstream onu-maximum-data-rate-upstream xpon-tree-maximum-data-rate-downstream onu-peak-data-rate-downstream ]
Verify the DHCPv6 profile
LT1-GPON(config)# dhcpv6-ldra-profiles dhcpv6-ldra-profile DHCPv6_Default
LT1-GPON(config-dhcpv6-ldra-profile-DHCPv6_Default)# show full-configuration
dhcpv6-ldra-profile DHCPv6_Default
options
option [ interface-id remote-id vendor-specific-information ]
default-interface-id-syntax Access_Node_ID:Chassis:Port:OnuID:v-ani:olt-v-enet
default-remote-id-syntax pon-id
start-numbering-from-zero false
use-leading-zeroes false
xpon-access-loop-characteristics [ xpon-tree-maximum-data-rate-upstream onu-maximum-data-rate-upstream xpon-tree-maximum-data-rate-downstream onu-peak-data-rate-downstream ]
!
!
PPPoE profile
pppoe-profiles pppoe-profile PPPoE_Default
pppoe-vendor-specific-tag subtag [ circuit-id remote-id ]
pppoe-vendor-specific-tag default-remote-id-syntax Access_Node_ID:Chassis:Port:OnuID:v-ani:olt-v-enet
pppoe-vendor-specific-tag start-numbering-from-zero false
pppoe-vendor-specific-tag use-leading-zeroes false
Verify the PPPoE profile
LT1-GPON(config-pppoe-profile-PPPoE_Default)# show full-configuration
pppoe-profile PPPoE_Default
pppoe-vendor-specific-tag
subtag [ circuit-id remote-id ]
default-remote-id-syntax Access_Node_ID:Chassis:Port:OnuID:v-ani:olt-v-enet
start-numbering-from-zero false
use-leading-zeroes false
!
!
VSI vector profile
vsi-vector-profiles vsi-vector-profile default
ipv4-security prevent-ipv4-address-spoofing true
ipv4-security learn-addresses-from-dhcp
ipv4-security max-address no-limit
l2-dhcpv4-relay enable true
l2-dhcpv4-relay trusted-port false
l2-dhcpv4-relay profile-ref DHCP_Default
dhcpv6-ldra enable true
dhcpv6-ldra trusted-port true
dhcpv6-ldra profile-ref DHCPv6_Default
pppoe enable true
pppoe profile-ref PPPoE_Default
interface-usage interface-usage user-port
Verify the vector profile
LT1-GPON(config-vsi-vector-profile-default)# show full-configuration
vsi-vector-profile default
l2-dhcpv4-relay
enable true
trusted-port false
profile-ref DHCP_Default
!
dhcpv6-ldra
enable true
trusted-port true
profile-ref DHCPv6_Default
!
pppoe
enable true
profile-ref PPPoE_Default
!
interface-usage interface-usage user-port
ipv4-security
prevent-ipv4-address-spoofing true
learn-addresses-from-dhcp
max-address no-limit
!
!
Upstream traffic descriptor
xpongemtcont traffic-descriptor-profiles traffic-descriptor-profile 100M_UP
fixed-bandwidth 0
assured-bandwidth 0
maximum-bandwidth 100000000
jitter-tolerance 16
Verify the traffic descriptor
LT1-GPON(config)# xpongemtcont traffic-descriptor-profiles traffic-descriptor-profile 100M_UP
LT1-GPON(config-traffic-descriptor-profile-100M_UP)# show full-configuration
traffic-descriptor-profile 100M_UP
fixed-bandwidth 0
assured-bandwidth 0
maximum-bandwidth 100000000
jitter-tolerance 16
!
LT1-GPON(config-traffic-descriptor-profile-100M_UP)# show full-configuration
traffic-descriptor-profile 100M_UP
fixed-bandwidth 0
assured-bandwidth 0
maximum-bandwidth 100000000
jitter-tolerance 16
!
QoS classifiers
The hierarchy is QoS policy profile → policies → classifiers. The following classifiers map every P-bit value to traffic class 0 and preserve or write the P-bit marking.
classifiers classifier-entry pbit0_to_TC0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 0
exit
classifier-action-entry-cfg scheduling-traffic-class
scheduling-traffic-class 0
exit
exit
classifiers classifier-entry pbit1_to_TC0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 1
exit
classifier-action-entry-cfg scheduling-traffic-class
scheduling-traffic-class 0
exit
exit
classifiers classifier-entry pbit2_to_TC0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 2
exit
classifier-action-entry-cfg scheduling-traffic-class
scheduling-traffic-class 0
exit
exit
classifiers classifier-entry pbit3_to_TC0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 3
exit
classifier-action-entry-cfg scheduling-traffic-class
scheduling-traffic-class 0
exit
exit
classifiers classifier-entry pbit4_to_TC0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 4
exit
classifier-action-entry-cfg scheduling-traffic-class
scheduling-traffic-class 0
exit
exit
classifiers classifier-entry pbit5_to_TC0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 5
exit
classifier-action-entry-cfg scheduling-traffic-class
scheduling-traffic-class 0
exit
exit
classifiers classifier-entry pbit6_to_TC0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 6
exit
classifier-action-entry-cfg scheduling-traffic-class
scheduling-traffic-class 0
exit
exit
classifiers classifier-entry pbit7_to_TC0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 7
exit
classifier-action-entry-cfg scheduling-traffic-class
scheduling-traffic-class 0
exit
exit
classifiers classifier-entry untag_pbit_hsi_tc0
filter-operation match-all-filter
vlans untagged
classifier-action-entry-cfg pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 0
classifier-entry copy_tag_pbit0
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 0
exit
dscp-range any
any-protocol
exit
classifier-action-entry-cfg
action-type pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 0
classifier-entry copy_tag_pbit1
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 1
exit
dscp-range any
any-protocol
exit
classifier-action-entry-cfg
action-type pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 1
classifier-entry copy_tag_pbit2
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 2
exit
dscp-range any
any-protocol
exit
classifier-action-entry-cfg
action-type pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 2
classifier-entry copy_tag_pbit3
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 3
exit
dscp-range any
any-protocol
exit
classifier-action-entry-cfg
action-type pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 3
classifier-entry copy_tag_pbit4
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 4
exit
dscp-range any
any-protocol
exit
classifier-action-entry-cfg
action-type pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 4
classifier-entry copy_tag_pbit5
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 5
exit
dscp-range any
any-protocol
exit
classifier-action-entry-cfg
action-type pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 5
classifier-entry copy_tag_pbit6
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 6
exit
dscp-range any
any-protocol
exit
classifier-action-entry-cfg
action-type pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 6
classifier-entry copy_tag_pbit7
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 7
exit
dscp-range any
any-protocol
exit
classifier-action-entry-cfg
action-type pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 7
QoS policies
policies policy pbit0-7_to_TC0
classifiers pbit0_to_TC0
exit
classifiers pbit1_to_TC0
exit
classifiers pbit2_to_TC0
exit
classifiers pbit3_to_TC0
exit
classifiers pbit4_to_TC0
exit
classifiers pbit5_to_TC0
exit
classifiers pbit6_to_TC0
exit
classifiers pbit7_to_TC0
policies policy untag_tag_pbit_hsi_tc0
classifiers untag_pbit_hsi_tc0
exit
classifiers copy_tag_pbit0
exit
classifiers copy_tag_pbit1
exit
classifiers copy_tag_pbit2
exit
classifiers copy_tag_pbit3
exit
classifiers copy_tag_pbit4
exit
classifiers copy_tag_pbit5
exit
classifiers copy_tag_pbit6
exit
classifiers copy_tag_pbit7
QoS policy profiles
qos-policy-profiles policy-profile DS_HSI_TC0
policy-list pbit0-7_to_TC0
exit
qos-policy-profiles policy-profile US_HSI_TC0
policy-list untag_tag_pbit_hsi_tc0
Create the Layer 2 user service
Create the T-CONT
xpongemtcont tconts tcont TCONT_ONT-01_VEIP_HSI
alloc-id 256
interface-reference ONT-01
traffic-descriptor-profile-ref 100M_UP
Verify the T-CONT
OLT-02.LT1(config)# xpongemtcont tconts tcont TCONT_ONT-01_VEIP_HSI
OLT-02.LT1(config-tcont-TCONT_ONT-01_VEIP_HSI)# show full-configuration
tcont TCONT_ONT-01_VEIP_HSI
alloc-id 256
interface-reference ONT-01
traffic-descriptor-profile-ref 100M_UP
!
Create the subscriber VSI
interfaces interface VSI_ONT-01_VEIP_HSI
type vlan-sub-interface
enabled true
performance enable false
mac-learning max-number-mac-addresses 4
mac-learning mac-learning-enable true
ingress-qos-policy-profile US_HSI_TC0
egress-qos-policy-profile DS_HSI_TC0
subif-lower-layer interface VENET_ONT-01_VEIP
frame-processing-profile-ref Single_Tagged_PBIT_Marking_Done
tag-0 vlan-id 10
subscriber-profile profile test
vector-profile default
Verify the VSI
OLT-02.LT1(config-interface-VSI_ONT-01_VEIP_HSI)# show full-configuration
interface VSI_ONT-01_VEIP_HSI
description
type vlan-sub-interface
enabled true
performance enable false
mac-learning
max-number-mac-addresses 4
mac-learning-enable true
!
ingress-qos-policy-profile US_HSI_TC0
egress-qos-policy-profile DS_HSI_TC0
subif-lower-layer interface VENET_ONT-01_VEIP
frame-processing-profile-ref Single_Tagged_PBIT_Marking_Done
tag-0 vlan-id 10
subscriber-profile profile HSI_ONT-01
vector-profile default
!
Create the GEM port
xpongemtcont gemports gemport GEM0_ONT-01_VEIP_HSI
gemport-id 256
interface VSI_ONT-01_VEIP_HSI
traffic-class 0
downstream-aes-indicator false
upstream-aes-indicator false
exit
Verify the GEM port
OLT-02.LT1(config)# xpongemtcont gemports gemport GEM0_ONT-01_VEIP_HSI
OLT-02.LT1(config-gemport-GEM0_ONT-01_VEIP_HSI)# show full-configuration
gemport GEM0_ONT-01_VEIP_HSI
gemport-id 256
interface VSI_ONT-01_VEIP_HSI
traffic-class 0
downstream-aes-indicator false
upstream-aes-indicator false
!
Add the subscriber port to the forwarder
forwarding forwarders forwarder FWD_HSI
forwarding forwarders forwarder FWD_HSI ports port USR_PORT_ONT-01_VEIP_HSI sub-interface VSI_ONT-01_VEIP_HSI
Complete the ONT
onus onu ONT-01
template-parameters tconts tcont template-ref TCONT_VEIP_HSI id 256
exit
template-parameters gemports gemport template-ref GEM0_VEIP_HSI id 256
template-parameters interfaces interface template-ref ENET_VEIP admin true
template-parameters interfaces interface template-ref VSI_VEIP_HSI pm-enable false vsi ingress-rule single-tagged match-criteria-tag-0-vlan-id 10 ingress-rewrite-tag-0-vlan-id 10
exit
template-parameters interfaces interface template-ref VSI_VEIP_HSI vsi ingress-qos-policy-profile Q_HSI_TC0
Verify the ONT
LT1-GPON(config-onu-ONT-01)# show full-configuration
onu ONT-01
usage node-from-template-usage
template-parameters
template-ref GENERIC-NOKIA
tconts tcont
template-ref TCONT_VEIP_HSI
id 256
!
gemports gemport
template-ref GEM0_VEIP_HSI
id 256
!
interfaces
interface template-ref ANI
interface
template-ref ENET_VEIP
admin true
!
interface
template-ref VSI_VEIP_HSI
pm-enable false
vsi
ingress-rule single-tagged
match-criteria-tag-0-vlan-id 10
ingress-rewrite-tag-0-vlan-id 10
!
ingress-qos-policy-profile Q_HSI_TC0
!
!
!
hardware-config
hardware
template-ref SFP
tca-monitoring-enabled false
!
hardware
template-ref CHASSIS
admin-state unlocked
!
!
!
!
Complete configuration example
This block combines every profile and object required to create an ONT using the names and values from the example lab.
forward cli to lt-1
config
hardware component PONSFP_1 class transceiver
parent C1
parent-rel-pos 1
model-name 3FE53441AA
exit
hardware component PON_1_GPON class transceiver-link-gpon
parent PONSFP_1
parent-rel-pos 1
exit
interfaces interface LT1_PON1 type channel-group
enabled
channel-group polling-period 100
channel-group raman-mitigation raman-none
channel-group system-id 00000
exit
tm-profiles tc-id-2-queue-id-mapping-profile DEFAULT_TC_TO_8Queues
mapping-entry 0
local-queue-id 0
exit
mapping-entry 1
local-queue-id 1
exit
mapping-entry 2
local-queue-id 2
exit
mapping-entry 3
local-queue-id 3
exit
mapping-entry 4
local-queue-id 4
exit
mapping-entry 5
local-queue-id 5
exit
mapping-entry 6
local-queue-id 6
exit
mapping-entry 7
local-queue-id 7
exit
interfaces interface LT1_PON1_CPART_GPON type channel-partition
enabled true
channel-partition channel-group-ref LT1_PON1
channel-partition channel-partition-index 1
channel-partition downstream-fec true
channel-partition closest-onu-distance 0
channel-partition maximum-differential-xpon-distance 20
channel-partition authentication-method as-per-v-ani-expected
channel-partition multicast-aes-indicator false
channel-partition early-fetch-onu-loid-info false
exit
interfaces interface LT1_PON1_CPAIR_GPON
type channel-pair
enabled true
channel-pair channel-group-ref LT1_PON1
channel-pair channel-partition-ref LT1_PON1_CPART_GPON
channel-pair channel-pair-type gpon
channel-pair gpon-pon-id-interval 10
multicast-cac max-group-number no-limit
multicast-cac max-multicast-rate-limit no-limit
multicast-cac multicast-rate-limit-exceed-action best-effort
exit
interfaces interface CT_LT1_PON1_1_GPON
description LT1_PON1
type channel-termination
enabled true
port-layer-if PON_1_GPON
channel-termination channel-pair-ref LT1_PON1_CPAIR_GPON
channel-termination channel-termination-type gpon
channel-termination gpon-pon-id 00000000000000
channel-termination ber-calc-period 10
channel-termination location inside-olt
channel-termination laser-on-by-default true
exit
onus onu GENERIC-NOKIA usage node-template-usage
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_untag_write_pbit0 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_untag_write_pbit0 match-criteria untagged
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_untag_write_pbit0 classifier-action-entry-cfg pbit-marking pbit-marking-cfg pbit-marking-list 0 pbit-value 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit0 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit0 match-criteria tag 0 in-pbit-list 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit0 match-criteria dscp-range any
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit0 classifier-action-entry-cfg pbit-marking pbit-marking-cfg pbit-marking-list 0 pbit-value 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit1 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit1 match-criteria tag 0 in-pbit-list 1
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit1 match-criteria dscp-range any
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit1 classifier-action-entry-cfg pbit-marking pbit-marking-cfg pbit-marking-list 0 pbit-value 1
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit2 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit2 match-criteria tag 0 in-pbit-list 2
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit2 match-criteria dscp-range any
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit2 classifier-action-entry-cfg pbit-marking pbit-marking-cfg pbit-marking-list 0 pbit-value 2
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit3 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit3 match-criteria tag 0 in-pbit-list 3
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit3 match-criteria dscp-range any
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit3 classifier-action-entry-cfg pbit-marking pbit-marking-cfg pbit-marking-list 0 pbit-value 3
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit4 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit4 match-criteria tag 0 in-pbit-list 4
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit4 match-criteria dscp-range any
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit4 classifier-action-entry-cfg pbit-marking pbit-marking-cfg pbit-marking-list 0 pbit-value 4
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit5 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit5 match-criteria tag 0 in-pbit-list 5
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit5 match-criteria dscp-range any
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit5 classifier-action-entry-cfg pbit-marking pbit-marking-cfg pbit-marking-list 0 pbit-value 5
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit6 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit6 match-criteria tag 0 in-pbit-list 6
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit6 match-criteria dscp-range any
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit6 classifier-action-entry-cfg pbit-marking pbit-marking-cfg pbit-marking-list 0 pbit-value 6
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit7 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit7 match-criteria tag 0 in-pbit-list 7
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit7 match-criteria dscp-range any
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit_marking_copy_pbit7 classifier-action-entry-cfg pbit-marking pbit-marking-cfg pbit-marking-list 0 pbit-value 7
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit0_to_tc0 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit0_to_tc0 match-criteria pbit-marking-list 0 pbit-value 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit0_to_tc0 classifier-action-entry-cfg scheduling-traffic-class scheduling-traffic-class 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit1_to_tc0 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit1_to_tc0 match-criteria pbit-marking-list 0 pbit-value 1
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit1_to_tc0 classifier-action-entry-cfg scheduling-traffic-class scheduling-traffic-class 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit2_to_tc0 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit2_to_tc0 match-criteria pbit-marking-list 0 pbit-value 2
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit2_to_tc0 classifier-action-entry-cfg scheduling-traffic-class scheduling-traffic-class 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit3_to_tc0 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit3_to_tc0 match-criteria pbit-marking-list 0 pbit-value 3
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit3_to_tc0 classifier-action-entry-cfg scheduling-traffic-class scheduling-traffic-class 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit4_to_tc0 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit4_to_tc0 match-criteria pbit-marking-list 0 pbit-value 4
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit4_to_tc0 classifier-action-entry-cfg scheduling-traffic-class scheduling-traffic-class 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit5_to_tc0 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit5_to_tc0 match-criteria pbit-marking-list 0 pbit-value 5
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit5_to_tc0 classifier-action-entry-cfg scheduling-traffic-class scheduling-traffic-class 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit6_to_tc0 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit6_to_tc0 match-criteria pbit-marking-list 0 pbit-value 6
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit6_to_tc0 classifier-action-entry-cfg scheduling-traffic-class scheduling-traffic-class 0
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit7_to_tc0 filter-operation match-all-filter
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit7_to_tc0 match-criteria pbit-marking-list 0 pbit-value 7
onus onu GENERIC-NOKIA root classifiers classifier-entry pbit2tc_pbit7_to_tc0 classifier-action-entry-cfg scheduling-traffic-class scheduling-traffic-class 0
onus onu GENERIC-NOKIA root policies policy HSI_TC0 classifiers pbit_marking_untag_write_pbit0
onus onu GENERIC-NOKIA root policies policy HSI_TC0 classifiers pbit_marking_copy_pbit0
onus onu GENERIC-NOKIA root policies policy HSI_TC0 classifiers pbit_marking_copy_pbit1
onus onu GENERIC-NOKIA root policies policy HSI_TC0 classifiers pbit_marking_copy_pbit2
onus onu GENERIC-NOKIA root policies policy HSI_TC0 classifiers pbit_marking_copy_pbit3
onus onu GENERIC-NOKIA root policies policy HSI_TC0 classifiers pbit_marking_copy_pbit4
onus onu GENERIC-NOKIA root policies policy HSI_TC0 classifiers pbit_marking_copy_pbit5
onus onu GENERIC-NOKIA root policies policy HSI_TC0 classifiers pbit_marking_copy_pbit6
onus onu GENERIC-NOKIA root policies policy HSI_TC0 classifiers pbit_marking_copy_pbit7
onus onu GENERIC-NOKIA root policies policy HSI_TC0_tc classifiers pbit2tc_pbit0_to_tc0
onus onu GENERIC-NOKIA root policies policy HSI_TC0_tc classifiers pbit2tc_pbit1_to_tc0
onus onu GENERIC-NOKIA root policies policy HSI_TC0_tc classifiers pbit2tc_pbit2_to_tc0
onus onu GENERIC-NOKIA root policies policy HSI_TC0_tc classifiers pbit2tc_pbit3_to_tc0
onus onu GENERIC-NOKIA root policies policy HSI_TC0_tc classifiers pbit2tc_pbit4_to_tc0
onus onu GENERIC-NOKIA root policies policy HSI_TC0_tc classifiers pbit2tc_pbit5_to_tc0
onus onu GENERIC-NOKIA root policies policy HSI_TC0_tc classifiers pbit2tc_pbit6_to_tc0
onus onu GENERIC-NOKIA root policies policy HSI_TC0_tc classifiers pbit2tc_pbit7_to_tc0
onus onu GENERIC-NOKIA root qos-policy-profiles policy-profile Q_HSI_TC0 policy-list HSI_TC0
onus onu GENERIC-NOKIA root qos-policy-profiles policy-profile Q_HSI_TC0 policy-list HSI_TC0_tc
onus onu GENERIC-NOKIA root tm-profiles tc-id-2-queue-id-mapping-profile TC2Q_Profile_Single-TC mapping-entry 0 local-queue-id 0
onus onu GENERIC-NOKIA root tm-profiles tc-id-2-queue-id-mapping-profile TC2Q_Profile_8-TC mapping-entry 0 local-queue-id 0
onus onu GENERIC-NOKIA root tm-profiles tc-id-2-queue-id-mapping-profile TC2Q_Profile_8-TC mapping-entry 1 local-queue-id 1
onus onu GENERIC-NOKIA root tm-profiles tc-id-2-queue-id-mapping-profile TC2Q_Profile_8-TC mapping-entry 2 local-queue-id 2
onus onu GENERIC-NOKIA root tm-profiles tc-id-2-queue-id-mapping-profile TC2Q_Profile_8-TC mapping-entry 3 local-queue-id 3
onus onu GENERIC-NOKIA root tm-profiles tc-id-2-queue-id-mapping-profile TC2Q_Profile_8-TC mapping-entry 4 local-queue-id 4
onus onu GENERIC-NOKIA root tm-profiles tc-id-2-queue-id-mapping-profile TC2Q_Profile_8-TC mapping-entry 5 local-queue-id 5
onus onu GENERIC-NOKIA root tm-profiles tc-id-2-queue-id-mapping-profile TC2Q_Profile_8-TC mapping-entry 6 local-queue-id 6
onus onu GENERIC-NOKIA root tm-profiles tc-id-2-queue-id-mapping-profile TC2Q_Profile_8-TC mapping-entry 7 local-queue-id 7
onus onu GENERIC-NOKIA root voip-configuration-characteristics configuration-method omci
onus onu GENERIC-NOKIA root xpongemtcont tconts tcont TCONT_VEIP_HSI interface-reference ANI
onus onu GENERIC-NOKIA root xpongemtcont tconts tcont TCONT_VEIP_HSI tm-root queue 0 priority 1
onus onu GENERIC-NOKIA root xpongemtcont tconts tcont TCONT_VEIP_HSI tm-root queue 0 weight 1
onus onu GENERIC-NOKIA root xpongemtcont tconts tcont TCONT_VEIP_HSI tm-root tc-id-2-queue-id-mapping-profile-name TC2Q_Profile_Single-TC
onus onu GENERIC-NOKIA root xpongemtcont gemports gemport GEM0_VEIP_HSI interface VSI_VEIP_HSI
onus onu GENERIC-NOKIA root xpongemtcont gemports gemport GEM0_VEIP_HSI traffic-class 0
onus onu GENERIC-NOKIA root xpongemtcont gemports gemport GEM0_VEIP_HSI tcont-ref TCONT_VEIP_HSI
onus onu GENERIC-NOKIA root hardware component CHASSIS class chassis
onus onu GENERIC-NOKIA root hardware component CHASSIS admin-state unlocked
onus onu GENERIC-NOKIA root hardware component CAGE class cage
onus onu GENERIC-NOKIA root hardware component CAGE parent CHASSIS
onus onu GENERIC-NOKIA root hardware component CAGE parent-rel-pos 0
onus onu GENERIC-NOKIA root hardware component SFP class transceiver
onus onu GENERIC-NOKIA root hardware component SFP parent CAGE
onus onu GENERIC-NOKIA root hardware component SFP parent-rel-pos 0
onus onu GENERIC-NOKIA root hardware component ANIPORT class transceiver-link
onus onu GENERIC-NOKIA root hardware component ANIPORT parent SFP
onus onu GENERIC-NOKIA root hardware component ANIPORT parent-rel-pos 1
onus onu GENERIC-NOKIA root hardware component UNI_LAN1 class rj45
onus onu GENERIC-NOKIA root hardware component UNI_LAN1 parent CHASSIS
onus onu GENERIC-NOKIA root hardware component UNI_LAN1 parent-rel-pos 1
onus onu GENERIC-NOKIA root hardware component UNI_LAN1 omci-identifier-helper virtual-board-number 1
onus onu GENERIC-NOKIA root hardware component UNI_LAN2 class rj45
onus onu GENERIC-NOKIA root hardware component UNI_LAN2 parent CHASSIS
onus onu GENERIC-NOKIA root hardware component UNI_LAN2 parent-rel-pos 2
onus onu GENERIC-NOKIA root hardware component UNI_LAN2 omci-identifier-helper virtual-board-number 1
onus onu GENERIC-NOKIA root hardware component UNI_LAN3 class rj45
onus onu GENERIC-NOKIA root hardware component UNI_LAN3 parent CHASSIS
onus onu GENERIC-NOKIA root hardware component UNI_LAN3 parent-rel-pos 3
onus onu GENERIC-NOKIA root hardware component UNI_LAN3 omci-identifier-helper virtual-board-number 1
onus onu GENERIC-NOKIA root hardware component UNI_LAN4 class rj45
onus onu GENERIC-NOKIA root hardware component UNI_LAN4 parent CHASSIS
onus onu GENERIC-NOKIA root hardware component UNI_LAN4 parent-rel-pos 4
onus onu GENERIC-NOKIA root hardware component UNI_LAN4 omci-identifier-helper virtual-board-number 1
onus onu GENERIC-NOKIA root hardware component UNI_VEIP class virtual-port
onus onu GENERIC-NOKIA root hardware component UNI_VEIP parent CHASSIS
onus onu GENERIC-NOKIA root hardware component UNI_VEIP parent-rel-pos 1
onus onu GENERIC-NOKIA root hardware component UNI_TEL1 class rj11
onus onu GENERIC-NOKIA root hardware component UNI_TEL1 parent CHASSIS
onus onu GENERIC-NOKIA root hardware component UNI_TEL1 parent-rel-pos 1
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN1 type ethernetCsmacd
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN1 enabled false
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN1 port-layer-if UNI_LAN1
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN1 ethernet auto-negotiation status enabled
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN1 ethernet auto-negotiation duplex full
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN1 ethernet auto-negotiation speed eth-if-speed-1gb
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN2 type ethernetCsmacd
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN2 enabled false
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN2 port-layer-if UNI_LAN2
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN2 ethernet auto-negotiation status enabled
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN2 ethernet auto-negotiation duplex full
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN2 ethernet auto-negotiation speed eth-if-speed-1gb
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN3 type ethernetCsmacd
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN3 enabled false
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN3 port-layer-if UNI_LAN3
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN3 ethernet auto-negotiation status enabled
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN3 ethernet auto-negotiation duplex full
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN3 ethernet auto-negotiation speed eth-if-speed-1gb
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN4 type ethernetCsmacd
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN4 enabled false
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN4 port-layer-if UNI_LAN4
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN4 ethernet auto-negotiation status enabled
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN4 ethernet auto-negotiation duplex full
onus onu GENERIC-NOKIA root interfaces interface ENET_LAN4 ethernet auto-negotiation speed eth-if-speed-1gb
onus onu GENERIC-NOKIA root interfaces interface ENET_VEIP type onu-v-vrefpoint
onus onu GENERIC-NOKIA root interfaces interface ENET_VEIP enabled false
onus onu GENERIC-NOKIA root interfaces interface ENET_VEIP port-layer-if UNI_VEIP
onus onu GENERIC-NOKIA root interfaces interface ENET_VEIP onu-v-vrefpoint related-onu ANI
onus onu GENERIC-NOKIA root interfaces interface POTS_TEL1 type voiceFXS
onus onu GENERIC-NOKIA root interfaces interface POTS_TEL1 enabled false
onus onu GENERIC-NOKIA root interfaces interface POTS_TEL1 port-layer-if UNI_TEL1
onus onu GENERIC-NOKIA root interfaces interface ANI type ani
onus onu GENERIC-NOKIA root interfaces interface ANI port-layer-if ANIPORT
onus onu GENERIC-NOKIA root interfaces interface ANI performance pm-counter-size 32bit-performance-monitoring
onus onu GENERIC-NOKIA root interfaces interface ANI ani multicast-gemport ANI_2046 mc-gemport-id 2046
onus onu GENERIC-NOKIA root interfaces interface ANI ani multicast-gemport ANI_2046 is-broadcast true
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI type vlan-sub-interface
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI ingress-qos-policy-profile Q_HSI_TC0
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI subif-lower-layer interface ENET_VEIP
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged priority 100
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged flexible-match match-criteria tag 0 dot1q-tag tag-type c-vlan
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged flexible-match match-criteria tag 0 dot1q-tag vlan-id 10
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged flexible-match match-criteria tag 0 dot1q-tag pbit any
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged flexible-match match-criteria tag 0 dot1q-tag dei any
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged ingress-rewrite pop-tags 1
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged ingress-rewrite push-tag 0 dot1q-tag tag-type c-vlan
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged ingress-rewrite push-tag 0 dot1q-tag vlan-id 10
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged ingress-rewrite push-tag 0 dot1q-tag pbit-marking-index 0
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged ingress-rewrite push-tag 0 dot1q-tag dei-from-tag-index 0
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI inline-frame-processing ingress-rule rule single-tagged auto-instantiate false
onus onu GENERIC-NOKIA root interfaces interface VSI_VEIP_HSI auto-instantiate false
onus onu GENERIC-NOKIA root routing control-plane-protocols control-plane-protocol static default-route static-routes ipv4 route 0.0.0.0/0 next-hop next-hop-address 0.0.0.1
onus onu GENERIC-NOKIA root system dns-resolver server pridns udp-and-tcp address 0.0.0.0
onus onu GENERIC-NOKIA root system dns-resolver server backupdns udp-and-tcp address 0.0.0.0
onus onu GENERIC-NOKIA root ptp-ccsa-profiles ptp-ccsa-port-profile default domain 0
onus onu GENERIC-NOKIA root ptp-ccsa-profiles ptp-ccsa-port-profile default master-only true
onus onu GENERIC-NOKIA root ptp-ccsa-profiles ptp-ccsa-port-profile default dest-mac-addr-forwardable forwardable
onus onu GENERIC-NOKIA root ptp-ccsa-profiles ptp-ccsa-port-profile default log-anno-interval -3
onus onu GENERIC-NOKIA root ptp-ccsa-profiles ptp-ccsa-port-profile default log-sync-interval -4
onus onu GENERIC-NOKIA root ptp-ccsa-profiles ptp-ccsa-port-profile default log-delay-interval 0
onus onu GENERIC-NOKIA root ptp-ccsa-profiles ptp-ccsa-port-profile default step-mode one-step
onus onu GENERIC-NOKIA root ptp-g8275dot1-profiles ptp-g8275dot1-port-profile default domain 24
onus onu GENERIC-NOKIA root ptp-g8275dot1-profiles ptp-g8275dot1-port-profile default master-only true
onus onu GENERIC-NOKIA root ptp-g8275dot1-profiles ptp-g8275dot1-port-profile default dest-mac-addr-forwardable forwardable
onus onu GENERIC-NOKIA root ptp-g8275dot1-profiles ptp-g8275dot1-port-profile default log-anno-interval -3
onus onu GENERIC-NOKIA root ptp-g8275dot1-profiles ptp-g8275dot1-port-profile default log-sync-interval -4
onus onu GENERIC-NOKIA root ptp-g8275dot1-profiles ptp-g8275dot1-port-profile default log-delay-interval -4
onus onu GENERIC-NOKIA root ptp-g8275dot1-profiles ptp-g8275dot1-port-profile default step-mode one-step
exit
interfaces interface ONT-01 type v-ani
enabled true
performance enable false
v-ani onu-id 0
v-ani channel-partition LT1_PON1_CPART_GPON
v-ani expected-serial-number ALCL00000002
v-ani preferred-channel-pair LT1_PON1_CPAIR_GPON
v-ani upstream-fec true
v-ani management-gemport-aes-indicator false
v-ani tod-enable false
v-ani onu-name ONT-01
exit
interfaces interface LT1_PON1_CPART_GPON
tm-root scheduler-node ONT-01 scheduling-level 1
exit
tm-root scheduler-node ONT-01 child-scheduler-nodes ONT-01_VEIP priority 0 weight 1
exit
tm-root scheduler-node ONT-01_VEIP scheduling-level 2 contains-queues true
exit
tm-root scheduler-node ONT-01_VEIP queue local-queue-id 0 priority 0 weight 1
exit
tm-root child-scheduler-nodes ONT-01 priority 0 weight 1
exit
tm-root tc-id-2-queue-id-mapping-profile-name DEFAULT_TC_TO_8Queues
exit
subscriber-profiles subscriber-profile test
circuit-id 1
remote-id 1
subscriber-id 1
exit
interfaces interface VENET_ONT-01_VEIP type olt-v-enet
enabled true
mac-learning max-number-mac-addresses 4
egress-tm-objects root-if-name LT1_PON1_CPART_GPON scheduler-node-name ONT-01_VEIP
olt-v-enet lower-layer-interface ONT-01 protocol-identifier-helper slot-id 14 port-id 1
exit
onus onu ONT-01
usage node-from-template-usage
template-parameters template-ref GENERIC-NOKIA
template-parameters interfaces interface template-ref ANI
template-parameters hardware-config hardware template-ref SFP
tca-monitoring-enabled false
exit
template-parameters hardware-config hardware template-ref CHASSIS admin-state unlocked
exit
exit
forwarding mac-learning-control-profiles mac-learning-control-profile mlcp1
mac-learning-rule user-port
mac-can-not-move-to [ user-port subtended-node-port ]
exit
mac-learning-rule subtended-node-port
mac-can-not-move-to [ user-port subtended-node-port ]
exit
exit
forwarding forwarding-databases forwarding-database FWD_DB_HSI
max-number-mac-addresses 4294967295
aging-timer 300
mac-learning-control mac-learning-control-profile mlcp1
mac-learning-control generate-mac-learning-alarm true
exit
forwarding split-horizon-profiles split-horizon-profile spl1
split-horizon user-port
out-interface-usage [ user-port subtended-node-port ]
exit
split-horizon subtended-node-port
out-interface-usage [ user-port subtended-node-port ]
exit
exit
forwarding flooding-policies-profiles flooding-policies-profile drop_all
flooding-policy dn_drop
in-interface-usages interface-usages [ network-port ]
destination-address any-frame
out-interface-usages interface-usages [ subtended-node-port ]
exit
flooding-policy up_drop
in-interface-usages interface-usages [ user-port ]
destination-address any-multicast-mac-address
discard
exit
exit
frame-processing-profiles frame-processing-profile CC-SINGLE-VLAN-PROFILE
priority 100
match-criteria tag 0
tag-type c-vlan
vlan-id parameter-vlan-id
pbit any
dei any
exit
ingress-rewrite pop-tags 1
ingress-rewrite copy-from-tags-to-marking-list 0
pbit-marking-index 0
dei-marking-index 0
exit
egress-rewrite push-tag 0
tag-type c-vlan
vlan-id vlan-id-from-match
pbit-marking-index 0
dei-marking-index 0
exit
exit
frame-processing-profiles frame-processing-profile Single_Tagged_PBIT_Marking_Done
priority 100
match-criteria tag 0
tag-type c-vlan
vlan-id parameter-vlan-id
pbit any
dei any
exit
ingress-rewrite pop-tags 1
egress-rewrite push-tag 0
tag-type c-vlan
vlan-id vlan-id-from-match
pbit-marking-index 0
dei-marking-index 0
exit
exit
interfaces interface NTW_VSI_HSI
type vlan-sub-interface
enabled
interface-usage interface-usage network-port
mac-learning mac-learning-enable true
subif-lower-layer interface BP_Eth
frame-processing-profile-ref CC-SINGLE-VLAN-PROFILE
tag-0 vlan-id 100
exit
forwarding forwarders forwarder FWD_HSI
ports port NTW_PORT_HSI sub-interface NTW_VSI_HSI
flooding-policies flooding-policies-profile drop_all
mac-learning forwarding-database FWD_DB_HSI
split-horizon-profiles split-horizon-profile spl1
l2-dhcpv4-relay downstream-broadcast-flooding false
arp-security downstream-arp-broadcast secured-with-fallback-to-layer2
ND-security downstream-ns-multicast secured-forwarding
exit
l2-dhcpv4-relay-profiles l2-dhcpv4-relay-profile DHCP_Default
max-packet-size 1500
option82-format suboptions [ circuit-id remote-id ]
option82-format default-circuit-id-syntax Access_Node_ID:Chassis:Port:OnuID:v-ani:olt-v-enet
option82-format start-numbering-from-zero false
option82-format use-leading-zeroes false
exit
dhcpv6-ldra-profiles dhcpv6-ldra-profile DHCPv6_Default
options option [ interface-id remote-id vendor-specific-information ]
options default-interface-id-syntax Access_Node_ID:Chassis:Port:OnuID:v-ani:olt-v-enet
options default-remote-id-syntax pon-id
options start-numbering-from-zero false
options use-leading-zeroes false
options xpon-access-loop-characteristics [ xpon-tree-maximum-data-rate-upstream onu-maximum-data-rate-upstream xpon-tree-maximum-data-rate-downstream onu-peak-data-rate-downstream ]
exit
pppoe-profiles pppoe-profile PPPoE_Default
pppoe-vendor-specific-tag subtag [ circuit-id remote-id ]
pppoe-vendor-specific-tag default-remote-id-syntax Access_Node_ID:Chassis:Port:OnuID:v-ani:olt-v-enet
pppoe-vendor-specific-tag start-numbering-from-zero false
pppoe-vendor-specific-tag use-leading-zeroes false
exit
vsi-vector-profiles vsi-vector-profile default
ipv4-security prevent-ipv4-address-spoofing true
ipv4-security learn-addresses-from-dhcp
ipv4-security max-address no-limit
l2-dhcpv4-relay enable true
l2-dhcpv4-relay trusted-port false
l2-dhcpv4-relay profile-ref DHCP_Default
dhcpv6-ldra enable true
dhcpv6-ldra trusted-port true
dhcpv6-ldra profile-ref DHCPv6_Default
pppoe enable true
pppoe profile-ref PPPoE_Default
interface-usage interface-usage user-port
exit
xpongemtcont traffic-descriptor-profiles traffic-descriptor-profile 100M_UP
fixed-bandwidth 0
assured-bandwidth 0
maximum-bandwidth 100000000
jitter-tolerance 16
exit
classifiers classifier-entry pbit0_to_TC0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 0
exit
classifier-action-entry-cfg scheduling-traffic-class
scheduling-traffic-class 0
exit
exit
classifiers classifier-entry pbit1_to_TC0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 1
exit
classifier-action-entry-cfg scheduling-traffic-class
scheduling-traffic-class 0
exit
exit
classifiers classifier-entry pbit2_to_TC0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 2
exit
classifier-action-entry-cfg scheduling-traffic-class
scheduling-traffic-class 0
exit
exit
classifiers classifier-entry pbit3_to_TC0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 3
exit
classifier-action-entry-cfg scheduling-traffic-class
scheduling-traffic-class 0
exit
exit
classifiers classifier-entry pbit4_to_TC0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 4
exit
classifier-action-entry-cfg scheduling-traffic-class
scheduling-traffic-class 0
exit
exit
classifiers classifier-entry pbit5_to_TC0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 5
exit
classifier-action-entry-cfg scheduling-traffic-class
scheduling-traffic-class 0
exit
exit
classifiers classifier-entry pbit6_to_TC0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 6
exit
classifier-action-entry-cfg scheduling-traffic-class
scheduling-traffic-class 0
exit
exit
classifiers classifier-entry pbit7_to_TC0
filter-operation match-all-filter
match-criteria pbit-marking-list 0
pbit-value 7
exit
classifier-action-entry-cfg scheduling-traffic-class
scheduling-traffic-class 0
exit
exit
classifiers classifier-entry untag_pbit_hsi_tc0
filter-operation match-all-filter
vlans untagged
classifier-action-entry-cfg pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 0
exit
exit
exit
classifiers classifier-entry copy_tag_pbit0
filter-operation match-all-filter
match-criteria tag 0
in-pbit-list 0
exit
dscp-range any
any-protocol
exit
classifier-action-entry-cfg pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 0
exit
exit
exit
classifiers classifier-entry copy_tag_pbit1
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 1
exit
dscp-range any
any-protocol
exit
classifier-action-entry-cfg pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 1
exit
exit
exit
classifiers classifier-entry copy_tag_pbit2
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 2
exit
dscp-range any
any-protocol
exit
classifier-action-entry-cfg pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 2
exit
exit
exit
classifiers classifier-entry copy_tag_pbit3
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 3
exit
dscp-range any
any-protocol
exit
classifier-action-entry-cfg pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 3
exit
exit
exit
classifiers classifier-entry copy_tag_pbit4
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 4
exit
dscp-range any
any-protocol
exit
classifier-action-entry-cfg pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 4
exit
exit
exit
classifiers classifier-entry copy_tag_pbit5
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 5
exit
dscp-range any
any-protocol
exit
classifier-action-entry-cfg pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 5
exit
exit
exit
classifiers classifier-entry copy_tag_pbit6
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 6
exit
dscp-range any
any-protocol
exit
classifier-action-entry-cfg pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 6
exit
exit
exit
classifiers classifier-entry copy_tag_pbit7
filter-operation match-all-filter
match-criteria
tag 0
in-pbit-list 7
exit
dscp-range any
any-protocol
exit
classifier-action-entry-cfg pbit-marking
pbit-marking-cfg pbit-marking-list 0
pbit-value 7
exit
exit
exit
policies policy pbit0-7_to_TC0
classifiers pbit0_to_TC0
exit
classifiers pbit1_to_TC0
exit
classifiers pbit2_to_TC0
exit
classifiers pbit3_to_TC0
exit
classifiers pbit4_to_TC0
exit
classifiers pbit5_to_TC0
exit
classifiers pbit6_to_TC0
exit
classifiers pbit7_to_TC0
exit
exit
policies policy untag_tag_pbit_hsi_tc0
classifiers untag_pbit_hsi_tc0
exit
classifiers copy_tag_pbit0
exit
classifiers copy_tag_pbit1
exit
classifiers copy_tag_pbit2
exit
classifiers copy_tag_pbit3
exit
classifiers copy_tag_pbit4
exit
classifiers copy_tag_pbit5
exit
classifiers copy_tag_pbit6
exit
classifiers copy_tag_pbit7
exit
exit
qos-policy-profiles policy-profile DS_HSI_TC0
policy-list pbit0-7_to_TC0
exit
qos-policy-profiles policy-profile US_HSI_TC0
policy-list untag_tag_pbit_hsi_tc0
exit
xpongemtcont tconts tcont TCONT_ONT-01_VEIP_HSI
alloc-id 256
interface-reference ONT-01
traffic-descriptor-profile-ref 100M_UP
exit
interfaces interface VSI_ONT-01_VEIP_HSI
type vlan-sub-interface
enabled true
performance enable false
mac-learning max-number-mac-addresses 4
mac-learning mac-learning-enable true
ingress-qos-policy-profile US_HSI_TC0
egress-qos-policy-profile DS_HSI_TC0
subif-lower-layer interface VENET_ONT-01_VEIP
frame-processing-profile-ref Single_Tagged_PBIT_Marking_Done
tag-0 vlan-id 10
subscriber-profile profile test
vector-profile default
exit
xpongemtcont gemports gemport GEM0_ONT-01_VEIP_HSI
gemport-id 256
interface VSI_ONT-01_VEIP_HSI
traffic-class 0
downstream-aes-indicator false
upstream-aes-indicator false
exit
forwarding forwarders forwarder FWD_HSI
forwarding forwarders forwarder FWD_HSI ports port USR_PORT_ONT-01_VEIP_HSI sub-interface VSI_ONT-01_VEIP_HSI
exit
onus onu ONT-01
template-parameters tconts tcont template-ref TCONT_VEIP_HSI id 256
exit
template-parameters gemports gemport template-ref GEM0_VEIP_HSI id 256
template-parameters interfaces interface template-ref ENET_VEIP admin true
template-parameters interfaces interface template-ref VSI_VEIP_HSI pm-enable false vsi ingress-rule single-tagged match-criteria-tag-0-vlan-id 10 ingress-rewrite-tag-0-vlan-id 10
exit
template-parameters interfaces interface template-ref VSI_VEIP_HSI vsi ingress-qos-policy-profile Q_HSI_TC0
commit
The commit can take a moment while all objects are validated and applied. When it finishes, leave configuration mode and return to the Shelf context. From there, open the IHUB and create the v-VPLS for the subscriber VLAN:
forward cli to ihub
configure global
service vpls 10
admin-state enable
service-name "10"
service-id 10
customer 1
admin-state enable
storm-control false
user-user-com false
v-vpls true
vlan 10
sap 1/2/1:10 admin-state enable
exit
mac-move allow-res-res false
mac-move allow-res-reg true
mac-move allow-reg-res false
commit