1smixlate(1)                        SMI Tools                       smixlate(1)
2
3
4

NAME

6       smixlate - translate SMI/SPPI identifiers
7

SYNOPSIS

9       smixlate [ -Vhm ] [ -c file ] [ -p module ] [ -l level ] module(s)
10

DESCRIPTION

12       The  smixlate  program  is used to translate identifiers and especially
13       OIDs into a more human readable format.
14

OPTIONS

16       -V, --version
17              Show the smixlate version and exit.
18
19       -h, --help
20              Show a help text and exit.
21
22       -r, --recursive
23              Report errors and warnings also for  recursively  imported  mod‐
24              ules.
25
26       -c file, --config=file
27              Read  file  instead of any other (global and user) configuration
28              file.
29
30       -p module, --preload=module
31              Preload the module module before  reading  the  main  module(s).
32              This  may  be  helpful  if  an  incomplete main module misses to
33              import some definitions.
34
35       -l level, --level=level
36              Report errors and warnings up to the given severity  level.  See
37              the  smilint(1)  manual page for a description of the error lev‐
38              els. The default error level is 3.
39
40       -a, --all
41              Replace all OIDs including OID prefixes.  Without  this  option,
42              smixlate will only translate OIDs with a corresponding notifica‐
43              tion, scalar, column, row, or table definition.
44
45       -f, --format
46              Preserve the  input  format  as  much  as  possible  by  insert‐
47              ing/removing white space characters.
48
49       module(s)
50              These  are  the modules to be loaded for the subsequent transla‐
51              tion. If a module argument represents a path name (identified by
52              containing at least one dot or slash character), this is assumed
53              to be the exact file to read. Otherwise, if a module is  identi‐
54              fied  by its plain module name, it is searched according to lib‐
55              smi internal rules. See smi_config(3) for more details.
56

EXAMPLE

58       This example translates numeric OIDs in the  input  text  into  a  more
59       human readable format.
60
61         $ echo "what is this oid? 1.3.6.1.2.1.2.2.1.3" |
62           ./smixlate -l 0 /usr/local/share/mibs/ietf/*
63         what is this oid? ifType
64         $
65
66

SEE ALSO

68       The   libsmi(3)   project   is   documented   at  http://www.ibr.cs.tu-
69       bs.de/projects/libsmi/.
70

AUTHORS

72       (C) 2006-2006 J. Schoenwaelder, International University  Bremen,  Ger‐
73       many
74       and contributions by many other people.
75
76
77
78IUB                              June 18, 2006                     smixlate(1)
Impressum