snmpwalk .1.3.6.1.4.1.429.1.6.9.1.1.4.<modemNumber> is what I have been looking for except that I need to expand the output to show a list of 'all' Called-Station-ID info for all current connections. Does anyone know what change to <modemNumber> parameter possible wildcard like *.* would produce a complete list for _current_ connections? Or if it is even possible? Any help appreciated - Thanks Dave
On Tue, 8 Feb 2005, Ben Winslow wrote:
On Tue, 2005-02-08 at 08:50 -0600, Duracom Support wrote:
I can do that also, but I am needing to know how many people we have connected to each dial in number, for trunking purposes. I run mrtg to query my boxes for number of users dialed in, but I need to be able to tell the number of users dialed in to each dial in number. Since we have Mux solution we have about 15 cities pointed to 5 PRI's, so there is no way to segement by each PRI because there can be random numbers on every PRI.
The TC should send the calling and called directory numbers to your RADIUS server in the Calling-Station-Id and Called-Station-Id attributes, respectively (at least so long as it can get that info in the first place--try LIST DNIS_CONNECTIONS via telnet to the ARC.) Whether or not your RADIUS server keeps those around or discards them is another story, though...
If you're insistent on SNMP, you can get both numbers from the NMC with enterprises.usRobotics.nas.mdm.mdmCs.mdmCsTable.mdmCsEntry.mdmCsLastNumberDialedIn.<modemNumber> and enterprises.usRobotics.nas.mdm.mdmCs.mdmCsTable.mdmCsEntry.mdmCsLastCallingPartyNum.<modemNumber> (.1.3.6.1.4.1.429.1.6.9.1.1.4.<modemNumber> and .1.3.6.1.4.1.429.1.6.9.1.1.5.<modemNumber>); modemNumber is slotNumber*1000 + modemNumber, so slot:4/mod:6 would be 4006.
Thanks,
Kris
-- Ben Winslow <rain@bluecherry.net>
_______________________________________________ USR-TC mailing list USR-TC@mailman.xmission.com http://mailman.xmission.com/cgi-bin/mailman/listinfo/usr-tc
I was thinking of either buying or writing one of those compressing proxies like earthlink's, does anyone have any advice on commercially available ones, open source and how to optimize the usr's for them?
Aaron Nabil wrote:
I was thinking of either buying or writing one of those compressing proxies like earthlink's, does anyone have any advice on commercially available ones, open source and how to optimize the usr's for them? We use propel. The latest version will work with squid but it doesn't require it. If you have a lot of users this option was the best at the time I looked. It also was the only one that would integrate with radius so it was kind of a no brainer for mgmt purposes.
dominic.paramore@propel.com is our sales contact. -- Lewis Bergman Texas Communications 4309 Maple St. Abilene, TX 79602-8044 325-691-3301 800-299-6962
www.slipstreamdata.com Is the one that I use. It works great and is very cost effective, and works with our billing (rodopi) and Radius (vircom vop). We have been using them for over a year now with very positive results. Thanks, Kris -----Original Message----- From: usr-tc-bounces+support=duracom.net@mailman.xmission.com [mailto:usr-tc-bounces+support=duracom.net@mailman.xmission.com] On Behalf Of Lewis Bergman Sent: Wednesday, February 09, 2005 1:28 PM To: Discussion relating to the 3Com/US Robotics Total Control modem systems. Subject: Re: [USR-TC] anyone with experience/advise on "accelerator" productsand usr? Aaron Nabil wrote:
I was thinking of either buying or writing one of those compressing proxies like earthlink's, does anyone have any advice on commercially available ones, open source and how to optimize the usr's for them? We use propel. The latest version will work with squid but it doesn't require it. If you have a lot of users this option was the best at the time I looked. It also was the only one that would integrate with radius so it was kind of a no brainer for mgmt purposes.
dominic.paramore@propel.com is our sales contact. -- Lewis Bergman Texas Communications 4309 Maple St. Abilene, TX 79602-8044 325-691-3301 800-299-6962 _______________________________________________ USR-TC mailing list USR-TC@mailman.xmission.com http://mailman.xmission.com/cgi-bin/mailman/listinfo/usr-tc
On Wed, 2005-02-09 at 12:13 -0500, usrtc wrote:
snmpwalk .1.3.6.1.4.1.429.1.6.9.1.1.4.<modemNumber> is what I have been looking for except that I need to expand the output to show a list of 'all' Called-Station-ID info for all current connections. Does anyone know what change to <modemNumber> parameter possible wildcard like *.* would produce a complete list for _current_ connections? Or if it is even possible?
snmpwalk .1.3.6.1.4.1.429.1.6.9.1.1.4 will show everything deeper in the tree (your wildcard, effectively), but this will include disconnected sessions as well (since the NMC keeps last-call info around until that modem is reused.) The current call status lives under .1.3.6.1.4.1.429.1.6.9.1.1.2.<modemNumber> (which, again, you could snmpwalk the entire table instead of getting a specific modem.) If you don't have the MIBs, 8 is onlineAnswer and 1 is idle.
Any help appreciated -
Thanks
Dave
-- Ben Winslow <rain@bluecherry.net>
participants (5)
-
Aaron Nabil -
Ben Winslow -
Duracom Support -
Lewis Bergman -
usrtc