On 25/07/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> snmpget -r 0 -t 1000  -v2c -c AdminAdmin 192.168.221.176
> maxAlarmDefReportMode.\"LOSS OF
> SIGNAL\".1.3.6.1.4.1.637.74.1.1.5.1.1.1.4
>
> But it is failing.

Try escaping the spaces as well:

    snmpget .... maxAlarmDefReportMode.\"LOSS\ OF\ SIGNAL\" ......


> We don't require to sent length of OID because it is defined as IMPLIED
>  in MIB.

In which case, you should be using

    snmpget .... maxAlarmDefReportMode.\'LOSS\ OF\ SIGNAL\'  ......

(with single quotes) instead.

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to