X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=userapps%2Fopensource%2Fnet-snmp%2Fman%2Fsnmptranslate.1.def;fp=userapps%2Fopensource%2Fnet-snmp%2Fman%2Fsnmptranslate.1.def;h=0000000000000000000000000000000000000000;hb=cf3b25a5003e531e4599b2a56fa007f272198570;hp=fe560bd76f0066c6fbba7d8d24808919a88d3a4f;hpb=59e02c1be2c9b373846b0789fbd5b7ef46f0927f;p=bcm963xx.git diff --git a/userapps/opensource/net-snmp/man/snmptranslate.1.def b/userapps/opensource/net-snmp/man/snmptranslate.1.def deleted file mode 100755 index fe560bd7..00000000 --- a/userapps/opensource/net-snmp/man/snmptranslate.1.def +++ /dev/null @@ -1,277 +0,0 @@ -.\" /*********************************************************** -.\" Copyright 1988, 1989 by Carnegie Mellon University -.\" -.\" All Rights Reserved -.\" -.\" Permission to use, copy, modify, and distribute this software and its -.\" documentation for any purpose and without fee is hereby granted, -.\" provided that the above copyright notice appear in all copies and that -.\" both that copyright notice and this permission notice appear in -.\" supporting documentation, and that the name of CMU not be -.\" used in advertising or publicity pertaining to distribution of the -.\" software without specific, written prior permission. -.\" -.\" CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING -.\" ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL -.\" CMU BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR -.\" ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -.\" WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -.\" ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS -.\" SOFTWARE. -.\" ******************************************************************/ -.TH SNMPTRANSLATE 1 "08 Feb 2002" VVERSIONINFO "Net-SNMP" -.UC 4 -.SH NAME -snmptranslate - translate SNMP OID values into more useful information -.SH SYNOPSIS -.B snmptranslate -[OPTIONS] OID [OID]... -.SH DESCRIPTION -.B snmptranslate -is an application that translates one or more SNMP object identifier -values from their symbolic (textual) forms into their numerical forms -(or vice versa). With no options, an SNMP OID value will be -translated from its symbolic form to its numerical form. -.SH OPTIONS -.TP 8 -.B -D \fITOKEN[,...] -Turn on debugging output for the given -.IR "TOKEN" "(s)." -Try -.IR ALL -for extremely verbose output. -.TP -.B -h -Display a brief usage message and then exit. -.TP -.BI -m " MIBLIST" -Specifies a colon separated list of MIB modules to load for this -application. This overrides the environment variable MIBS. -.IP -The special keyword -.I ALL -is used to specify all modules in all directories when searching for MIB -files. Every file whose name does not begin with "." will be parsed as -if it were a MIB file. -.TP -.BI -M " DIRLIST" -Specifies a colon separated list of directories to search for MIBs. -This overrides the environment variable MIBDIRS. -.TP -.BI -T " TRANSOPTS" -Provides control over the translation of the OID values. The -following -.I TRANSOPTS -are available: -.RS -.TP 6 -.B \-Td -Print full details of the specified OID. -.TP -.B \-Tp -Print a graphical tree, rooted at the specified OID. -.TP -.B \-Ta -Dump the loaded MIB in a trivial form. -.TP -.B \-Tl -Dump a labeled form of all objects. -.TP -.B \-To -Dump a numeric form of all objects. -.TP -.B \-Ts -Dump a symbolic form of all objects. -.TP -.B \-Tt -Dump a tree form of the loaded MIBs (mostly useful for debugging). -.RE -.TP -.B -V -Display version information for the application and then exit. -.TP -.BI -w " WIDTH" -Specifies the width of -.B -Tp -and -.B -Td -output. The default is very large. -.PP -In addition to the above options, -.B snmptranslate -takes the OID input -.RB ( -I ), -MIB parsing -.RB ( -M ) -and OID output -.RB ( -O ) -options described in the -.BR "INPUT OPTIONS" ", " "MIB PARSING OPTIONS" " and " "OUTPUT OPTIONS" -sections of the -.I snmpcmd(1) -manual page. -.SH EXAMPLES -.IP \(bu 4 -snmptranslate -On -IR sysDescr -.br -will translate "sysDescr" to a more qualified form: -.IP -system.sysDescr -.IP \(bu 4 -snmptranslate -Onf -IR sysDescr -.br -will translate "sysDecr" to: -.IP -.RI .iso.org.dod.internet.mgmt.mib-2.system.sysDescr -.IP \(bu 4 -snmptranslate -Td -OS system.sysDescr -.br -will translate "sysDecr" into: -.IP -.nf -SNMPv2-MIB::sysDescr -sysDescr OBJECT-TYPE - -- FROM SNMPv2-MIB - -- TEXTUAL CONVENTION DisplayString - SYNTAX OCTET STRING (0..255) - DISPLAY-HINT "255a" - MAX-ACCESS read-only - STATUS current - DESCRIPTION "A textual description of the entity. This - value should include the full name and - version identification of the system's - hardware type, software operating-system, - and networking software." -::= { iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) system(1) 1 } -.fi -.IP \(bu 4 -snmptranslate -Tp -OS system -.br -will print the following tree: -.IP -.nf -+--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 - -.fi -.PP -.IP \(bu 4 -snmptranslate -Ta | head -.br -will produce the following dump: -.IP -.nf -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 } -.fi -.PP -.IP \(bu 4 -snmptranslate -Tl | head -.br -will produce the following dump: -.IP -.nf -.RI .iso(1).org(3) -.RI .iso(1).org(3).dod(6) -.RI .iso(1).org(3).dod(6).internet(1) -.RI .iso(1).org(3).dod(6).internet(1).directory(1) -.RI .iso(1).org(3).dod(6).internet(1).mgmt(2) -.RI .iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1) -.RI .iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).system(1) -.RI .iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).system(1).sysDescr(1) -.RI .iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).system(1).sysObjectID(2) -.RI .iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).system(1).sysUpTime(3) -.fi -.PP -.IP \(bu 4 -snmptranslate -To | head -.br -will produce the following dump -.IP -.nf -.RI .1.3 -.RI .1.3.6 -.RI .1.3.6.1 -.RI .1.3.6.1.1 -.RI .1.3.6.1.2 -.RI .1.3.6.1.2.1 -.RI .1.3.6.1.2.1.1 -.RI .1.3.6.1.2.1.1.1 -.RI .1.3.6.1.2.1.1.2 -.RI .1.3.6.1.2.1.1.3 -.fi -.PP -.IP \(bu 4 -snmptranslate -Ts | head -.br -will produce the following dump -.IP -.nf -.RI .iso.org -.RI .iso.org.dod -.RI .iso.org.dod.internet -.RI .iso.org.dod.internet.directory -.RI .iso.org.dod.internet.mgmt -.RI .iso.org.dod.internet.mgmt.mib-2 -.RI .iso.org.dod.internet.mgmt.mib-2.system -.RI .iso.org.dod.internet.mgmt.mib-2.system.sysDescr -.RI .iso.org.dod.internet.mgmt.mib-2.system.sysObjectID -.RI .iso.org.dod.internet.mgmt.mib-2.system.sysUpTime -.fi -.PP -.IP \(bu 4 -snmptranslate -Tt | head -.br -will produce the following dump -.IP -.nf - 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=4 hint=255a - sysObjectID(2) type=1 - sysUpTime(3) type=8 -.fi -.SH "SEE ALSO" -snmpcmd(1), variables(5), RFC 2578-2580.