On Tue, 2005-12-20 at 10:07 +0000, Andy Hawkins wrote: > If I do: > > # snmptranslate -m ALL -T l | grep cabletime | grep -i started > > I get: > > .iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).cabletime(5838). > cabletimeTrapGroup(2).cabletimeTraps(1).evoTraps(10).evoEndpointTraps(1).evo > EndpointTraps#(0).endpointStarted(1) > > Where is the 'evoEndpointTraps#' bit coming from?
That's the result of converting an SMIv1 syntax TRAP-TYPE definition into the equivalent SMIv2 NOTIFICATION-TYPE OID. See RFC 2576 for details. Dave ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ 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
