Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

smicache(1) [debian man page]

smicache(1)							     SMI Tools							       smicache(1)

NAME
smicache - caching method for use with libsmi SYNOPSIS
smicache [ -Vh ] [ -d dir ] [ -p prefix ] [ mib ] DESCRIPTION
The smicache program can be used by libsmi to fetch MIB modules that cannot be found in regular local MIB directories. OPTIONS
-V Show the smicache version and exit. -h Show a help text and exit. -d dir Write fetched module file(s) to directory dir. -p prefix Use the URL prefix prefix for fetching modules. mib The MIB module to be fetched. Note that smicache is just a very simple script that builds on the wget program to retrieve files from URLs. It does not handle the file attributes of retrieved modules in any special way, so that you have to care about permissions in multi-user environments. EXAMPLE
Smicache can be used by putting the following line into the global configuration file: cache /usr/local/share/mibs/cache /usr/local/bin/smicache -d /usr/local/share/mibs/cache -p http://www.ibr.cs.tu-bs.de/projects/libsmi/smicache/ You might want to chmod 1777 /usr/local/share/mibs/cache. SEE ALSO
The libsmi(3) project is documented at http://www.ibr.cs.tu-bs.de/projects/libsmi/. smilint(1) AUTHOR
(C) 2001-2004 Frank Strauss, TU Braunschweig, Germany <strauss@ibr.cs.tu-bs.de> IBR
August 10, 2004 smicache(1)

Check Out this Related Man Page

smiquery(1)							     SMI Tools							       smiquery(1)

NAME
smiquery - query single information from SMI MIB modules SYNOPSIS
smiquery [ -Vh ] [ -p module ] command name DESCRIPTION
The smiquery program is used to query information on a single item from an MIB module, e.g. module meta information or a single type defi- nition. OPTIONS
-V, --version Show the smiquery version and exit. -h, --help Show a help text and exit. The help text lists all available commands. -p module, --preload module Preload the module module before reading the main module. This may be helpful if an incomplete main module misses to import some definitions. command name This specifies the kind of information to retrieve (module, imports, revisions, node, parent, compliance, index, members, children, type, or macro) and the item to retrieve. The module in question is searched along a path, which is initialized by the SMIPATH environment variable or by /usr/share/mibs if SMIPATH is not set. Files with a .sming extension are expected to be (old-style!) SMIng module files. Files with a .my or without any extension are expected to be SMIv1/v2 module files. EXAMPLE
This example queries for information on the node ifNumber defined in the module IF-MIB. $ smiquery node IF-MIB::ifNumber MibNode: IF-MIB::ifNumber OID: 1.3.6.1.2.1.2.1 Type: Integer32 Declaration: OBJECT-TYPE NodeKind: scalar Access: read-only Status: current Description: The number of network interfaces (regardless of their current state) present on this system. SEE ALSO
The libsmi(3) project is documented at http://www.ibr.cs.tu-bs.de/projects/libsmi/. AUTHOR
(C) 1999-2004 F. Strauss, TU Braunschweig, Germany <strauss@ibr.cs.tu-bs.de> IBR
August 10, 2004 smiquery(1)
Man Page