[c-nsp] Free MIB Browser?
Phil Mayers
p.mayers at imperial.ac.uk
Tue May 27 08:13:47 EDT 2008
lee.e.rian at census.gov wrote:
> -----"Jeff Cartier" <jcartier at acs.on.ca> wrote: -----
>
>> To: <cisco-nsp at puck.nether.net>
>> From: "Jeff Cartier" <jcartier at acs.on.ca>
>> Sent by: cisco-nsp-bounces at puck.nether.net
>> Date: 05/26/2008 04:23PM
>> Subject: [c-nsp] Free MIB Browser?
>>
>> Just looking for some opinions of a good MIB Browser (Pref: Free)
>> for Cisco equipment (including ONS).
>
> I like net-snmp (http://net-snmp.sourceforge.net/). No GUI, so it's real
> easy to make scripts like
I think that's more or less the *opposite* of a MIB browser :o)
Having said that - net-snmp past certain versions includes
"snmptranslate" which is useful at the CLI:
$ snmptranslate -Ib -Tp mpls
+--mplsVpnMIB(118)
|
+--mplsVpnMIB#(0)
| |
| +--mplsVrfIfUp(1)
| +--mplsVrfIfDown(2)
| +--mplsNumVrfRouteMidThreshExceeded(3)
| +--mplsNumVrfRouteMaxThreshExceeded(4)
| +--mplsNumVrfSecIllegalLabelThreshExceeded(5)
|
+--mplsVpnNotifications(0)
|
+--mplsVpnObjects(1)
| |
| +--mplsVpnScalars(1)
| | |
| | +-- -R-- Gauge mplsVpnConfiguredVrfs(1)
| | +-- -R-- Gauge mplsVpnActiveVrfs(2)
| | +-- -R-- Gauge mplsVpnConnectedInterfaces(3)
| | +-- -RW- EnumVal mplsVpnNotificationEnable(4)
| | | Textual Convention: TruthValue
| | | Values: true(1), false(2)
| | +-- -R-- Gauge mplsVpnVrfConfMaxPossibleRoutes(5)
| |
| +--mplsVpnConf(2)
| | |
| | +--mplsVpnInterfaceConfTable(1)
| | | |
| | | +--mplsVpnInterfaceConfEntry(1)
| | | | Index: mplsVpnVrfName, mplsVpnInterfaceConfIndex
...or to find an individual oid:
$ snmptranslate -Ib -Tad mplsVpnInterfaceConfTable
MPLS-VPN-MIB::mplsVpnInterfaceConfTable
mplsVpnInterfaceConfTable OBJECT-TYPE
-- FROM MPLS-VPN-MIB
MAX-ACCESS not-accessible
STATUS mandatory
DESCRIPTION "This table specifies per-interface MPLS capability
and associated information."
::= { iso(1) org(3) dod(6) internet(1) experimental(3) mplsVpnMIB(118)
mplsVpnObjects(1) mplsVpnConf(2) 1 }
More information about the cisco-nsp
mailing list