how can I make the net-snmp do a operation use a variable name instead of an oid?
"Ying Wang(CD)" <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <102DD20C03D522419F76934805171ECE61D620@sh-exch2003.nt-fsrvr.o2micro.com> |
Hi list, For example, 1.3.6.1.4.1.XX.1 equals xxSystem At present, I do like this: snmpwalk -v 1 -c public 127.0.0.1 1.3.6.1.4.1.XX.1, but now, I want to do like this: snmpwalk -v 1 -c public 127.0.0.1 xxSystem. What should I do? Add the private mib to the net-snmp configure file, and others? Thanks! Please help me! Yolanda