| 192 |
- |
1 |
#
|
|
|
2 |
# smi.conf - Global/User SMI configuration file.
|
|
|
3 |
#
|
|
|
4 |
# See smi_config(3) for detailed information on configuration files.
|
|
|
5 |
#
|
|
|
6 |
|
|
|
7 |
# Extend (note the semicolon) the libsmi default module search path.
|
|
|
8 |
#path :/usr/local/share/mibs/sun
|
|
|
9 |
#path :/usr/local/share/mibs/cisco
|
|
|
10 |
|
|
|
11 |
# Add a private directory.
|
|
|
12 |
#path :/home/strauss/lib/mibs
|
|
|
13 |
|
|
|
14 |
# EXPERIMENTAL: Add a caching method (works only on UNIX systems).
|
|
|
15 |
# NOTE: the cache directory must exist and permissions must be
|
|
|
16 |
# handled appropriately. A simple but insecure way is to apply
|
|
|
17 |
# a tmp flag to the directory (chmod 1777 /usr/local/share/mibs/cache).
|
|
|
18 |
#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/
|
|
|
19 |
|
|
|
20 |
# Don't show any errors by default.
|
|
|
21 |
level 0
|
|
|
22 |
|
|
|
23 |
# Preload some basic SMIv2 modules.
|
|
|
24 |
load SNMPv2-SMI
|
|
|
25 |
load SNMPv2-TC
|
|
|
26 |
load SNMPv2-CONF
|
|
|
27 |
|
|
|
28 |
# Make smilint shout loud to report all errors and warnings.
|
|
|
29 |
smilint: level 9
|
|
|
30 |
|
|
|
31 |
# But please don't claim about any names longer than 32 chars.
|
|
|
32 |
# (note: this is the prefix of errors `namelength-32-module,
|
|
|
33 |
# -type, -object, -enumeration, and -bit)
|
|
|
34 |
smilint: hide namelength-32
|
|
|
35 |
|
|
|
36 |
# Preloading some more modules for special applications.
|
|
|
37 |
tcpdump: load DISMAN-SCRIPT-MIB
|
|
|
38 |
tcpdump: load IF-MIB
|
|
|
39 |
smiquery: load IF-MIB
|
|
|
40 |
|