Cisco / SA EPC2203 MGCP config & HTTP status page missing | docsis.org

You are here

Cisco / SA EPC2203 MGCP config & HTTP status page missing

2 posts / 0 new
Last post
optiwella
Cisco / SA EPC2203 MGCP config & HTTP status page missing

Does anyone have a working (EuroDocsis) MGCP config for the Cisco/SA EPC2203 modem?

We're trying to get it working with the firmware version epc2203-P10-5-v202r1262-110715cs-CVC060414.p7b , but no luck.

The HTTP status page also seems to be missing in the web interface, even though it's supposed to be enabled in the conf:
SnmpMibObject cmAPWeb.0 Integer 2; /* open-access */
SnmpMibObject cmRemoteWebAccess.0 Integer 1; /* enable */
SnmpMibObject cmAPWebSwitch.0 Integer 1; /* enable */

Any advice would be greatly appreciated: cmts@optiwella.com

-Tamas

mbowe
Dont know much about the MGCP

Dont know much about the MGCP sorry, I've only ever worked with SIP

Also no expert on the Cisco modems, but I dug up a testing config which I have used in the past and it had these commands :

/* Controlling telnet access */
SnmpMibObject saCmMtaCliAccessType.0 Integer 0 ; /* disable */

/* Controlling web access */
SnmpMibObject cmAPWeb.0 Integer 1; /* restricted-access */
SnmpMibObject cmAPWebSwitch.0 Integer 1; /* enable */
SnmpMibObject cmRemoteWebAccess.0 Integer 1; /* enable access to web page from cable side */

SnmpMibObject cmAPWebAccessLvlUsername.0 String "accessuser"; /* username to access webwizard */
SnmpMibObject cmAPWebAccessLvlPassword.0 String "accesspass"; /* password to access webwizard */

SnmpMibObject saCmWebAccessAdvancedType.0 Integer 1; /* plain */
SnmpMibObject saCmWebAccessAdvancedUsername.0 String "superuser";
SnmpMibObject saCmWebAccessAdvancedPassword.0 String "superpass";

pretty sure these commands were from a 3925 model. Hopefully they also work with 2203.

When trying to solve these types of problems, I always find it handy to snmpwalk the modem to have a look at the available options
eg
snmpwalk -v1 -c your_community x.x.x.x -m ALL enterprises
and make sure you have the Cisco MIBs installed

Log in or register to post comments