[DASAN] Modular OLT Integration with HALNy SFU 2 LAN

You are here:
< All Topics

HALNy Integration

Service scenario

HALNy ONT’s can work in two modes – HGU (Home Gateway Unit) and SFU (Single Family Unit).
HGU mode configuration is presented here.
SFU mode allows to prepare different configurations – such as QinQ tunnel or VLAN translation on the ONT. In this tutorial we will focus on SFU mode configuration.

ONT modes switching HGU<->SFU

Switching between HGU and SFU modes is described here.

Let us know how to improve below document on: support@halny.com

Supported SFU service scenarios

uni eth 1 – port LAN1
uni eth 2 – port LAN2.5G, 10G

1. ONT configuration (Access mode, only INTERNET)

ONT was connect to the GPON port 2 with ONU_ID 47

1. Create DBA Profiles

modular6U[A](config)#dba-profile DBA create
  mode sr
  sla fixed 1024
  sla maximum 1031616
  apply

modular6U[A](config)#dba-profile DBA_10G create
  mode sr
  sla fixed 1024
  sla maximum 9870208
  apply

2. MGMT VLAN configuration

modular6U[A](config)#extended-vlan-tagging-operation MGMT create
  downstream-mode enable
  untagged-frame 1
  treat inner vid 400 cos 0 tpid 0x8100
  apply

3. Internet Access VLAN configuration

modular6U[A](config)#extended-vlan-tagging-operation INT create
  downstream-mode enable
  untagged-frame 1
  treat inner vid 100 cos 0 tpid 0x8100
  apply

4. ONU traffic-profile configuration

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

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

modular6U[A](config)#traffic-profile SFU_INT_2_LAN create
  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 INT
    max-frame 2036
   uni eth 2
    extended-vlan-tagging-operation INT
    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. ONU onu-profile configuration

modular6U[A](config)#onu-profile SFU_INT_2_LAN create
  traffic-profile SFU_INT_2_LAN
  apply

6. Assig onu-profile to ONT

modular6U[A](config-if[GPON1/2])#onu-profile 47 SFU_INT_2_LAN

7. Verify ONT ip-host 1 IP address

modular6U[A](config-if[GPON1/2])#show onu ip-host 47
---------------------------------------------------------------
OLT : 2, ONU : 47, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : e0:5a:9f:6f:a6:70
 Current IP            : 172.17.60.133
 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             :

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

ONT was connect to the GPON port 2 with ONU_ID 48

1. Create DBA Profiles

modular6U[A](config)#dba-profile DBA create
  mode sr
  sla fixed 1024
  sla maximum 1031616
  apply

modular6U[A](config)#dba-profile DBA_10G create
  mode sr
  sla fixed 1024
  sla maximum 9870208
  apply

2. Create multicast-profile

modular6U[A](config)#multicast-profile MULTI create
  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 MGMT VLAN configuration

modular6U[A](config)#extended-vlan-tagging-operation MGMT create
  downstream-mode enable
  untagged-frame 1
  treat inner vid 400 cos 0 tpid 0x8100
  apply

4. Create Internet Access VLAN configuration

modular6U[A](config)#extended-vlan-tagging-operation INT create
  downstream-mode enable
  untagged-frame 1
  treat inner vid 100 cos 0 tpid 0x8100
  apply

5. Create Multicast Access VLAN configuration

modular6U[A](config)#extended-vlan-tagging-operation IPTV create
  downstream-mode enable
  untagged-frame 1
  treat inner vid 200 cos 0 tpid 0x8100
  apply

6. 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.

modular6U[A](config)#traffic-profile SFU_INT_IPTV_2_LAN create
  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 INT
    max-frame 2036
  bridge 2
   ani mapper 2
   uni eth 2
    multicast-profile MULTI
    extended-vlan-tagging-operation IPTV
    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

modular6U[A](config)#onu-profile SFU_INT_IPTV_2_LAN create
  traffic-profile SFU_INT_IPTV_2_LAN
  apply

8. Assign onu-profile to ONT

modular6U[A](config-if[GPON1/2])#onu-profile 48 SFU_INT_IPTV_2_LAN

9. Verify ONT ip-host 1 IP address

modular6U[A](config-if[GPON1/2])#show onu ip-host 48
---------------------------------------------------------------
OLT : 2, ONU : 48, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : e0:5a:9f:6f:a6:70
 Current IP            : 172.17.60.133
 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             :

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

