GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
smicache(1) SMI Tools smicache(1)

smicache - caching method for use with libsmi

smicache [ -Vh ] [ -d dir ] [ -p prefix ] [ mib ]

The smicache program can be used by libsmi to fetch MIB modules that cannot be found in regular local MIB directories.

-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.

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.

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

smilint(1)

(C) 2001-2004 Frank Strauss, TU Braunschweig, Germany <strauss@ibr.cs.tu-bs.de>
August 10, 2004 IBR

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.