Hi,
We do a lot of Docsis provisioning with our Mikrotik Routers.
These are large networks of 200+ modems and every modem has a static DHCP so we can monitor each individual device.
The provisioning is done via the docsis bootfile that tells the modems what its settings are.
The bootfile has to be specified via bootp and cannot be send as DHCP option.
So under networks we specify the bootfile name and each DHCP lease gets send this bootfile name to do its TFTP request.
However since our networks start growing, we see that we have to use different types of modems in networks and this poses a problem.
Every type of modem needs its specific bootfile. And even in a certain type of modem we have modems performing different roles, for example some function as router and others as hotspot bridge.
For now we solve this problem bij adding several ip subnets to our network so each type of modem gets it own subnet,
And for different roles we use the TFTP server and specify the bootfile per IP address.
It would however be so much more flexible if we could specify the bootfilename per individual DHCP lease or under the DHCP option tab.
Or the option to specify a bootfile depending on the informartion provided by the modem in its DHCP request.
BR.
Ammer