ONT was connect to the GPON port 2 with ONU_ID 49

VoIP number is 9001

1. Create DBA Profiles

modular6U[A](config)#dba-profile DBA create
  mode sr
  sla fixed 1024
  sla maximum 1031616
  apply

modular6U[A](config)#dba-profile DBA_10G create
  mode sr
  sla fixed 1024
  sla maximum 9870208
  apply

2. Create multicast-profile

modular6U[A](config)#multicast-profile MULTI create
  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 MGMT VLAN configuration

modular6U[A](config)#extended-vlan-tagging-operation MGMT create
  downstream-mode enable
  untagged-frame 1
  treat inner vid 400 cos 0 tpid 0x8100
  apply

4. Create Internet Access VLAN configuration

modular6U[A](config)#extended-vlan-tagging-operation INT create
  downstream-mode enable
  untagged-frame 1
  treat inner vid 100 cos 0 tpid 0x8100
  apply

5. Create Multicast Access VLAN configuration

modular6U[A](config)#extended-vlan-tagging-operation IPTV create
  downstream-mode enable
  untagged-frame 1
  treat inner vid 200 cos 0 tpid 0x8100
  apply

6. Create VoIP VLAN configuration

modular6U[A](config)#extended-vlan-tagging-operation VoIP create
  downstream-mode enable
  untagged-frame 1
  treat inner vid 300 cos 0 tpid 0x8100
  apply

7. Create voip-profile

 voip-profile VOIP create
  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.

modular6U[A](config)#traffic-profile SFU_INT_IPTV_VOIP_2_LAN create
  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
  bridge 2
   ani mapper 2
   uni eth 2
    multicast-profile MULTI
    extended-vlan-tagging-operation IPTV
    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
  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 1
  apply

9. Create onu-profile

modular6U[A](config)#onu-profile SFU_INT_IPTV_VOIP_2_LAN create
  traffic-profile SFU_INT_IPTV_VOIP_2_LAN
  apply

10. Assign onu-profile to ONT

modular6U[A](config-if[GPON1/2])#onu-profile 49 SFU_INT_IPTV_VOIP_2_LAN

11. Set VoIP account

modular6U[A](config-if[GPON1/2])#onu voip-sip 49 auth pots 1 9001 123456
modular6U[A](config-if[GPON1/2])#onu voip-sip 49 phone-number pots 1 9001 display 9001

12. Verify ONT ip-host 1 IP address

modular6U[A](config-if[GPON1/2])#show onu ip-host 49
---------------------------------------------------------------
OLT : 2, ONU : 49, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : e0:5a:9f:6f:a6:70
 Current IP            : 172.17.60.133
 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 2 with ONU_ID 50

1. Create DBA Profiles

modular6U[A](config)#dba-profile DBA create
  mode sr
  sla fixed 1024
  sla maximum 1031616
  apply

modular6U[A](config)#dba-profile DBA_10G create
  mode sr
  sla fixed 1024
  sla maximum 9870208
  apply

2. Create multicast-profile

modular6U[A](config)#multicast-profile MULTI create
  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. MGMT VLAN configuration

modular6U[A](config)#extended-vlan-tagging-operation MGMT create
  downstream-mode enable
  untagged-frame 1
  treat inner vid 400 cos 0 tpid 0x8100
  apply

4. Create VLANs configuration

modular6U[A](config)#extended-vlan-tagging-operation TRANSPARENT create
  downstream-mode enable
  single-tagged-frame 1
  filter inner vid 100 cos any tpid any
  treat remove single
  treat inner vid 100 cos copy-inner tpid copy-inner
  single-tagged-frame 2
  filter inner vid 200 cos any tpid any
  treat remove single
  treat inner vid 200 cos copy-inner tpid copy-inner
  single-tagged-frame 3
  filter inner vid 300 cos any tpid any
  treat remove single
  treat inner vid 300 cos copy-inner tpid copy-inner
  apply

HALNy ONTs support transparent forwarding of up to 10 VLANs.

5. ONU traffic-profile configuration

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

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

modular6U[A](config)#traffic-profile SFU_TRANSPARENT_2_LAN create
  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
    multicast-profile MULTI
    extended-vlan-tagging-operation TRANSPARENT
    max-frame 2036
   uni eth 2
    multicast-profile MULTI
    extended-vlan-tagging-operation TRANSPARENT
    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. ONU onu-profile configuration

