Hello,
Do somebody know how can I enable complete Webaccess for Cisco / Scientific Altanta EPC2202 Modem ?
I mean which MIB I must add to docsis cable modem file to enable all web page tabs of the modem like System, Signal, Status, ...
Currently I've got message that told me that the feature is not enabled !
Thank you for your help.
Regards
Hi!
Here you are:
SnmpMibObject saCmWebAccessLevel.2 Integer 3; /* advanced */
The .2 at the end tells the modem to change the access for the CATV interface. .1 would be the ethernet interface.
From:
http://www.myaccount.charter.com/Visitors/GETBINARY.xbin?ID=2380
saCmWebAccessLevel OBJECT-TYPE
SYNTAX INTEGER {
off(0),
systemOnly(1),
basic(2),
advanced(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Access level for individual interface."
::= { saCmWebAccessEntry 1 }
This is the standard SA mib, so even if the document describes DPC3000, the MIB is valid.
/Fredrik