Author: glen Date: Mon Dec 28 11:57:48 2009 GMT Module: packages Tag: HEAD ---- Log message: - mention default coded in loaded basic modules - update load path - more modules for tcpdump, altho still you have to use -m MIB for tcpdump to deparse snmp packets
---- Files affected: packages/libsmi: libsmi-smi.conf (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/libsmi/libsmi-smi.conf diff -u packages/libsmi/libsmi-smi.conf:1.1 packages/libsmi/libsmi-smi.conf:1.2 --- packages/libsmi/libsmi-smi.conf:1.1 Thu Mar 28 23:36:31 2002 +++ packages/libsmi/libsmi-smi.conf Mon Dec 28 12:57:43 2009 @@ -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 @@ # 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 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libsmi/libsmi-smi.conf?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
