What options add in CM Config can enable snmp mib oid setting | docsis.org

You are here

What options add in CM Config can enable snmp mib oid setting

3 posts / 0 new
Last post
Ray
What options add in CM Config can enable snmp mib oid setting

Hi Everyone,

I am newbie in setting CM Config. Now I have CASA C2200 CMTS and Docsis 3.0 CM. I need add some snmp mib in CM Config to change the non-vol value of CM.
Below is my CM Config. Can anyone help me what snmp mib I need add in CM Config to let snmp setting work?

Thank you!

Best Regards,
Ray

/* TLV 3 : 0x01 */
Network Access Control:on
/* TLV 18 : 0x01 */
Maximum Number of CPEs:1
/* TLV 24 */
Upstream Service Flow Encodings
/* TLV 24.1 : 0x0002 */
Service Flow Reference:2
/* TLV 24.6 : 0x07 */
Quality of Service Parameter Set:provisioned admitted active
/* TLV 25 */
Downstream Service Flow Encodings
/* TLV 25.1 : 0x0001 */
Service Flow Reference:1
/* TLV 25.6 : 0x07 */
Quality of Service Parameter Set:provisioned admitted active
/* TLV 29 : 0x00 */
Privacy Enable:off
/* TLV 11 : 0x301706122B06010401A23D020202010504010E010520020103 */
SNMP MIB Object(OIDInTextForm.32):1.3.6.1.4.1.4413.2.2.2.1.5.4.1.14.1.5.32, Integer, 3
/* TLV 11 : 0x301706122B06010401A23D020202010504010E010570020103 */
SNMP MIB Object(OIDInTextForm.112):1.3.6.1.4.1.4413.2.2.2.1.5.4.1.14.1.5.112, Integer, 3
/* TLV 11 : 0x301506102B06010401A23D020202011201010100020101 */
SNMP MIB Object(OIDInTextForm.):1.3.6.1.4.1.4413.2.2.2.1.18.1.1.1.0, Integer, 1

glappo
in main in config file, snmp

in main in config file, snmp enable like this:

Main
{
SnmpMibObject docsDevNmAccessIp.1 IPAddress 0.0.0.0 ;
SnmpMibObject docsDevNmAccessIpMask.1 IPAddress 0.0.0.0 ;
SnmpMibObject docsDevNmAccessCommunity.1 String "password-public" ;
SnmpMibObject docsDevNmAccessControl.1 Integer 3; /* readWrite */
SnmpMibObject docsDevNmAccessInterfaces.1 HexString 0x4000 ;
SnmpMibObject docsDevNmAccessStatus.1 Integer 4; /* createAndGo */
SnmpMibObject saCmDsBonding.0 Integer 1; /* enable */

..... and then in config file like this:

SnmpMibObject ppCfgMtaFeatureSwitch.0 Integer 6 ;

Ray
glappo

glappo

Thank you for your reply. I'll add this information in CM Config and test next week.

Log in or register to post comments