44c64a
#
44c64a
# smi.conf - Global/User SMI configuration file.
44c64a
#
44c64a
# See smi_config(3) for detailed information on configuration files.
44c64a
#
44c64a
44c64a
# Extend (note the semicolon) the libsmi default module search path.
44c64a
#path :/usr/local/share/mibs/sun
44c64a
#path :/usr/local/share/mibs/cisco
44c64a
44c64a
# Add a private directory.
44c64a
#path :/home/strauss/lib/mibs
44c64a
44c64a
# EXPERIMENTAL: Add a caching method (works only on UNIX systems). 
44c64a
# NOTE: the cache directory must exist and permissions must be
44c64a
# handled appropriately. A simple but insecure way is to apply
44c64a
# a tmp flag to the directory (chmod 1777 /usr/local/share/mibs/cache).
44c64a
#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/
44c64a
44c64a
# Don't show any errors by default.
44c64a
level 0
44c64a
44c64a
# Preload some basic SMIv2 modules.
44c64a
load SNMPv2-SMI
44c64a
load SNMPv2-TC
44c64a
load SNMPv2-CONF
44c64a
44c64a
# Make smilint shout loud to report all errors and warnings.
44c64a
smilint: level 9
44c64a
44c64a
# But please don't claim about any names longer than 32 chars.
44c64a
# (note: this is the prefix of errors `namelength-32-module,
44c64a
#  -type, -object, -enumeration, and -bit)
44c64a
smilint: hide namelength-32
44c64a
44c64a
# Preloading some more modules for special applications.
44c64a
tcpdump: load DISMAN-SCRIPT-MIB
44c64a
tcpdump: load IF-MIB
44c64a
smiquery: load IF-MIB
44c64a