]> git.pld-linux.org Git - packages/libsmi.git/commitdiff
- mention default coded in loaded basic modules
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 28 Dec 2009 11:57:43 +0000 (11:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- update load path
- more modules for tcpdump, altho still you have to use -m MIB for tcpdump to deparse snmp packets

Changed files:
    libsmi-smi.conf -> 1.2

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.116014 seconds and 4 git commands to generate.