|
Packit |
022b05 |
#
|
|
Packit |
022b05 |
# smi.conf - Global/User SMI configuration file. (EXAMPLE)
|
|
Packit |
022b05 |
#
|
|
Packit |
022b05 |
# Copyright (c) 2000 Frank Strauss, Technical University of Braunschweig.
|
|
Packit |
022b05 |
#
|
|
Packit |
022b05 |
# See the file "COPYING" for information on usage and redistribution
|
|
Packit |
022b05 |
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
Packit |
022b05 |
#
|
|
Packit |
022b05 |
# @(#) $Id: smi.conf-example 1134 2001-06-11 09:59:13Z strauss $
|
|
Packit |
022b05 |
#
|
|
Packit |
022b05 |
#
|
|
Packit |
022b05 |
# See smi_config(3) for detailed information on configuration files.
|
|
Packit |
022b05 |
#
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
# Extend (note the semicolon) the libsmi default module search path.
|
|
Packit |
022b05 |
# (On Windows systems, use `;' instead of `:', and `\' instead of `/'.)
|
|
Packit |
022b05 |
path :/usr/local/share/mibs/sun
|
|
Packit |
022b05 |
path :/usr/local/share/mibs/cisco
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
# Add a private directory.
|
|
Packit |
022b05 |
path :/home/strauss/lib/mibs
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
# EXPERIMENTAL: Add a caching method (works only on UNIX systems).
|
|
Packit |
022b05 |
# NOTE: the cache directory must exist and permissions must be
|
|
Packit |
022b05 |
# handled appropriately. A simple but insecure way is to apply
|
|
Packit |
022b05 |
# a tmp flag to the directory (chmod 1777 /usr/local/share/mibs/cache).
|
|
Packit |
022b05 |
#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/
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
# Don't show any errors by default.
|
|
Packit |
022b05 |
level 0
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
# Preload some basic SMIv2 modules.
|
|
Packit |
022b05 |
load SNMPv2-SMI
|
|
Packit |
022b05 |
load SNMPv2-TC
|
|
Packit |
022b05 |
load SNMPv2-CONF
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
# Make smilint shout loud to report all errors and warnings.
|
|
Packit |
022b05 |
smilint: level 9
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
# But please don't claim about any names longer than 32 chars.
|
|
Packit |
022b05 |
# (note: this is the prefix of errors `namelength-32-module,
|
|
Packit |
022b05 |
# -type, -object, -enumeration, and -bit)
|
|
Packit |
022b05 |
smilint: hide namelength-32
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
# Preloading some more modules for special applications.
|
|
Packit |
022b05 |
tcpdump: load DISMAN-SCRIPT-MIB
|
|
Packit |
022b05 |
tcpdump: load IF-MIB
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
smiquery: load IF-MIB
|
|
Packit |
022b05 |
|