Re: [sentinix-list] pb with snmpget ??
Michel Blomgren <[email protected]>
| Newsgroups | gmane.linux.sentinix |
|---|---|
| Message-ID | <[email protected]> |
On Sunday 04 January 2004 20:21, Thierry wrote: > Hi > > happy new year ... > I have a little pb with snmp, when i do : > > [email protected]:/# snmpget -Ovq xxx.xxx.xxx.xxx -c public > HOST-RESOURCES-MIB::hrStorageIndex Error in packet > Reason: (noSuchName) There is no such variable name in this MIB. > Failed object: HOST-RESOURCES-MIB::hrStorageIndex You need to specify exact OID with snmpget, hrStorageIndex has another value to it, an integer. (hrStorageIndex.1, e.g.). Use "snmpwalk" instead of snmpget for the operation you want to do. > > I try the same command with .1.3.6.1.2.1.25.2.3.1.1 same results ... > I have a firewall between sentinix box and bsd box but i check it, my rules > are ok ... I do not know to much snmp, but i think that it could be a pb > with my snmpd.conf ... > > Thx Michel