[DASAN] sdNos V1-16XC FW: 5.03 #062 OLT Integration with HALNy SFU 4 LAN

You are here:
< All Topics

HALNy Integration

Supported SFU service scenarios

GPON port configuration

Define OLT vlan-flow

 olt vlan-flow 1 s-vid 400 tpid 0x8100 mac-lookup
 olt vlan-flow 2 s-vid 100 tpid 0x8100 mac-lookup
 olt vlan-flow 3 s-vid 200 tpid 0x8100 mac-lookup
 olt vlan-flow 4 s-vid 300 tpid 0x8100 mac-lookup

1. ONT configuration (Access mode, only INTERNET)

ONT was connect to the GPON port 0/2 with ONU_ID 33

1. Create DBA Profile

V1-16XC(config)#dba-profile DBA
  mode sr
  sla fixed 1024
  sla maximum 1031616
  apply

2. Create access VLAN configuration

V1-16XC(config)#extended-vlan-tagging-operation INTERNET
  downstream-mode enable
  untagged-frame 1
   treat inner vid 100 cos 0 tpid 0x8100
  apply

3. Create MGMT VLAN configuration

V1-16XC(config)#extended-vlan-tagging-operation MGMT
  downstream-mode enable
  untagged-frame 1
   treat inner vid 400 cos 0 tpid 0x8100
  apply

4. Create traffic-profile

Attention: For ONT’s which have port 10G please use DBA_10G

Max-frame for such port should be set to 10240.

V1-16XC(config)#traffic-profile SFU_INT_4_LAN
  tcont 1
   gemport 1/1
   dba-profile DBA
  tcont 2
   gemport 2/1
   dba-profile DBA
  mapper 1
   gemport count 1
  mapper 2
   gemport count 1
  bridge 1
   ani mapper 1
   uni eth 1
    extended-vlan-tagging-operation INTERNET
    max-frame 2036
   uni eth 2
    extended-vlan-tagging-operation INTERNET
    max-frame 2036
   uni eth 3
    extended-vlan-tagging-operation INTERNET
    max-frame 2036
   uni eth 4
    extended-vlan-tagging-operation INTERNET
    max-frame 2036
  bridge 2
   ani mapper 2
   link ip-host-config 1
  ip-host-config 1
   ip address dhcp
   extended-vlan-tagging-operation MGMT
  apply

5. Create onu-profile

V1-16XC(config)#onu-profile SFU_INT_4_LAN
  traffic-profile SFU_INT_4_LAN
  apply

6. Assign onu-profile to ONT

V1-16XC(config-if[gpon0/2])#onu-profile 33 SFU_INT_4_LAN

7. Add OLT vp rules

 olt vp 5 vlan-flow 1 s-vid 400 mapping-onu 33 gemport 2/1
 olt vp 6 vlan-flow 2 s-vid 100 mapping-onu 33 gemport 1/1

8. Verify ONT ip-host 1 IP address

V1-16XC(config-if[gpon0/1])# show onu ip-host 33
---------------------------------------------------------------
 OLT : gpon0/2, ONU : 33, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : e05a.9f6f.99b0
 Current IP            : 172.17.60.28
 Current Mask          : 255.255.254.0
 Current Gateway       : 172.17.60.1
 Current Primary DNS   : 172.16.16.240
 Current Secondary DNS : 89.231.1.206
 Domain name           :
 Host name             : IPHOST: WWW/XML/TR069

2. ONT configuration (Access mode, Internet + IPTV)

ONT was connect to the GPON port 0/2 with ONU_ID 34

1. Create DBA Profile

V1-16XC(gpon)#dba-profile DBA
  mode sr
  sla fixed 1024
  sla maximum 1031616
  apply

2. Create access VLAN configuration

V1-16XC(gpon)#extended-vlan-tagging-operation INTERNET
  downstream-mode enable
  untagged-frame 1
   treat inner vid 100 cos 0 tpid 0x8100
  apply

3. Create multicast VLAN configuration

