NAME
smixlate - translate SMI/SPPI identifiers
SYNOPSIS
smixlate [ -Vhm ] [ -c file ] [ -p module ] [ -l level ] module(s)
DESCRIPTION
The smixlate program is used to translate identifiers and especially OIDs into a more human readable format.
OPTIONS
-V, --version Show the smixlate version and exit. -h, --help Show a help text and exit. -r, --recursive Report errors and warnings also for recursively imported modules. -c file, --config=file Read file instead of any other (global and user) configuration file. -p module, --preload=module Preload the module module before reading the main module(s). This may be helpful if an incomplete main module misses to import some definitions. -l level, --level=level Report errors and warnings up to the given severity level. See the smilint(1) manual page for a description of the error levels. The default error level is 3. -a, --all Replace all OIDs including OID prefixes. Without this option, smixlate will only translate OIDs with a corresponding notification, scalar, column, row, or table definition. -f, --format Preserve the input format as much as possible by inserting/removing white space characters. module(s) These are the modules to be loaded for the subsequent translation. If a module argument represents a path name (identified by containing at least one dot or slash character), this is assumed to be the exact file to read. Otherwise, if a module is identified by its plain module name, it is searched according to libsmi internal rules. See smi_config(3) for more details.
EXAMPLE
This example translates numeric OIDs in the input text into a more human readable format. $ echo "what is this oid? 1.3.6.1.2.1.2.2.1.3" | ./smixlate -l 0 /usr/local/share/mibs/ietf/* what is this oid? ifType $
SEE ALSO
The libsmi(3) project is documented at http://www.ibr.cs.tu- bs.de/projects/libsmi/.
AUTHORS
(C) 2006-2006 J. Schoenwaelder, International University Bremen, Germany and contributions by many other people.
More Linux Commands
manpages/inb_p.2.html
inb_p(2) - port I/O (System calls - Linux man page).........
This family of functions is used to do low-level port input and output. The out* functions do port output, the in* functions do port input; the b-suffix functio
manpages/vsftpd.8.html
vsftpd(8) - Very Secure FTP Daemon - Linux manual page......
vsftpd is the Very Secure File Transfer Protocol Daemon. The server can be launched via a super-server such as inetd(8) or xinetd(8). Alternatively, vsftpd can
manpages/numfmt.1.html
numfmt(1) Convert numbers from to human-readable strings....
Reformat NUMBER(s), or the numbers from standard input if none are specified. Mandatory arguments to long options are mandatory for short options too. --debug p
manpages/gnutls_x509_privkey_fix.3.html
gnutls_x509_privkey_fix(3) - API function - Linux man page
This function will recalculate the secondary parameters in a key. In RSA keys, this can be the coefficient and exponent1,2. RETURNS On success, GNUTLS_E_SUCCESS
manpages/uuid.3.html
uuid(3) - DCE compatible Universally Unique Identifier libra
The UUID library is used to generate unique identifiers for objects that may be accessible beyond the local system. This library generates UUIDs compatible with
manpages/win_wch.3ncurses.html
win_wch(3ncurses) - extract a complex character and renditio
win_wch.3ncurses - These functions extract the complex character and rendition from the current position in the named window into the cchar_t object referenced
manpages/gnative2ascii.1.html
gnative2ascii(1) - - An encoding converter - Linux man page
To be written ... OPTIONS -encoding NAME Set the encoding to use. -reversed Convert from encoding to native. Standard options: -help Print help text, then exit.
manpages/Tk_Grab.3.html
Tk_Grab(3) - manipulate grab state in an application........
These functions are used to set or release a global or application local grab. When a grab is set on a particular window in a Tk application, mouse and keyboard
manpages/dlerror.3.html
dlerror(3) - programming interface to dynamic linking loader
The four functions dlopen(), dlsym(), dlclose(), dlerror() implement the interface to the dynamic linking loader. dlerror() The function dlerror() returns a hum
manpages/Tk_3DVerticalBevel.3.html
Tk_3DVerticalBevel(3) - draw borders with three-dimensional
These procedures provide facilities for drawing window borders in a way that produces a three-dimensional appearance. Tk_Alloc3DBorderFromObj allocates colors a
manpages/isnan.3.html
isnan(3) - floating-point classification macros (Man Page)
Floating point numbers can have special values, such as infinite or NaN. With the macro fpclassify(x) you can find out what type x is. The macro takes any float
manpages/tgetent.3ncurses.html
tgetent(3ncurses) - direct curses interface to the terminfo
These routines are included as a conversion aid for programs that use the termcap library. Their parameters are the same and the routines are emulated using the
