Hi !
I`m trying to configure autoprovisioning for gpon ont.
Having two types of ONT I was able to make this for HG8120H and it works perfectly, but the same config for HG8010Hv6 (or 010H) does not work until I manualy add native vlan.
config:
ont-srvprofile gpon profile-id 2 profile-name "sprfAUTO"
ont-port eth 1
port vlan eth 1 translation 4000 user-vlan 4000
commit
ont-lineprofile gpon profile-id 2 profile-name "lprfAUTO"
tcont 1 dba-profile-id 11
gem add 1 eth tcont 1
gem mapping 1 1 vlan 4000
commit
quit
ont auto-add-policy gpon equipment "010H" omci ont-lineprofile-id 2 ont-srvprofile-id 2 auto-confirm enable
ont auto-add-policy gpon equipment "HG8010Hv6" omci ont-lineprofile-id 2 ont-srvprofile-id 2 auto-confirm enable
ont auto-add-policy gpon equipment "HG8120H" omci ont-lineprofile-id 2 ont-srvprofile-id 2 auto-confirm enable
<gpon-0/1>
interface gpon 0/1
port 0 ont-auto-find enable
ont add 0 0 sn-auth "4857544323EDxxxx" omci ont-lineprofile-id 2 ont-srvprofile-id 2 desc "ONT_NO_DESCRIPTION"
ont add 0 4 sn-auth "485754431B888xxxx" omci ont-lineprofile-id 2 ont-srvprofile-id 2 desc "ONT_NO_DESCRIPTION"
auto-service-port port 0 vlan 4000 single-vlan onu-vlan-num 1 inbound traffic-table index 1 outbound traffic-table index 1
<bbs-config>
service-port 4 vlan 4000 gpon 0/1/0 ont 0 gemport 1 multi-service user-vlan 4000 tag-transform translate inbound traffic-table index 1 outbound traffic-table index 1
service-port 9 vlan 4000 gpon 0/1/0 ont 4 gemport 1 multi-service user-vlan 4000 tag-transform translate inbound traffic-table index 1 outbound traffic-table index 1
monitor uplink-port non-unicast port 0/8/0
Configured function sucessfully add new ont`s and the first one (HG8120H) present mac address of customer`s CPE, but second (HG8010Hv6) does not UNTIL i manually add this command : ont port native-vlan 0 4 eth 1 vlan 4000 priority 0. Maybe I forgot something? (all ONT works as a bridge)