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