On 5 April 2012 20:16, Kathleen Brown <kbr...@anselm.edu> wrote: > What we have is a (hardware, not VMWare) server running the management > for our intrusion prevention system here on campus
That would be the CampusManager system from Bradford, I presume? (We use that too) > From a TippingPoint engineer I got the command in the email below, > to do an snmp walk, but the information it has given us is not useful. Your message truncated the output during the error from the bare "snmpwalk" command, so I assume there was nothing important after that. The information you are getting there is simply the basic 'system' group. A common configuration of SNMP servers "as shipped" will be to report this information and nothing else. It's then up to the local network admin to decide how much to open up to general view, and/or what local information to make available. This is described in the FAQ entry I can see the system group, but nothing else. Why? The other issue is that you are walking the 'mib-2' group (i.e. the officially defined management information). You won't be picking up any enterprise-specific information (which is where a lot of the useful stuff lies). More recent versions of the Net-SNMP snmpwalk command will default to showing the whole lot, but Bradford Network ship a relatively old setup, which doesn't. This is described in the FAQ entry Why can't I see values in the <ENTERPRISE> tree? > Possibly this server is not set up to tell us too much, via SNMP. Do you > know of a command to list out exactly what it is able to tell us? Try adding ".1" to the end of the snmpwalk command. That will walk the whole tree (including enterprise-specific) and show everything that is currently accessible. You could also try logging onto the CampusManager box, find the 'snmpd.conf' file, and add the line rocommunity aardvark You could then run snmpwalk -v 2c -c aardvark 10.3.1.92 .1 which would show you *everything* that the agent knows. (Replace "aardvark" with your preferred internal community name) Dave ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders