TCM420 SNMP community !? | docsis.org

You are here

TCM420 SNMP community !?

2 posts / 0 new
Last post
dexter
TCM420 SNMP community !?

Hi all ...

I was wondering if there's a way on reseting the modem devices in a catv network. Googling a lil got me over .1.3.6.1.2.1.69.1.1.3 ... so .. I tried doing this ... I'm the administrator of the dhcp server .. so I can create new boot files for the modems and stuff ..

snmpset -v2c -r1 -c public 10.0.0.240 .1.3.6.1.2.1.69.1.1.3 i 1
Error in packet.
Reason: notWritable (That object does not support modification)
Failed object: SNMPv2-SMI::mib-2.69.1.1.3

figured that the "public" community isn't allowed to write .. ok .. question is:

how can I change the name of this community so if someone else has the knowledge .. couldn't read the data ..
and how can I make a community that would allow me to reset the modem :) my current "uncompiled" version of the .cm file ( the file that the modem gets via tftp from dhcpd.conf ) is :

Main {
NetworkAccess 1;
MaxCPE 1;
ClassOfService {
ClassID 1;
PrivacyEnable 0;
}
}

Also .. if anyone has any other suggestions please tell. Thanks in advance.

Anonymous (not verified)
Re: TCM420 SNMP community !?

In my experience, the snmpset command for reseting CM remotely is
snmpset -v2c -c private 10.0.0.240 .1.3.6.1.2.1.69.1.1.3.0

...
And one suggestion : Keep community "public" exist still , otherwise, I wonder some NMS tools for measurement Status, Quality for CM Subscribers will force to change their configuration because of "snmpget fail".

...
About your worder "Others in same Cable network can reset others CM"... I will try that true or not. If yes, studing how to modify community "private" will be my major job in these days... Thanks!

Log in or register to post comments