Turn Cisco EPC3k to DPC3k? | docsis.org

You are here

Turn Cisco EPC3k to DPC3k?

3 posts / 0 new
Last post
vishaljdesai
Turn Cisco EPC3k to DPC3k?

Admins,

Is there any possibility to change Cisco EPC3000 to DPC3000 by changing the firmware.
I know that inside hardware part is same for both,but frequency plan is different.So
It is creating a mess in installation. It is not direct Cisco buy, so support hard to find.
Or
any trick like (gscan.asp) .Where I can select the freq. plan like Motorola Surfboards.

Thanks,

Vishal

fb445421
Favorite frequencies

Hi!

Perhaps one way around this is to use SA-CM-MIB::vendorDefaultDSfreq.0. Of course this assumes that you have network access to the modem, so it may not be applicable.

snmpset -v 2c -c YOUR_COMMUNITY MODEM_IP SA-CM-MIB::vendorDefaultDSfreq.0 i FREQUENCY
snmpset -v 2c -c private 10.1.2.3 SA-CM-MIB::vendorDefaultDSfreq.0 i 506000000

The next time the modem boots, it will try that frequency first.

Similar MIBs for other vendors:

Motorola: CM-CONFIG-MIB::cmConfigFreq1.0
Compal: CBN-CM-CONFIG-MIB::cmConfigFreq1.0
Arris: ARRIS-CM-DEVICE-MIB::arrisCmDevPresetFrequency.1

Either use a bash script (or something fancier) to set this in all modems or include the MIBs in the modem config file. It really depends on what you want to do which option to choose.

/Fredrik

vishaljdesai
Thanks Fredrik, I can try

Thanks Fredrik, I can try with snmpset if its online.But have to maintain individual script per DS set.

Log in or register to post comments