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>