[Date Prev]   [Date Next] [Thread Prev]   [Thread Next] [Date Index]   [Thread Index]

 

     Re: [nocol-users] snmpgeneric error message.

> ts5.eden 206.191.207.205 +.1.3.6.1.4.1.307.3.2.3.1.1.3  MdmStat  community
> 32 31 31 (((1<*)&&(*<5))||(*==7))

This checks for modems in an abnormal status.

livingstonModemStatus OBJECT-TYPE
	SYNTAX  INTEGER {
		none(1),
		bound(2),
		connecting(3),
		active(4),
		test(5),
		down(6),
		ready(7),
		halt(8),
		admin(9)
	}

> 1.  When a line is waiting for a call, the value is one, and when a call is
> connected, the value is 3.  So I figured I could use: (*==3), but that
> reports I have 0 modems in use, even though the pool happens to have only
> three modems NOT in use.

3 is for modems that are in the carrier negotation phase.  Try using 4
and see if that gives you the correct result.

Ed