[ILUG] SNMP questions...
Paul Jakma
paul at jakma.org
Fri Mar 9 01:25:26 GMT 2001
On Thu, 8 Mar 2001, John P . Looney wrote:
> So - why aren't the "proc" things turning up in the output ?
try:
snmpwalk host public enterprises
by default snmpwalk 'walks' the MIB-2 tree - AFAIK a generic snmp
tree that all version 2 snmp implementations must support. The
enterprises tree is used for vendor specific stuff, eg the process
monitoring in UCD, etc..
(AFAIK)
> What does "com2sec" mean ?
it's used for views, it's a way of defining a label for a
source/community tuple and allows you to have different access rights
for the same community depending on who is asking.
man snmpd.conf
but the snmp security stuff is really convoluted stuff. If it seems
confusing leave access to just a read-only community and remove all
rw communities/views.
> What's all the notConfigUser stuff mean ?
no idea.
> What's sysORTable, and what does it mean ?
try:
snmptable localhost public system.sysORTable
and it will make a bit more sense. sysORTable /seems/ to describe
what kinds of "things" are supported (MIBs?). Indeed anywhere you see
"xxxx.xxxTable.xxx...." in snmpwalk output, you can do:
snmptable host community xxxx.xxxTable
to view a much clearer table of the values. eg, try:
snmptable localhost public dskTable
or to view the process info stuff you configured:
snmptable localhost public enterprises.ucdavis.prTable
or just:
snmptable localhost public prTable
> Why is the documentation completely and utterly useless ?
it's not, it's just that SNMP is a good idea (trees of numbered
attributes) that grew into a monster at the hands of, AFAICT, many
committees and vendor implementations.
> Why is the tutorial on the ucd SNMP site only about the client
> side stuff ?
>
> Kate, confused
paul, only mildy less confused about snmp than kate.
--
Paul Jakma paul at clubi.ie paul at jakma.org
PGP5 key: http://www.clubi.ie/jakma/publickey.txt
-------------------------------------------
Fortune:
Why is the alphabet in that order? Is it because of that song?
-- Steven Wright
More information about the ILUG
mailing list