Have a Question?
[DASAN] Modular OLT Integration with HALNy SFU 4 LAN

HALNy Integration
Supported SFU service scenarios
1. ONT configuration (Access mode, only INTERNET)

ONT was connect to the GPON port 2 with ONU_ID 23
1. Create DBA Profile
modular6U[A](config)#dba-profile DBA create
mode sr
sla fixed 1024
sla maximum 1031616
apply
2. Create access VLAN configuration
modular6U[A](config)#extended-vlan-tagging-operation INTERNET create
downstream-mode enable
untagged-frame 1
treat inner vid 100 cos 0 tpid 0x8100
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
modular6U[A](config)#traffic-profile SFU_INT_4_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 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
modular6U[A](config)#onu-profile SFU_INT_4_LAN create
traffic-profile SFU_INT_4_LAN
apply
6. Assign onu-profile to ONT
modular6U[A](config-if[GPON1/2])#onu-profile 23 SFU_INT_4_LAN
7. Verify ONT ip-host 1 IP address
modular6U[A](config-if[GPON1/2])#show onu ip-host 23
---------------------------------------------------------------
OLT : 2, ONU : 23, Host : 1(0x0000)
---------------------------------------------------------------
IP Option : DHCP
MAC Address : e0:5a:9f:6f:ff:d8
CurrentIP : 172.17.60.28
CurrentMask : 255.255.254.0
CurrentGateway : 172.17.60.1
CurrentPrimaryDNS : 172.16.16.240
CurrentSecondaryDNS : 89.231.1.206
Domain name:
Host name:
2. ONT configuration (Access mode, Internet + IPTV)

ONT was connect to the GPON port 2 with ONU_ID 24
1. Create DBA Profile
modular6U[A](config)#dba-profile DBA create
mode sr
sla fixed 1024
sla maximum 1031616
apply
2. Create access VLAN configuration
modular6U[A](config)#extended-vlan-tagging-operation INTERNET create
downstream-mode enable
untagged-frame 1
treat inner vid 100 cos 0 tpid 0x8100
apply
3. Create multicast 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
4. 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
5. 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
6. Create traffic-profile
modular6U[A](config)#traffic-profile SFU_INT_IPTV_4_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 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
modular6U[A](config)#onu-profile SFU_INT_IPTV_4_LAN create
traffic-profile SFU_INT_IPTV_4_LAN
apply
8. Assign onu-profile to ONT
modular6U[A](config-if[GPON1/2])#onu-profile 24 SFU_INT_IPTV_4_LAN
9. Verify ONT ip-host 1 IP address
modular6U[A](config-if[GPON1/2])#show onu ip-host 24
---------------------------------------------------------------
OLT : 2, ONU : 24, Host : 1(0x0000)
---------------------------------------------------------------
IP Option : DHCP
MAC Address : e0:5a:9f:6f:ff:d8
CurrentIP : 172.17.60.28
CurrentMask : 255.255.254.0
CurrentGateway : 172.17.60.1
CurrentPrimaryDNS : 172.16.16.240
CurrentSecondaryDNS : 89.231.1.206
Domain name:
Host name:
3. ONT configuration (TRANSPARENT mode)

ONT was connect to the GPON port 2 with ONU_ID 25
1. Create DBA Profile
modular6U[A](config)#dba-profile DBA create
mode sr
sla fixed 1024
sla maximum 1031616
apply
2. Create VLANs configuration
modular6U[A](config)#extended-vlan-tagging-operation TRANS 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.
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 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
5. Create traffic-profile
modular6U[A](config)#traffic-profile SFU_TRANS_4_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 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
modular6U[A](config)#onu-profile SFU_TRANS_4_LAN create
traffic-profile SFU_TRANS_4_LAN
apply
7. Assign onu-profile to ONT
modular6U[A](config-if[GPON1/2])#onu-profile 25 SFU_TRANS_4_LAN
8. Verify ONT ip-host 1 IP address
modular6U[A](config-if[GPON1/2])#show onu ip-host 25
---------------------------------------------------------------
OLT : 2, ONU : 25, Host : 1(0x0000)
---------------------------------------------------------------
IP Option : DHCP
MAC Address : e0:5a:9f:6f:ff:d8
CurrentIP : 172.17.60.28
CurrentMask : 255.255.254.0
CurrentGateway : 172.17.60.1
CurrentPrimaryDNS : 172.16.16.240
CurrentSecondaryDNS : 89.231.1.206
Domain name:
Host name:
4. ONT configuration (Access + TRANSPARENT mode)

