PacketCable | docsis.org

You are here

PacketCable

5 posts / 0 new
Last post
Anonymous (not verified)
PacketCable

Hi,

I'm trying to implement PacketCable Cable Modems on our cable plants. I'd like to start testing with the SBV4200s. I have a config file editor, but can someone point me in the right direction by either posting and example config file with PacketCable or sending me somewhere for descriptions of all the MIB stuff?

Thanks,
dbs

wittmann
PacketCable

Hello dbs,

by our System we don't need any special entry into the configfile to activating PacketCable Features. The dQoS-Request to the CMTS for Voice-Traffic started the eMTA automatically if the Phone is off-hook.

If the service-flow for the eMTA estableshed we can see them under the MAC-Domain if the CM is registerd.

Our CMTS is a Bigband Networks Cuda 12000, which CMTS have you?

Anonymous (not verified)
CMTS

Hi,

We use the Arris CMTS 1000s for everything. We've developed our own software for provisioning and control. What I don't understand is how to assign DIDs to specific Packet cable devices.

dbs

wittmann
PacketCable

Hello dbs,

want you like this?

PacketCable {
TelephonyConfigFile Start;
SnmpMibObject pktcMtaDevEnabled.0 Integer 1;
SnmpMibObject pktcMtaDevProvSolicitedKeyTimeout.0 Integer 120;
SnmpMibObject pktcMtaDevSnmpEntity.0 String "";
SnmpMibObject enterprises.1166.1.200.2.5.0 Integer 40;
SnmpMibObject enterprises.1166.1.200.2.6.0 Integer 80;
SnmpMibObject enterprises.1166.1.200.2.7.0 Integer 40;
SnmpMibObject enterprises.1166.1.200.2.8.0 Integer 80;
SnmpMibObject enterprises.1166.1.200.9.1.0 Integer 4;
SnmpMibObject enterprises.1166.1.200.9.3.0 Integer 6;
SnmpMibObject enterprises.1166.1.200.9.5.0 Integer 6;
SnmpMibObject enterprises.1166.1.202.1.2.0 Integer 1;
SnmpMibObject pktcNcsEndPntConfigMWD.101 Integer 10;
SnmpMibObject pktcNcsEndPntConfigStutterDialToneTO.101 Integer 60;
SnmpMibObject pktcNcsEndPntConfigReorderToneTO.101 Integer 22;
SnmpMibObject pktcNcsEndPntConfigMessageWaitingTO.101 Integer 60;
SnmpMibObject pktcNcsEndPntConfigDialToneTO.101 Integer 60;
SnmpMibObject pktcNcsEndPntConfigBusyToneTO.101 Integer 22;
SnmpMibObject pktcNcsEndPntConfigCallAgentUdpPort.101 Integer 2427;
SnmpMibObject pktcNcsEndPntConfigCallAgentId.101 String "[xxx.xxx.xxx.xxx]";
SnmpMibObject ifAdminStatus.101 Integer 1;
SnmpMibObject pktcNcsEndPntConfigMWD.102 Integer 10;
SnmpMibObject pktcNcsEndPntConfigStutterDialToneTO.102 Integer 60;
SnmpMibObject pktcNcsEndPntConfigReorderToneTO.102 Integer 22;
SnmpMibObject pktcNcsEndPntConfigMessageWaitingTO.102 Integer 60;
SnmpMibObject pktcNcsEndPntConfigDialToneTO.102 Integer 60;
SnmpMibObject pktcNcsEndPntConfigBusyToneTO.102 Integer 22;
SnmpMibObject pktcNcsEndPntConfigCallAgentUdpPort.102 Integer 2427;
SnmpMibObject pktcNcsEndPntConfigCallAgentId.102 String "[xxx.xxx.xxx.xxx]";
SnmpMibObject ifAdminStatus.102 Integer 1;
SnmpMibObject enterprises.1166.1.200.6.4.1.7.1 Integer 2;
TelephonyConfigFile End;
}

This above is a example for a PacketCable-Configfile for a SBV4200 how we use it. Made with docsis-config.

The descriptions of the Mibs can you find by the PacketCable-Homepage, e.g. this: PKT-SP-MIB-MTA

Anonymous (not verified)
Thank You

Hi,

That is exactly the help I needed.

Thanks,
dbs
:?

Log in or register to post comments