We are using Cisco CNR 6.2 as a DHCP server for our IPTV STB. The STB vendor gave me a copy of their dhcp setup for a linux box and I'm having trouble converting this to the CNR box. I am not very familuar with the CNR box and need some help getting the vendor specific stuff added. Below is a copy of what the STB vendor provided. If someone could provide some assitance with how these options are configured in the CNR box, I would greatly appreciate it.
option space ENTONE;
option ENTONE.DECODER_APP_FALLBACK code 105 = text;
option ENTONE.ENTONEINI code 106 = text;
option ENTONE.DECODER_LOADER_VERSION code 110 = text;
option ENTONE.DECODER_LOADER_FILENAME code 111 = text;
option ENTONE.DECODER_LOADER_FALLBACK code 112 = text;
option ENTONE.DECODER_APP_VERSION code 113 = text;
option ENTONE.DECODER_APP_FILENAME code 114 = text;
# For BBL
# ENTONE-HDBOOT-SMP used by BBL to download and flash the entone APP when it's missing (from factory)
or corrupted.
class "ENTONE-HDBOOT-SMP"{
match if substring (option vendor-class-identifier, 0, 17)="ENTONE-HDBOOT-SMP";
filename "pkg_entone_hd_smp_bin.P6R4B1A_MV.tar.gz"; # defaults to http://<next-server>/<filename>
#filename "http://10.1.1.26/pkg_entone_hd_smp_bin.P6R4B1A_MV.tar.gz"; # http with explicit server
ip
vendor-option-space ENTONE;
option log-servers 10.0.1.22;
next-server 10.1.1.26;
}