On 6 September 2011 23:55, Martin T <[email protected]> wrote: > if I snmpwalk those devices, I only see few generic > values(sysContact, sysDescr, sysServices etc) and nothing else.
What is the exact snmpwalk command that you are using? If you don't specify an explicit starting point, snmpwalk will only attempt to walk the "standard" MIB information, and won't try to retrieve anything from the .1.3.6.1.4.1 tree > Most likely I need MIB files so NMS could know what values can be > asked from the radio devices. No. snmpwalk doesn't care about what MIB files have been loaded or not. It will report whatever information is received from the remote box. If you don't have the right MIBs available, then it will report this using numeric OIDs rather than semi-meaningful names, but you *will* see the same information regardless. A more likely explanation is that you need to tweak the access control settings on the remove box. A common approach is to ship kit such that by default you can only see the system group (typically using the community string 'public'). In order to see the full range of information, you would need to explicitly enable this on the box first - preferably using a different community string. Dave ------------------------------------------------------------------------------ Doing More with Less: The Next Generation Virtual Desktop What are the key obstacles that have prevented many mid-market businesses from deploying virtual desktops? How do next-generation virtual desktops provide companies an easier-to-deploy, easier-to-manage and more affordable virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/ _______________________________________________ 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