V1-16XC(gpon)#extended-vlan-tagging-operation IPTV
  downstream-mode enable
  untagged-frame 1
   treat inner vid 200 cos 0 tpid 0x8100
  apply

4. Create multicast-profile

V1-16XC(gpon)#multicast-profile MULTI
  igmp robustness-variable 7
  igmp access-list vid 200 dst-ip start 224.0.0.1 end 239.255.255.255 bw 4294952 gem 4094
  apply

5. Create MGMT VLAN configuration

V1-16XC(gpon)#extended-vlan-tagging-operation MGMT
  downstream-mode enable
  untagged-frame 1
   treat inner vid 400 cos 0 tpid 0 x8100
  apply

6. Create traffic-profile

Attention: For ONT’s which have port 10G please use DBA_10G

Max-frame for such port should be set to 10240.

V1-16XC(gpon)#traffic-profile SFU_INT_IPTV_4_LAN
  tcont 1
   gemport 1/1
   dba-profile DBA
  tcont 2
   gemport 2/1
   dba-profile DBA
  tcont 3
   gemport 3/1
   dba-profile DBA
  mapper 1
   gemport count 1
  mapper 2
   gemport count 1
  mapper 3
   gemport count 1
  bridge 1
   ani mapper 1
   uni eth 1
    extended-vlan-tagging-operation INTERNET
    max-frame 2036
   uni eth 2
    extended-vlan-tagging-operation INTERNET
    max-frame 2036
  bridge 2
   ani mapper 2
   uni eth 3
    extended-vlan-tagging-operation IPTV
    multicast-profile MULTI
    max-frame 2036
   uni eth 4
    extended-vlan-tagging-operation IPTV
    multicast-profile MULTI
    max-frame 2036
  bridge 3
   ani mapper 3
   link ip-host-config 1
  ip-host-config 1
   ip address dhcp
   extended-vlan-tagging-operation MGMT
  apply

7. Create onu-profile

V1-16XC(gpon)#onu-profile SFU_INT_IPTV_4_LAN
  traffic-profile SFU_INT_IPTV_4_LAN
  apply

8. Assign onu-profile to ONT

V1-16XC(config-if[gpon0/2])#onu-profile 34 SFU_INT_IPTV_4_LAN

9. Add OLT vp rules

 olt vp 7 vlan-flow 1 s-vid 400 mapping-onu 34 gemport 3/1
 olt vp 8 vlan-flow 2 s-vid 100 mapping-onu 34 gemport 1/1
 olt vp 9 vlan-flow 3 s-vid 200 mapping-onu 34 gemport 2/1

10. Verify ONT ip-host 1 IP address

V1-16XC(config-if[gpon0/1])# show onu ip-host 34
---------------------------------------------------------------
 OLT : gpon0/2, ONU : 34, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : e05a.9f6f.99b0
 Current IP            : 172.17.60.28
 Current Mask          : 255.255.254.0
 Current Gateway       : 172.17.60.1
 Current Primary DNS   : 172.16.16.240
 Current Secondary DNS : 89.231.1.206
 Domain name           :
 Host name             : IPHOST: WWW/XML/TR069

3. ONT configuration (Access mode, Internet + IPTV + VoIP)

ONT was connect to the XGSPON port 0/2 with ONU_ID 56

VoIP numbers are 9001, 9011

1. Create DBA Profile

V1-16XC(config)#dba-profile DBA
 mode sr
 sla fixed 1024
 sla maximum 1031616
 apply

2. MGMT VLAN configuration

V1-16XC(config)#extended-vlan-tagging-operation MGMT
  downstream-mode enable
  untagged-frame 1
   treat inner vid 400 cos 0 tpid 0x8100
  apply

3. Create multicast-profile.

V1-16XC(config)#multicast-profile MULTI
  igmp robustness-variable 7
  igmp access-list vid 200 dst-ip start 224.0.0.1 end 239.255.255.255 bw 4294952 gem 4094
  apply

4. Create Internet Access VLAN configuration

V1-16XC(config)#extended-vlan-tagging-operation INT
  downstream-mode enable
  untagged-frame 1
   treat inner vid 100 cos 0 tpid 0 x8100
  apply

