Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
snmptranslate(1)
Edit
PageHistory
Diff
Info
LikePages
!!!NAME snmptranslate - translate SNMP objects into more useful information !!!SYNOPSIS snmptranslate [[-h] [[-V] [[-D] !!!DESCRIPTION Snmptranslate is an application that translates an SNMP object (SMI value or symbolic form) into another form of information. With no other options, an SNMP object will be translated to its SMI value. The options have the following meanings: ; __-h__ : Print help message ; __-V__ : Print version message and exit ; __-D __ : Enable debugging output. See the ''snmpcmd'' man page for more information. ; __-I __ :See the ''snmpcmd'' man page for a description of the OID input options ; __-O __ : See the ''snmpcmd'' man page for a description of the OID output options ; __-P __ : See the ''snmpcmd'' man page for a description of the MIB parsing options ; __-T __ : Translate an SNMP object to its symbolic form. The following TRANSOPTS are available: ; __-Td__ : print full details of the specified OID ; __-Tp__ : print a graphical tree, rooted at the specified OID ; __-Ta__ : dump the loaded MIB in a trivial form ; __-Tl__ : dump a labeled form of all objects ; __-To__ : dump a numeric form of all objects ; __-Ts__ : dump a symbolic form of all objects ; __-Tt__ : dump a tree form of the loaded mibs (mostly useful for debugging) ; __-w width__ : specify width of -Tp and -Td output. Default is very large !!!EXAMPLES snmptranslate -On -IR sysDescr will translate system.sysDescr snmptranslate -Onf -IR sysDescr will translate .iso.org.dod.internet.mgmt.mib-2.system.sysDescr snmptranslate -Td -OS system.sysDescr will translate SNMPv2-MIB::sysDescr sysDescr OBJECT-TYPE -- FROM SNMPv2-MIB -- TEXTUAL CONVENTION !DisplayString SYNTAX OCTET STRING DISPLAY-HINT snmptranslate -Tp -OS system will print the following tree: +--!system(1) | +-- -R-- String !sysDescr(1) | Textual Convention: !DisplayString | Size: 0..255 +-- -R-- ObjID !sysObjectID(2) +-- -R-- !TimeTicks !sysUpTime(3) +-- -RW- String !sysContact(4) | Textual Convention: !DisplayString | Size: 0..255 +-- -RW- String !sysName(5) | Textual Convention: !DisplayString | Size: 0..255 +-- -RW- String !sysLocation(6) | Textual Convention: !DisplayString | Size: 0..255 +-- -R-- Integer !sysServices(7) +-- -R-- !TimeTicks !sysORLastChange(8) | Textual Convention: !TimeStamp | +--!sysORTable(9) | +--!sysOREntry(1) | +-- ---- Integer !sysORIndex(1) +-- -R-- ObjID !sysORID(2) +-- -R-- String !sysORDescr(3) | Textual Convention: !DisplayString | Size: 0..255 +-- -R-- !TimeTicks !sysORUpTime(4) Textual Convention: !TimeStamp snmptranslate -Ta | head will produce the following dump: dump DEFINITIONS ::= BEGIN org ::= { iso 3 } dod ::= { org 6 } internet ::= { dod 1 } directory ::= { internet 1 } mgmt ::= { internet 2 } experimental ::= { internet 3 } private ::= { internet 4 } security ::= { internet 5 } snmpV2 ::= { internet 6 } snmptranslate -Tl | head will produce the following dump: .!iso(1).!org(3) .!iso(1).!org(3).!dod(6) .!iso(1).!org(3).!dod(6).!internet(1) .!iso(1).!org(3).!dod(6).!internet(1).!directory(1) .!iso(1).!org(3).!dod(6).!internet(1).!mgmt(2) .!iso(1).!org(3).!dod(6).!internet(1).!mgmt(2).!mib-2(1) .!iso(1).!org(3).!dod(6).!internet(1).!mgmt(2).!mib-2(1).!system(1) .!iso(1).!org(3).!dod(6).!internet(1).!mgmt(2).!mib-2(1).!system(1).!sysDescr(1) .!iso(1).!org(3).!dod(6).!internet(1).!mgmt(2).!mib-2(1).!system(1).!sysObjectID(2) .!iso(1).!org(3).!dod(6).!internet(1).!mgmt(2).!mib-2(1).!system(1).!sysUpTime(3) snmptranslate -To | head will produce the following dump .1.3 .1.3.6 .1.3.6.1 .1.3.6.1.1 .1.3.6.1.2 .1.3.6.1.2.1 .1.3.6.1.2.1.1 .1.3.6.1.2.1.1.1 .1.3.6.1.2.1.1.2 .1.3.6.1.2.1.1.3 snmptranslate -Ts | head will produce the following dump .iso.org .iso.org.dod .iso.org.dod.internet .iso.org.dod.internet.directory .iso.org.dod.internet.mgmt .iso.org.dod.internet.mgmt.mib-2 .iso.org.dod.internet.mgmt.mib-2.system .iso.org.dod.internet.mgmt.mib-2.system.sysDescr .iso.org.dod.internet.mgmt.mib-2.system.sysObjectID .iso.org.dod.internet.mgmt.mib-2.system.sysUpTime snmptranslate -Tt | head will produce the following dump !org(3) type=0 !dod(6) type=0 !internet(1) type=0 !directory(1) type=0 !mgmt(2) type=0 !mib-2(1) type=0 !system(1) type=0 !sysDescr(1) type=2 tc=0 hint=255a !sysObjectID(2) type=1 !sysUpTime(3) type=8 !!!SEE ALSO snmpcmd(1) variables(5) RFC:2578 RFC:2579 RFC:2580
One page links to
snmptranslate(1)
:
Man1s
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.