BDCOM. Solution Error: GPON0/1 allocId 256 has been used.

Once I deleted one ONU and saved the configuration on the BDCOM GP3600-08B with firmware 10.3.0D Build 65417, but after connecting new ONUs, the onu-config-template auto-registration template stopped applying to them and the following error was displayed:

GPON-ONUACTIVATE: ONU 414C434CF2B6CD03 is activated on GPON0/1:8.
GPON-ONUDISCOVER: ONU 414C434CF2B6CD03 is discovered on GPON0/1:8.
Error: GPON0/1 allocId 256 has been used.

Having typed the show running-config command, I saw that it was added without profiles:

interface GPON0/1:8
gpon onu equipment-id ONUMODEL

If you manually execute the commands from the auto-registration template, then the Internet on onu started to work, but when connecting a new onu, the error was repeated.

The error was resolved by deleting the config.db and ifindex-config files, by the way, if necessary, they can be sent to tftp:

enable
dir
copy flash:/config.db tftp: 192.168.1.5
copy flash:/ifindex-config tftp: 192.168.1.5

I deleted these two files:

delete config.db
delete ifindex-config

And saved the configuration so that they are created automatically:

write all
dir

After that, the error disappeared.
I note that in doing so, the ONU descriptions disappeared.

See also my article:
Configuring BDCOM GP3600

Leave a comment

Leave a Reply