5. Create Multicast Access VLAN configuration

V1-16XC(config)#extended-vlan-tagging-operation IPTV
  downstream-mode enable
  untagged-frame 1
   treat inner vid 200 cos 0 tpid 0 x8100
  apply

6. Create VoIP VLAN configuration

V1-16XC(config)#extended-vlan-tagging-operation VoIP
  downstream-mode enable
  untagged-frame 1
   treat inner vid 300 cos 0 tpid 0 x8100
  apply

7. Create ONU voip-profile

 voip-profile VOIP
  codec-nego 1 codec pcmu packet-period 10 silence-suppression 0
  codec-nego 2 codec pcma packet-period 10 silence-suppression 0
  codec-nego 3 codec g729 packet-period 10 silence-suppression 0
  codec-nego 4 codec g723 packet-period 10 silence-suppression 0
  protocol sip
   proxy-server 172.16.1.2
   outbound-proxy-server 172.16.1.2
   register-server 172.16.1.2
   host-part-server 172.16.1.2
   reg-exp-time 60
   caller-id call-number
   dial-plan table 1 x.
  apply

8. Create ONU traffic-profile

Attention: For ONT’s which have port 10G please use DBA_10G

Max-frame for such port should be set to 10240.

V1-16XC(config)#traffic-profile SFU_INT_TV_VOIP_4_LAN
 tcont 1
  gemport 1/1
  dba-profile DBA
 tcont 2
  gemport 2/1
  dba-profile DBA
 tcont 3
  gemport 3/1
  dba-profile DBA
 tcont 4
  gemport 4/1
  dba-profile DBA
 mapper 1
  gemport count 1
 mapper 2
  gemport count 1
 mapper 3
  gemport count 1
mapper 4
  gemport count 1
 bridge 1
  ani mapper 1
  uni eth 1
   extended-vlan-tagging-operation INT
   max-frame 2036
  uni eth 2
   extended-vlan-tagging-operation INT
   max-frame 2036
 bridge 2
   ani mapper 2
   uni eth 3
    extended-vlan-tagging-operation IPTV
    multicast-profile MULTI
    max-frame 2036
  uni eth 4
   extended-vlan-tagging-operation IPTV
   multicast-profile MULTI
   max-frame 2036
 bridge 3
  ani mapper 3
  link ip-host-config 1
 bridge 4
  ani mapper 4
  link ip-host-config 2
 ip-host-config 1
  ip address dhcp
  extended-vlan-tagging-operation MGMT
  apply
 ip-host-config 2
  ip address dhcp
  link voip-service 1
  extended-vlan-tagging-operation VoIP
 voip-service 1
  manage-method omci
  voip-profile VOIP
  uni pots 2
 apply

9. Create onu-profile

V1-16XC(config)#onu-profile SFU_INT_TV_VOIP_4_LAN
  traffic-profile SFU_INT_TV_VOIP_4_LAN
  apply

10. Assign onu-profile to ONT

V1-16XC(config-if[XGSPON0/2])#onu-profile 56 SFU_INT_TV_VOIP_4_LAN

11. Set VoIP account

V1-16XC(config-if[XGSPON0/2])#onu voip-sip 56 auth pots 1 9001 123456
V1-16XC(config-if[XGSPON0/2])#onu voip-sip 56 phone-number pots 1 9001 display 9001
V1-16XC(config-if[XGSPON0/2])#onu voip-sip 56 auth pots 2 9011 123456
V1-16XC(config-if[XGSPON0/2])#onu voip-sip 56 phone-number pots 2 9011 display 9011

12. Set vlan-flow

V1-16XC(config-if[xgspon 0/2])#  
 olt vlan-flow 1 s-vid 100 tpid 0x8100 mac-lookup
 olt vlan-flow 2 s-vid 400 tpid 0x8100 mac-lookup
 olt vlan-flow 3 s-vid 200 tpid 0x8100 mac-lookup 
 olt vlan-flow 4 s-vid 300 tpid 0x8100 mac-lookup

13. Set VP

