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>