Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / smi.conf-example
1 #
2 # smi.conf - Global/User SMI configuration file. (EXAMPLE)
3 #
4 # Copyright (c) 2000 Frank Strauss, Technical University of Braunschweig.
5 #
6 # See the file "COPYING" for information on usage and redistribution
7 # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
8 #
9 # @(#) $Id: smi.conf-example 1134 2001-06-11 09:59:13Z strauss $
10 #
11 #
12 # See smi_config(3) for detailed information on configuration files.
13 #
14
15 # Extend (note the semicolon) the libsmi default module search path.
16 # (On Windows systems, use `;' instead of `:', and `\' instead of `/'.)
17 path :/usr/local/share/mibs/sun
18 path :/usr/local/share/mibs/cisco
19
20 # Add a private directory.
21 path :/home/strauss/lib/mibs
22
23 # EXPERIMENTAL: Add a caching method (works only on UNIX systems). 
24 # NOTE: the cache directory must exist and permissions must be
25 # handled appropriately. A simple but insecure way is to apply
26 # a tmp flag to the directory (chmod 1777 /usr/local/share/mibs/cache).
27 #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/
28
29 # Don't show any errors by default.
30 level 0
31
32 # Preload some basic SMIv2 modules.
33 load SNMPv2-SMI
34 load SNMPv2-TC
35 load SNMPv2-CONF
36
37 # Make smilint shout loud to report all errors and warnings.
38 smilint: level 9
39
40 # But please don't claim about any names longer than 32 chars.
41 # (note: this is the prefix of errors `namelength-32-module,
42 #  -type, -object, -enumeration, and -bit)
43 smilint: hide namelength-32
44
45 # Preloading some more modules for special applications.
46 tcpdump: load DISMAN-SCRIPT-MIB
47 tcpdump: load IF-MIB
48
49 smiquery: load IF-MIB
50