V1-16XC(coV1-16XC(config-if[xgspon 0/2])# 
 olt vp 1 vlan-flow 3 s-vid 200 mapping-onu 56 gemport 1/1
 olt vp 2 vlan-flow 1 s-vid 100 mapping-onu 56 gemport 2/1
 olt vp 3 vlan-flow 2 s-vid 400 mapping-onu 56 gemport 3/1 
 olt vp 4 vlan-flow 4 s-vid 300 mapping-onu 56 gemport 4/1 

14. Verify ONT ip-host 1 IP address

V1-16XC(config-if[XGSPON0/2])#show onu ip-host 56
---------------------------------------------------------------
 OLT : XGSPON0/2, ONU : 56, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : e0:5a:9f:2d:82:b0
 Current IP            : 172.17.60.117
 Current Mask          : 255.255.254.0
 Current Gateway       : 172.17.60.1
 Current Primary DNS   : 172.17.60.1
 Current Secondary DNS : 0.0.0.0
 Domain name           :
 Host name             :

4. ONT configuration (TRANSPARENT mode)

ONT was connect to the GPON port 0/2 with ONU_ID 35

1. Create DBA Profile

V1-16XC(config)#dba-profile DBA
  mode sr
  sla fixed 1024
  sla maximum 1031616
  apply

2. Create VLANs configuration

V1-16XC(config)#extended-vlan-tagging-operation TRANS
  downstream-mode enable
  single-tagged-frame 1
   filter inner vid 100 cos any tpid any
   treat remove single
   treat inner vid 100 cos 6 tpid copy-inner
  single-tagged-frame 2
   filter inner vid 200 cos any tpid any
   treat remove single
   treat inner vid 200 cos 5 tpid copy-inner
  single-tagged-frame 3
   filter inner vid 300 cos any tpid any
   treat remove single
   treat inner vid 300 cos 2 tpid copy-inner
  apply

Dasan V1-16XC supports transparent forwarding of up to 8 VLANs per tcont

3. Create MGMT VLAN configuration

V1-16XC(config)#extended-vlan-tagging-operation MGMT
  downstream-mode enable
  untagged-frame 1
   treat inner vid 400 cos 0 tpid 0x8100
  apply

4. Create multicast-profile

V1-16XC(config)#multicast-profile MULTI
  igmp robustness-variable 7
  igmp access-list vid 200 dst-ip start 224.0.0.1 end 239.255.255.255 bw 4294952 gem 4094
  apply

5. Create traffic-profile

Attention: For ONT’s which have port 10G please use DBA_10G

Max-frame for such port should be set to 10240.

V1-16XC(config)#traffic-profile SFU_TRANS_4_LAN
  tcont 1
   gemport 1/1-1/8
   dba-profile DBA
  tcont 2
   gemport 2/1
   dba-profile DBA
  mapper 1
   gemport count 8
  mapper 2
   gemport count 1
  bridge 1
   ani mapper 1
   uni eth 1
    extended-vlan-tagging-operation TRANS
    multicast-profile MULTI
    max-frame 2036
   uni eth 2
    extended-vlan-tagging-operation TRANS
    multicast-profile MULTI
    max-frame 2036
   uni eth 3
    extended-vlan-tagging-operation TRANS
    multicast-profile MULTI
    max-frame 2036
   uni eth 4
    extended-vlan-tagging-operation TRANS
    multicast-profile MULTI
    max-frame 2036
  bridge 2
   ani mapper 2
   link ip-host-config 1
  ip-host-config 1
   ip address dhcp
   extended-vlan-tagging-operation MGMT
  apply

6. Create onu-profile

V1-16XC(config)#onu-profile SFU_TRANS_4_LAN
  traffic-profile SFU_TRANS_4_LAN
  apply

7. Assign onu-profile to ONT

V1-16XC(config-if[gpon0/2])#onu-profile 35 SFU_TRANS_4_LAN

8. Add OLT vp rules

 olt vp 10 vlan-flow 1 s-vid 400 mapping-onu 35 gemport 2/1
 olt vp 11 vlan-flow 2 s-vid 100 mapping-onu 35 gemport 1/7
 olt vp 12 vlan-flow 3 s-vid 200 mapping-onu 35 gemport 1/6
 olt vp 13 vlan-flow 3 s-vid 300 mapping-onu 35 gemport 1/3

9. Verify ONT ip-host 1 IP address

V1-16XC(config-if[gpon0/2])# show onu ip-host 35
---------------------------------------------------------------
 OLT : gpon0/2, ONU : 35, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : e05a.9f6f.99b0
 Current IP            : 172.17.60.28
 Current Mask          : 255.255.254.0
 Current Gateway       : 172.17.60.1
 Current Primary DNS   : 172.16.16.240
 Current Secondary DNS : 89.231.1.206
 Domain name           :
 Host name             : IPHOST: WWW/XML/TR069

5. ONT configuration (Hybrid mode)

ONT was connect to the GPON port 0/2 with ONU_ID 36

1. Create DBA Profile

V1-16XC(config)#dba-profile DBA
  mode sr
  sla fixed 1024
  sla maximum 1031616
  apply

2. Create hybrid VLAN configurations

V1-16XC(config)#extended-vlan-tagging-operation HYBRID
  downstream-mode enable
  single-tagged-frame 1
   filter inner vid 200 cos any tpid any
   treat remove single
   treat inner vid 200 cos 5 tpid copy-inner
  untagged-frame 1
   treat inner vid 100 cos 0 tpid 0x8100
  apply

Dasan V1-16XC supports transparent forwarding of up to 8 VLANs per tcont

3. Create multicast-profile

V1-16XC(config)#multicast-profile MULTI
  igmp robustness-variable 7
  igmp access-list vid 200 dst-ip start 224.0.0.1 end 239.255.255.255 bw 4294952 gem 4094
  apply

4. Create MGMT VLAN configuration

V1-16XC(config)#extended-vlan-tagging-operation MGMT
  downstream-mode enable
  untagged-frame 1
   treat inner vid 400 cos 0 tpid 0x8100
  apply

5. Create traffic-profile

Attention: For ONT’s which have port 10G please use DBA_10G

Max-frame for such port should be set to 10240.

V1-16XC(config)#traffic-profile SFU_HYBRID_4_LAN
  tcont 1
   gemport 1/1-1/8
   dba-profile DBA
  tcont 2
   gemport 2/1
   dba-profile DBA
  mapper 1
   gemport count 8
  mapper 2
   gemport count 1
  bridge 1
   ani mapper 1
   uni eth 1
    extended-vlan-tagging-operation HYBRID
    max-frame 2036
   uni eth 2
    extended-vlan-tagging-operation HYBRID
    max-frame 2036
   uni eth 3
    extended-vlan-tagging-operation HYBRID
    max-frame 2036
   uni eth 4
    extended-vlan-tagging-operation HYBRID
    max-frame 2036
  bridge 2
   ani mapper 2
   link ip-host-config 1
  ip-host-config 1
   ip address dhcp
   extended-vlan-tagging-operation MGMT
  apply

8. Create onu-profile

V1-16XC(config)#onu-profile SFU_HYBRID_4_LAN
  traffic-profile SFU_HYBRID_4_LAN
  apply

9. Assign onu-profile to ONT

V1-16XC(config-if[gpon0/2])#onu-profile 36 SFU_HYBRID_4_LAN

10. Add OLT vp rules

 olt vp 14 vlan-flow 1 s-vid 400 mapping-onu 35 gemport 2/1
 olt vp 15 vlan-flow 2 s-vid 100 mapping-onu 35 gemport 1/1
 olt vp 16 vlan-flow 3 s-vid 200 mapping-onu 35 gemport 1/6

11. Verify ONT ip-host 1 IP address

V1-16XC(config-if[gpon0/2])#show onu ip-host 36
---------------------------------------------------------------
 OLT : gpon0/2, ONU : 36, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : e05a.9f6f.99b0
 Current IP            : 172.17.60.28
 Current Mask          : 255.255.254.0
 Current Gateway       : 172.17.60.1
 Current Primary DNS   : 172.16.16.240
 Current Secondary DNS : 89.231.1.206
 Domain name           :
 Host name             : IPHOST: WWW/XML/TR069

6. ONT configuration (VLAN translation – rBSA)

ONT was connect to the GPON port 0/2 with ONU_ID 37

1. Create DBA Profile

V1-16XC(gpon)#dba-profile DBA
  mode sr
  sla fixed 1024
  sla maximum 1031616
  apply

2. Create VLANs configuration

V1-16XC(gpon)#extended-vlan-tagging-operation TRANS
  downstream-mode enable
  single-tagged-frame 1
   filter inner vid 35 cos any tpid any
   treat remove single
   treat inner vid 100 cos copy-inner tpid copy-inner
  single-tagged-frame 2
   filter inner vid 838 cos any tpid any
   treat remove single
   treat inner vid 200 cos copy-inner tpid copy-inner
  single-tagged-frame 3
   filter inner vid 839 cos any tpid any
   treat remove single
   treat inner vid 300 cos copy-inner tpid copy-inner
  apply

Dasan V1-16XC supports transparent forwarding of up to 8 VLANs per tcont

3. Create MGMT VLAN configuration

V1-16XC(gpon)#extended-vlan-tagging-operation MGMT
  downstream-mode enable
  untagged-frame 1
   treat inner vid 400 cos 0 tpid 0x8100
  apply

4. Create multicast-profile

V1-16XC(gpon)#multicast-profile MULTI
  igmp robustness-variable 7
  igmp access-list vid 200 dst-ip start 224.0.0.1 end 239.255.255.255 bw 4294952 gem 4094
  apply

5. Create traffic-profile

Attention: For ONT’s which have port 10G please use DBA_10G

Max-frame for such port should be set to 10240.

V1-16XC(gpon)#traffic-profile SFU_RBSA_4_LAN
  tcont 1
   gemport 1/1-1/8
   dba-profile DBA
  tcont 2
   gemport 2/1
   dba-profile DBA
  mapper 1
   gemport count 8
  mapper 2
   gemport count 1
  bridge 1
   ani mapper 1
   uni eth 1
    multicast-profile MULTI
    extended-vlan-tagging-operation RBSA
    max-frame 2036
   uni eth 2
    multicast-profile MULTI
    extended-vlan-tagging-operation RBSA
    max-frame 2036
   uni eth 3
    multicast-profile MULTI
    extended-vlan-tagging-operation RBSA
    max-frame 2036
   uni eth 4
    multicast-profile MULTI
    extended-vlan-tagging-operation RBSA
    max-frame 2036
  bridge 2
   ani mapper 2
   link ip-host-config 1
  ip-host-config 1
   ip address dhcp
   extended-vlan-tagging-operation MGMT
  apply

6. Create onu-profile

V1-16XC(config)#onu-profile SFU_RBSA_4_LAN
  traffic-profile SFU_RBSA_4_LAN
  apply

7. Assign onu-profile to ONT

V1-16XC(config-if[gpon0/2])#onu-profile 37 SFU_RBSA_4_LAN

8. Add OLT vp rules

 olt vp 17 vlan-flow 1 s-vid 400 mapping-onu 37 gemport 2/1
 olt vp 18 vlan-flow 2 s-vid 100 mapping-onu 37 gemport 1/7
 olt vp 19 vlan-flow 3 s-vid 200 mapping-onu 37 gemport 1/6
 olt vp 20 vlan-flow 3 s-vid 300 mapping-onu 37 gemport 1/3

9. Verify ONT ip-host 1 IP address

V1-16XC(config-if[gpon0/2])# show onu ip-host 37
---------------------------------------------------------------
 OLT : gpon0/2, ONU : 37, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : e05a.9f6f.99b0
 Current IP            : 172.17.60.28
 Current Mask          : 255.255.254.0
 Current Gateway       : 172.17.60.1
 Current Primary DNS   : 172.16.16.240
 Current Secondary DNS : 89.231.1.206
 Domain name           :
 Host name             : IPHOST: WWW/XML/TR069

7. ONT configuration (802.1q in 802.1q Begin/End of Tunnel)

ONT was connect to the GPON port 0/2 with ONU_ID 60

1. Create DBA Profile

V1-16XC(config)#dba-profile DBA_10G
  mode sr
  sla fixed 1024
  sla maximum 9870208
  apply

V1-16XC(config)#dba-profile DBA
  mode sr
  sla fixed 1024
  sla maximum 1031616
  apply

2. Create multicast-profile

V1-16XC(config)#multicast-profile MULTI
igmp robustness-variable 7
igmp access-list vid 200 dst-ip start 224.0.0.1 end 239.255.255.255 bw 4294952 gem 4094
apply

3. Create VLANs configuration

V1-16XC(config)#extended-vlan-tagging-operation QinQ
  downstream-mode enable
  single-tagged-frame 1
   filter inner vid 100 cos any tpid any
   treat remove single
   treat inner vid 100 cos 0 tpid copy-inner
  single-tagged-frame 2
   filter inner vid 200 cos any tpid any
   treat remove single
   treat inner vid 200 cos 1 tpid copy-inner
  single-tagged-frame 3
   filter inner vid 300 cos any tpid any
   treat remove single
   treat inner vid 300 cos 2 tpid copy-inner
  apply

4. Create MGMT VLAN configuration

V1-16XC(config)#extended-vlan-tagging-operation MGMT
  downstream-mode enable
  untagged-frame 1
   treat inner vid 400 cos 0 tpid 0x8100
  apply

5. Create traffic-profile

Attention: For ONT’s which have port 10G please use DBA_10G

Max-frame for such port should be set to 10240.

V1-16XC(config)#traffic-profile SFU_QinQ_4_LAN
 tcont 1
  gemport 1/1-1/8
  dba-profile DBA
 tcont 2
  gemport 2/1
  dba-profile DBA
 mapper 1
  gemport count 8
 mapper 2
  gemport count 1
 bridge 1
   ani mapper 1
   uni eth 1
    multicast-profile MULTI
    extended-vlan-tagging-operation QinQ
    max-frame 2036
   uni eth 2
    multicast-profile MULTI
    extended-vlan-tagging-operation QinQ
    max-frame 2036
   uni eth 3
    multicast-profile MULTI
    extended-vlan-tagging-operation QinQ
    max-frame 2036
   uni eth 4
    multicast-profile MULTI
    extended-vlan-tagging-operation QinQ
    max-frame 2036
 bridge 2
  ani mapper 2
  link ip-host-config 1
 ip-host-config 1
  ip address dhcp
  extended-vlan-tagging-operation MGMT
  apply

6. Create onu-profile

V1-16XC(config)#onu-profile SFU_QinQ_4_LAN
  traffic-profile SFU_QinQ_4_LAN
  apply

7. Assign onu-profile to ONT

V1-16XC(config-if[GPON0/2])#onu-profile 60 SFU_QinQ_4_LAN

8. Set vlan-flow

V1-16XC(config-if[gpon 0/2])#  
 olt vlan-flow 2 s-vid 400 tpid 0x8100 mac-lookup
 olt vlan-flow 5 s-vid 999 tpid 0x8100 c-vid any mac-lookup

9. Set VP

V1-16XC(config-if[gpon 0/2])#  
olt vp 1 vlan-flow 5 c-vid any mapping-onu 60 gemport 1/1-1/8	
olt vp 7 vlan-flow 2 s-vid 400 mapping-onu 60 gemport 2/1  

10. Verify ONT ip-host 1 IP address

V1-16XC(config-if[GPON0/2])#show onu ip-host 60
---------------------------------------------------------------
 OLT : GPON0/2, ONU : 60, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : e0:5a:9f:2d:82:b0
 Current IP            : 172.17.60.117
 Current Mask          : 255.255.254.0
 Current Gateway       : 172.17.60.1
 Current Primary DNS   : 172.17.60.1
 Current Secondary DNS : 0.0.0.0
 Domain name           :
 Host name             :

8. ONT configuration (OSE / MdO)

ONT was connect to the GPON port 1/2 with ONU_ID 61

1. Create DBA Profile

V1-16XC(config)#dba-profile DBA_10G
  mode sr
  sla fixed 1024
  sla maximum 9870208
  apply

V1-16XC(config)#dba-profile DBA
  mode sr
  sla fixed 1024
  sla maximum 1031616
  apply

2. Create VLANs configuration

V1-16XC(config)#extended-vlan-tagging-operation OSE 
  downstream-mode enable
  single-tagged-frame 1
   filter inner vid 10 cos any tpid any
   treat remove single
   treat inner vid 100 cos 0 tpid copy-inner
  single-tagged-frame 2
   filter inner vid 11 cos any tpid any
   treat remove single
   treat inner vid 200 cos 1 tpid copy-inner
  single-tagged-frame 3
   filter inner vid 51 cos any tpid any
   treat remove single
   treat inner vid 300 cos 2 tpid copy-inner
  apply

3. Create MGMT VLAN configuration

V1-16XC(config)#extended-vlan-tagging-operation MGMT 
  downstream-mode enable
  untagged-frame 1
   treat inner vid 400 cos 0 tpid 0x8100
  apply

4. Create traffic-profile

Attention: For ONT’s which have port 10G please use DBA_10G

Max-frame for such port should be set to 10240.

V1-16XC(config)#traffic-profile SFU_OSE_4_LAN 
 tcont 1
  gemport 1/1-1/8
  dba-profile DBA
 tcont 2
  gemport 2/1
  dba-profile DBA
 mapper 1
  gemport count 8
 mapper 2
  gemport count 1
 bridge 1
  ani mapper 1
  uni eth 1
   extended-vlan-tagging-operation OSE
   max-frame 2036
  uni eth 2
   extended-vlan-tagging-operation OSE
   max-frame 2036
  uni eth 3
   extended-vlan-tagging-operation OSE
   max-frame 2036
  uni eth 4
   extended-vlan-tagging-operation OSE
   max-frame 2036
 bridge 3
  ani mapper 3
  link ip-host-config 1
 ip-host-config 1
  ip address dhcp
  extended-vlan-tagging-operation MGMT
  apply

5. Create onu-profile

V1-16XC(config)#onu-profile SFU_OSE_4_LAN 
  traffic-profile SFU_OSE_4_LAN
  apply

6. Assign onu-profile to ONT

V1-16XC(config-if[GPON0/2])#onu-profile 61 SFU_OSE_4_LAN

7. Set vlan-flow

V1-16XC(config-if[gpon 0/2])#  
 olt vlan-flow 2 s-vid 400 tpid 0x8100 mac-lookup
 olt vlan-flow 5 s-vid 999 tpid 0x8100 c-vid any mac-lookup

8. Set VP

V1-16XC(config-if[gpon 0/2])#  
olt vp 1 vlan-flow 5 c-vid any mapping-onu 61 gemport 1/1-1/8	
olt vp 7 vlan-flow 2 s-vid 400 mapping-onu 61 gemport 2/1  

9. Verify ONT ip-host 1 IP address

V1-16XC(config-if[XGSPON0/2])#show onu ip-host 61
---------------------------------------------------------------
 OLT : GPON0/2, ONU : 61, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : e0:5a:9f:2d:82:b0
 Current IP            : 172.17.60.117
 Current Mask          : 255.255.254.0
 Current Gateway       : 172.17.60.1
 Current Primary DNS   : 172.17.60.1
 Current Secondary DNS : 0.0.0.0
 Domain name           :
 Host name             :

ONT Managment

Note: Most provisioning and upgrade options below require ONT to have a valid IP Host setup. For detailed information regarding IP Host click here.

MethodConfigurationUpgrade
Rest API V2[Example]
XML Provisioning
[OLT CLI, DHCP 66/67, WEB]
[Example]
OTT[Example]
OLT CLI[Example]
TR-069
[OLT CLI, DHCP 43]
[Example][Example]
WEB[Example][Example]
Found something we can improve? Let us know at support@halny.com

Table of Contents
Comments are closed.