ONT was connect to the GPON port 2 with ONU_ID 26
1. Create DBA Profile
modular6U[A](config)#dba-profile DBA create
mode sr
sla fixed 1024
sla maximum 1031616
apply
2. Create access VLAN configuration
modular6U[A](config)#extended-vlan-tagging-operation INTERNET create
downstream-mode enable
untagged-frame 1
treat inner vid 100 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 TRANS 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. 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
6. Create traffic-profile
modular6U[A](config)#traffic-profile SFU_MIXED_4_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 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 TRANS
multicast-profile MULTI
max-frame 2036
uni eth 4
extended-vlan-tagging-operation TRANS
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
modular6U[A](config)#onu-profile SFU_MIXED_4_LAN create
traffic-profile SFU_MIXED_4_LAN
apply
8. Assign onu-profile to ONT
modular6U[A](config-if[GPON1/2])#onu-profile 26 SFU_MIXED_4_LAN
9. Verify ONT ip-host 1 IP address
modular6U[A](config-if[GPON1/2])#show onu ip-host 26
---------------------------------------------------------------
OLT : 2, ONU : 26, Host : 1(0x0000)
---------------------------------------------------------------
IP Option : DHCP
MAC Address : e0:5a:9f:6f:ff:d8
CurrentIP : 172.17.60.28
CurrentMask : 255.255.254.0
CurrentGateway : 172.17.60.1
CurrentPrimaryDNS : 172.16.16.240
CurrentSecondaryDNS : 89.231.1.206
Domain name:
Host name:
5. ONT configuration (Hybrid mode)

ONT was connect to the GPON port 2 with ONU_ID 27
1. Create DBA Profile
modular6U[A](config)#dba-profile DBA create
mode sr
sla fixed 1024
sla maximum 1031616
apply
2. Create hybrid VLAN configurations
modular6U[A](config)#extended-vlan-tagging-operation HYBRID1 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
untagged-frame 1
treat inner vid 200 cos 0 tpid 0x8100
apply
modular6U[A](config)#extended-vlan-tagging-operation HYBRID2 create
downstream-mode enable
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
untagged-frame 1
treat inner vid 100 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 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
modular6U[A](config)#traffic-profile SFU_HYBRID_4_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 HYBRID1
max-frame 2036
uni eth 2
extended-vlan-tagging-operation HYBRID1
max-frame 2036
bridge 2
ani mapper 2
uni eth 3
extended-vlan-tagging-operation HYBRID2
max-frame 2036
uni eth 4
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_4_LAN create
traffic-profile SFU_HYBRID_4_LAN
apply
9. Assign onu-profile to ONT
modular6U[A](config-if[GPON1/2])#onu-profile 27 SFU_HYBRID_4_LAN
10. Verify ONT ip-host 1 IP address
modular6U[A](config-if[GPON1/2])#show onu ip-host 27
---------------------------------------------------------------
OLT : 2, ONU : 27, Host : 1(0x0000)
---------------------------------------------------------------
IP Option : DHCP
MAC Address : e0:5a:9f:6f:ff:d8
CurrentIP : 172.17.60.28
CurrentMask : 255.255.254.0
CurrentGateway : 172.17.60.1
CurrentPrimaryDNS : 172.16.16.240
CurrentSecondaryDNS : 89.231.1.206
Domain name:
Host name:
6. ONT configuration (VLAN translation – rBSA)

