Blame SOURCES/smi.conf

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