]> git.pld-linux.org Git - packages/libsmi.git/blobdiff - libsmi-smi.conf
- mention default coded in loaded basic modules
[packages/libsmi.git] / libsmi-smi.conf
index 51ed2d6fa786ef026de04bd4a9eeaf1c96769062..b167321c9b4f51700d7682d33c2b90f85e83f409 100644 (file)
@@ -6,18 +6,19 @@
 
 # Extend (note the semicolon) the libsmi default module search path.
 # (On Windows systems, use `;' instead of `:', and `\' instead of `/'.)
-path :/usr/share/mibs
+path /usr/share/mibs
 
-# EXPERIMENTAL: Add a caching method (works only on UNIX systems). 
+# 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/share/mibs/cache /usr/bin/smicache -d /usr/share/mibs/cache -p http://www.ibr.cs.tu-bs.de/projects/libsmi/smicache/
+#cache /var/cache/mibs /usr/bin/smicache -d /var/cache/mibs -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-MIB
 load SNMPv2-SMI
 load SNMPv2-TC
 load SNMPv2-CONF
@@ -33,5 +34,7 @@ smilint: hide namelength-32
 # Preloading some more modules for special applications.
 tcpdump: load DISMAN-SCRIPT-MIB
 tcpdump: load IF-MIB
+tcpdump: load UCD-SNMP-MIB
+tcpdump: load SNMPv2-MIB
 
 smiquery: load IF-MIB
This page took 0.035797 seconds and 4 git commands to generate.