ONT was connect to the GPON port 2 with ONU_ID 28
1. Create DBA Profile
modular6U[A](config)#dba-profile DBA create
mode sr
sla fixed 1024
sla maximum 1031616
apply
2. Create VLANs configuration
modular6U[A](config)#extended-vlan-tagging-operation TRANS 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
HALNy ONTs support transparent forwarding of up to 10 VLANs.
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 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
5. Create traffic-profile
modular6U[A](config)#traffic-profile SFU_RBSA_4_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 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
modular6U[A](config)#onu-profile SFU_RBSA_4_LAN create
traffic-profile SFU_RBSA_4_LAN
apply
7. Assign onu-profile to ONT
modular6U[A](config-if[GPON1/2])#onu-profile 28 SFU_RBSA_4_LAN
8. Verify ONT ip-host 1 IP address
modular6U[A](config-if[GPON1/2])#show onu ip-host 28
---------------------------------------------------------------
OLT : 2, ONU : 28, Host : 1(0x0000)
---------------------------------------------------------------
IP Option : DHCP
MAC Address : e0:5a:9f:6f:ff:d8
CurrentIP : 172.17.60.28
CurrentMask : 255.255.254.0
CurrentGateway : 172.17.60.1
CurrentPrimaryDNS : 172.16.16.240
CurrentSecondaryDNS : 89.231.1.206
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 29
1. Create DBA Profile
modular6U[A](config)#dba-profile DBA create
mode sr
sla fixed 1024
sla maximum 1031616
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
modular6U[A](config)#traffic-profile SFU_QinQ_4_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
uni eth 3
extended-vlan-tagging-operation QinQ
max-frame 2036
uni eth 4
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_4_LAN create
traffic-profile SFU_QinQ_4_LAN
apply
6. Assign onu-profile to ONT
modular6U[A](config-if[GPON1/2])#onu-profile 29 SFU_QinQ_4_LAN
7. Verify ONT ip-host 1 IP address
modular6U[A](config-if[GPON1/2])#show onu ip-host 29
---------------------------------------------------------------
OLT : 2, ONU : 29, Host : 1(0x0000)
---------------------------------------------------------------
IP Option : DHCP
MAC Address : e0:5a:9f:6f:ff:d8
CurrentIP : 172.17.60.28
CurrentMask : 255.255.254.0
CurrentGateway : 172.17.60.1
CurrentPrimaryDNS : 172.16.16.240
CurrentSecondaryDNS : 89.231.1.206
Domain name:
Host name:
8. ONT Configuration (Transparent QinQ)

ONT was connect to the GPON port 2 with ONU_ID 30
1. Create DBA Profile
modular6U[A](config)#dba-profile DBA create
mode sr
sla fixed 1024
sla maximum 1031616
apply
2. Create VLANs configuration
modular6U[A](config)#extended-vlan-tagging-operation QinQ create
downstream-mode enable
double-tagged-frame 1
filter outer vid 999 cos any tpid any
filter inner vid any cos any tpid any
treat remove double
treat outer vid 999 cos copy-inner tpid copy-inner
treat inner vid copy-inner 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
modular6U[A](config)#traffic-profile SFU_TRANS-QinQ_4_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
vlan-filter vid 999 untagged discard
extended-vlan-tagging-operation QinQ
max-frame 2036
uni eth 2
vlan-filter vid 999 untagged discard
extended-vlan-tagging-operation QinQ
max-frame 2036
uni eth 3
vlan-filter vid 999 untagged discard
extended-vlan-tagging-operation QinQ
max-frame 2036
uni eth 4
vlan-filter vid 999 untagged discard
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_TRANS-QinQ_4_LAN create
traffic-profile SFU_TRANS-QinQ_4_LAN
apply
6. Assign onu-profile to ONT
modular6U[A](config-if[GPON1/2])#onu-profile 30 SFU_TRANS-QinQ_4_LAN
7. Verify ONT ip-host 1 IP address
modular6U[A](config-if[GPON1/2])#show onu ip-host 30
---------------------------------------------------------------
OLT : 2, ONU : 30, Host : 1(0x0000)
---------------------------------------------------------------
IP Option : DHCP
MAC Address : e0:5a:9f:6f:ff:d8
CurrentIP : 172.17.60.28
CurrentMask : 255.255.254.0
CurrentGateway : 172.17.60.1
CurrentPrimaryDNS : 172.16.16.240
CurrentSecondaryDNS : 89.231.1.206
Domain name:
Host name:
9. ONT configuration (OSE / MdO)

ONT was connect to the GPON port 2 with ONU_ID 31
1. Create DBA Profile
modular6U[A](config)#dba-profile DBA create
mode sr
sla fixed 1024
sla maximum 1031616
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
modular6U[A](config)#traffic-profile SFU_OSE_4_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
uni eth 3
extended-vlan-tagging-operation OSE
max-frame 2036
uni eth 4
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_4_LAN create
traffic-profile SFU_OSE_4_LAN
apply
6. Assign onu-profile to ONT
modular6U[A](config-if[GPON1/2])#onu-profile 31 SFU_OSE_4_LAN
7. Verify ONT ip-host 1 IP address
modular6U[A](config-if[GPON1/2])#show onu ip-host 31
---------------------------------------------------------------
OLT : 2, ONU : 31, Host : 1(0x0000)
---------------------------------------------------------------
IP Option : DHCP
MAC Address : e0:5a:9f:6f:ff:d8
CurrentIP : 172.17.60.28
CurrentMask : 255.255.254.0
CurrentGateway : 172.17.60.1
CurrentPrimaryDNS : 172.16.16.240
CurrentSecondaryDNS : 89.231.1.206
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.
| Method | Configuration | Upgrade |
| 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 |