modular6U[A](config)#onu-profile SFU_TRANSPARENT_2_LAN create
  traffic-profile SFU_TRANSPARENT_2_LAN
  apply

7. Assign onu-profile to ONT

modular6U[A](config-if[GPON1/2])#onu-profile 50 SFU_TRANSPARENT_2_LAN

8. Verify ONT ip-host 1 IP address

modular6U[A](config-if[GPON1/2])#show onu ip-host 50
---------------------------------------------------------------
OLT : 2, ONU : 50, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : e0:5a:9f:6f:a6:70
 Current IP            : 172.17.60.133
 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             :

5. ONT configuration (Hybrid mode)

ONT was connect to the GPON port 2 with ONU_ID 51

1. Create DBA Profiles

modular6U[A](config)#dba-profile DBA create
  mode sr
  sla fixed 1024
  sla maximum 1031616
  apply

modular6U[A](config)#dba-profile DBA_10G create
  mode sr
  sla fixed 1024
  sla maximum 9870208
  apply

2. Create hybrid VLAN configurations

modular6U[A](config)#extended-vlan-tagging-operation HYBRID1 create
  downstream-mode enable
  untagged-frame 1
  treat inner vid 200 cos 5 tpid 0x8100
  single-tagged-frame 1
  filter inner vid 100 cos any tpid any
  treat remove single
  treat inner vid 100 cos copy-inner tpid copy-inner
  apply

modular6U[A](config)#extended-vlan-tagging-operation HYBRID2 create
  downstream-mode enable
  untagged-frame 1
  treat inner vid 100 cos 0 tpid 0x8100
  single-tagged-frame 1
  filter inner vid 300 cos any tpid any
  treat remove single
  treat inner vid 300 cos copy-inner tpid copy-inner
  apply

3. Create multicast-profile

modular6U[A](config)#multicast-profile MULTI create
  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

modular6U[A](config)#extended-vlan-tagging-operation MGMT create
  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.

modular6U[A](config)#traffic-profile SFU_HYBRID_2_LAN create
  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
    multicast-profile MULTI
    extended-vlan-tagging-operation HYBRID1
    max-frame 2036
  bridge 2
   ani mapper 2
   uni eth 2
    multicast-profile MULTI
    extended-vlan-tagging-operation HYBRID2
    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

8. Create onu-profile

modular6U[A](config)#onu-profile SFU_HYBRID_2_LAN create
  traffic-profile SFU_HYBRID_2_LAN
  apply

9. Assign onu-profile to ONT

modular6U[A](config-if[GPON1/2])#onu-profile 51 SFU_HYBRID_2_LAN

10. Verify ONT ip-host 1 IP address

modular6U[A](config-if[GPON1/2])#show onu ip-host 51
---------------------------------------------------------------
OLT : 2, ONU : 51, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : e0:5a:9f:6f:a6:70
 Current IP            : 172.17.60.133
 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             :

6. ONT configuration (VLAN translation – rBSA)

ONT was connect to the GPON port 2 with ONU_ID 52

1. Create DBA Profiles

modular6U[A](config)#dba-profile DBA create
  mode sr
  sla fixed 1024
  sla maximum 1031616
  apply

modular6U[A](config)#dba-profile DBA_10G create
  mode sr
  sla fixed 1024
  sla maximum 9870208
  apply

2. MGMT VLAN configuration

modular6U[A](config)#extended-vlan-tagging-operation MGMT create
  downstream-mode enable
  untagged-frame 1
  treat inner vid 400 cos 0 tpid 0x8100
  apply

3. Create multicast-profile

modular6U[A](config)#multicast-profile MULTI create
  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 VLANs configuration

modular6U[A](config)#extended-vlan-tagging-operation TRANSLATION create
  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

5. ONU traffic-profile configuration

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

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

modular6U[A](config)#traffic-profile SFU_TRANSLATION_2_LAN create
  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
    multicast-profile MULTI
    extended-vlan-tagging-operation TRANSLATION
    max-frame 2036
   uni eth 2
    multicast-profile MULTI
    extended-vlan-tagging-operation TRANSLATION
    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. ONU onu-profile configuration

