How to enable pages on web interface? | docsis.org

You are here

How to enable pages on web interface?

4 posts / 0 new
Last post
krs123
How to enable pages on web interface?

How to enable all pages on Web interface in Cisco DPC3000 modem ?
Setup page currently is not active, and no Provisioning & Advanced pages.

current MIB values:
.1.3.6.1.4.1.1429.77.1.7.1.1.1.0 = Integer: 3
.1.3.6.1.4.1.1429.77.1.7.5.0 = Integer: 1

szpal
what you meant?

Try append this oids to the cm config:
SnmpMibObject saCmWebAccessAdvancedUsername.0 String "superuser";
SnmpMibObject saCmWebAccessAdvancedPassword.0 String "superpasswd";
(from SA-CM.mib)

cdq74cn
Try this

Try this

SnmpMibObject enterprises.1429.77.1.7.5.0 Integer 1 ;
SnmpMibObject enterprises.1429.77.1.7.1.1.1.2 Integer 3 ;
SnmpMibObject enterprises.1429.77.1.7.2.1.3.10.2 Integer 100 ;
SnmpMibObject enterprises.1429.77.1.7.10.0 HexString 0x0fffffffffffffffffffffff ; /* set all items visible and available for advance user */
SnmpMibObject enterprises.1429.77.1.7.11.0 HexString 0x0fffffffffffffffffffffff ;
SnmpMibObject enterprises.1429.77.1.7.2.1.3.1.2 Integer 0 ;
SnmpMibObject enterprises.1429.77.1.7.2.1.3.1.1 Integer 0 ;
SnmpMibObject enterprises.1429.77.1.7.2.1.3.10.2 Integer 100 ;
SnmpMibObject enterprises.1429.77.1.7.2.1.3.10.1 Integer 100 ;
SnmpMibObject enterprises.1429.77.1.7.6.0 String "admin" ; /* Advance user credentials */
SnmpMibObject enterprises.1429.77.1.7.7.0 String "password" ;

szpal
Enough of these two oids,

Enough of these two oids, which I wrote ago.
Trust me.

Log in or register to post comments