Real Time Ascend Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (ASCEND) Finding number of used modem using SNMP



On Fri, 12 Mar 1999, Gavin Cameron wrote:

> Is it possible, using SNMP, to find out the number of modems currently
> being used in a Max 4060? Is it possible to find the total number of modem
> in the box this way also?

As recently posted: Not explicitly the number of modems but the number of
"analog" calls (each of which uses one "modem" - for 6.1 at least, try
these from the call.mib:

    callCurrentAnalogOutgoing OBJECT-TYPE
        SYNTAX          INTEGER
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "The number of current analog outgoing calls
                         is returned."
        ::= { callStatusGroup 4 }

    callCurrentAnalogIncoming OBJECT-TYPE
        SYNTAX          INTEGER
        ACCESS          read-only
        STATUS          mandatory
        DESCRIPTION     "The number of current analog incoming calls
                         is returned."
        ::= { callStatusGroup 5 }

As for the total modems installed in a box - I suppose you could walk the
slots and see what cards are allegedly in each one?

HTH,
Neale.

++ Ascend Users Mailing List ++
To unsubscribe:	send unsubscribe to ascend-users-request@bungi.com
To get FAQ'd:	<http://www.nealis.net/ascend/faq>