Hi Dave,

Thanks, that did the trick

~~~~~~~~~~~~~~~~~~~~~~~~
Linnea Wren
Sr. Network Coordinator
Peralta Community College District
~~~~~~~~~~~~~~~~~~~~~~~~


-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf 
Of Dave Shield
Sent: Monday, January 04, 2010 3:14 AM
To: Linnea Wren
Cc: [email protected]
Subject: Re: MIB load trouble?

2009/12/22 Linnea Wren <[email protected]>:
> But, If I leave off the object, like this "snmpwalk -v2c -c public -m
> +CISCO-FIREWALL-MIB 1.1.1.1", I get a bunch of SNMPv2-MIB, IF-MIB, IP-MIB,
> and SNMPv2-SMI objects, but no CISCO-FIREWALL-MIB objects.

Correct.
This is covered in the FAQ entry
   Why can't I see values in the <ENTERPRISE> tree?


> I've read the "Using and loading MIBs" tutorial, which got me to the point
> of being able to walk the specified object, but I don't see anything there
> that enables me to get net-snmp to walk the whole CISCO-FIREWALL-MIB.


You need to specify the object that lies at the root of the tree which
you are interested in.  Something like

   snmpwalk .....  CISCO-FIREWALL-MIB::ciscoFirewallMIB

(note that if you're using the MIB::object syntax, then you don't need
to use the -m flag)

That will retrieve everything within the ciscoFirewallMIB subtree,
regardless of the MIB file where things are defined.  The various
MIB files are merged into a single tree by the library, so walking
the agent takes no account of MIB module boundaries - just the
OID heirarchy.

Dave

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to