modular6U[A](config)#onu-profile SFU_TRANSLATION_2_LAN create
  traffic-profile SFU_TRANSLATION_2_LAN
  apply

7. Assign onu-profile to ONT

modular6U[A](config-if[GPON1/2])#onu-profile 52 SFU_TRANSLATION_2_LAN

8. Verify ONT ip-host 1 IP address

modular6U[A](config-if[GPON1/2])#show onu ip-host 52
---------------------------------------------------------------
OLT : 2, ONU : 52, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : e0:5a:9f:6f:a6:70
 Current IP            : 172.17.60.133
 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             :

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

ONT was connect to the GPON port 2 with ONU_ID 53

1. Create DBA Profiles

modular6U[A](config)#dba-profile DBA create
  mode sr
  sla fixed 1024
  sla maximum 1031616
  apply

modular6U[A](config)#dba-profile DBA_10G create
  mode sr
  sla fixed 1024
  sla maximum 9870208
  apply

2. Create VLANs configuration

modular6U[A](config)#extended-vlan-tagging-operation QinQ create
  downstream-mode enable
  single-tagged-frame 1
  filter inner vid any cos any tpid any
  treat inner vid 999 cos copy-inner tpid copy-inner
  apply

3. Create MGMT VLAN configuration

modular6U[A](config)#extended-vlan-tagging-operation MGMT create
  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.

modular6U[A](config)#traffic-profile SFU_QinQ_2_LAN create
  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 QinQ
    max-frame 2036
   uni eth 2
    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

5. Create onu-profile

modular6U[A](config)#onu-profile SFU_QinQ_2_LAN create
  traffic-profile SFU_QinQ_2_LAN
  apply

6. Assign onu-profile to ONT

modular6U[A](config-if[GPON1/2])#onu-profile 53 SFU_QinQ_2_LAN

7. Verify ONT ip-host 1 IP address

modular6U[A](config-if[GPON1/2])#show onu ip-host 53
---------------------------------------------------------------
 OLT : 2, ONU : 53, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : e0:5a:9f:6f:a6:70
 Current IP            : 172.17.60.133
 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 2 with ONU_ID 54

1. Create DBA Profiles

modular6U[A](config)#dba-profile DBA create
  mode sr
  sla fixed 1024
  sla maximum 1031616
  apply

modular6U[A](config)#dba-profile DBA_10G create
  mode sr
  sla fixed 1024
  sla maximum 9870208
  apply

2. Create VLANs configuration

 modular6U[A](config)#extended-vlan-tagging-operation OSE create
  downstream-mode enable
  single-tagged-frame 1
   filter inner vid 10 cos any tpid any
   treat remove single
   treat outer vid 999 cos 0 tpid 0x8100
   treat inner vid 100 cos copy-inner tpid copy-inner
  single-tagged-frame 2
   filter inner vid 11 cos any tpid any
   treat remove single
   treat outer vid 999 cos 0 tpid 0x8100
   treat inner vid 200 cos copy-inner tpid copy-inner
  single-tagged-frame 3
   filter inner vid 51 cos any tpid any
   treat remove single
   treat outer vid 999 cos 0 tpid 0x8100
   treat inner vid 300 cos copy-inner tpid copy-inner
  apply

3. Create MGMT VLAN configuration

modular6U[A](config)#extended-vlan-tagging-operation MGMT create
  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.

modular6U[A](config)#traffic-profile SFU_OSE_2_LAN create
  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 OSE
    max-frame 2036
   uni eth 2
    extended-vlan-tagging-operation OSE
    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

modular6U[A](config)#onu-profile SFU_OSE_2_LAN create
  traffic-profile SFU_OSE_2_LAN
  apply

6. Assign onu-profile to ONT

modular6U[A](config-if[GPON1/2])#onu-profile 54 SFU_OSE_2_LAN

7. Verify ONT ip-host 1 IP address

modular6U[A](config-if[GPON1/2])#show onu ip-host 54
---------------------------------------------------------------
 OLT : 2, ONU : 54, Host : 1(0x0000)
---------------------------------------------------------------
 IP Option             : DHCP
 MAC Address           : e0:5a:9f:6f:a6:70
 Current IP            : 172.17.60.133
 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 upgrade on DASAN OLTs

You can find upgrade procedure here.


Table of Contents
Comments are closed.