Hitron MTA config | docsis.org

You are here

Hitron MTA config

3 posts / 0 new
Last post
dchard
Hitron MTA config

Just to provide back to the community, I managed to find a working MTA example for Hitron modems:

Main
{
MtaConfigDelimiter 1;
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.3.1.1.9 String "7010";
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.3.1.2.9 String "7010";
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.3.1.3.9 String "12345678";
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.3.1.4.9 String "7010";
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.3.1.5.9 String "x[0-9].T";
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.1.1.1.9 String "192.168.251.163";
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.1.1.2.9 Gauge32 5060;
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.1.1.3.9 Gauge32 3601;
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.2.1.1.9 String "192.168.251.163";
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.2.1.2.9 Gauge32 5060;
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.4.1.1.9 String "0.0.0.0";
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.4.1.2.9 Gauge32 0;
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.3.1.8.9 Integer 20;
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.3.1.1.10 String "7011";
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.3.1.2.10 String "7011";
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.3.1.3.10 String "12345678";
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.3.1.4.10 String "7011";
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.3.1.5.10 String "x[0-9].T";
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.1.1.1.10 String "192.168.251.163";
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.1.1.2.10 Gauge32 5060;
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.1.1.3.10 Gauge32 3601;
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.2.1.1.10 String "192.168.251.163";
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.2.1.2.10 Gauge32 5060;
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.4.1.1.10 String "0.0.0.0";
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.4.1.2.10 Gauge32 0;
SnmpMibObject .1.3.6.1.4.1.8595.3653.8.2.3.1.8.10 Integer 20;
MtaConfigDelimiter 255;
}

In this example, both MTA ports are configured (7010 and 7011).

I am also providing the non-numercial version of the same config, but this is not really useful without the Hitron private MIBs:

Main
{
MtaConfigDelimiter 1;
SnmpMibObject htSipEndPntConfigUserId.9 String "7010";
SnmpMibObject htSipEndPntConfigUserName.9 String "7010";
SnmpMibObject htSipEndPntConfigUserPassword.9 String "12345678";
SnmpMibObject htSipEndPntConfigUserAuthName.9 String "7010";
SnmpMibObject htSipEndPntConfigUserDigitMap.9 String "x[0-9].T";
SnmpMibObject htSipEndPntConfigRegistrarId.9 String "192.168.251.163";
SnmpMibObject htSipEndPntConfigRegistrarSigPort.9 Gauge32 5060;
SnmpMibObject htSipEndPntConfigRegistrarRetryTimeout.9 Gauge32 3601;
SnmpMibObject htSipEndPntConfigProxyId.9 String "192.168.251.163";
SnmpMibObject htSipEndPntConfigProxySigPort.9 Gauge32 5060;
SnmpMibObject htSipEndPntConfigOutboundProxyId.9 String "0.0.0.0";
SnmpMibObject htSipEndPntConfigOutboundProxySigPort.9 Gauge32 0;
SnmpMibObject htSipEndPntConfigUserPacketPeriod.9 Integer 20; /* packetPeriod20ms */
SnmpMibObject htSipEndPntConfigUserId.10 String "7011";
SnmpMibObject htSipEndPntConfigUserName.10 String "7011";
SnmpMibObject htSipEndPntConfigUserPassword.10 String "12345678";
SnmpMibObject htSipEndPntConfigUserAuthName.10 String "7011";
SnmpMibObject htSipEndPntConfigUserDigitMap.10 String "x[0-9].T";
SnmpMibObject htSipEndPntConfigRegistrarId.10 String "192.168.251.163";
SnmpMibObject htSipEndPntConfigRegistrarSigPort.10 Gauge32 5060;
SnmpMibObject htSipEndPntConfigRegistrarRetryTimeout.10 Gauge32 3601;
SnmpMibObject htSipEndPntConfigProxyId.10 String "192.168.251.163";
SnmpMibObject htSipEndPntConfigProxySigPort.10 Gauge32 5060;
SnmpMibObject htSipEndPntConfigOutboundProxyId.10 String "0.0.0.0";
SnmpMibObject htSipEndPntConfigOutboundProxySigPort.10 Gauge32 0;
SnmpMibObject htSipEndPntConfigUserPacketPeriod.10 Integer 20; /* packetPeriod20ms */
MtaConfigDelimiter 255;
}

This configuration is known to work with Hitron BVG-3653, probably with others too.

Hope this will help others too :-)

Dchard

wittmann
Thank you

Thank you for support the community. I'm sure some time someone will benefit from this informations!

krs123
Does these SnmpMibObject's

Does these SnmpMibObject's exist in SNMP Agent table?

Log in or register to post comments