snmpmibd.conf File
Purpose
Defines the configuration parameters for snmpmibd dpi2 sub-agent.
Description
The snmpmibd.conf file provides the configuration information for
the snmpmibd dpi2 sub-agent. This file can be changed while
the snmpmibd dpi2 sub-agent is running. If the refresh command is issued, the snmpmibd dpi2 sub-agent will reread
this configuration file. The snmpmibd dpi2 sub-agent must be
under System Resource Control (SRC) for the refresh command
to force the reread. To perform a reread, as
root
user, run: # refresh -s snmpmibd
Keywords
The directives are specified
in the form of <keyword>=<value>. The keyword is case-insensitive.
The value passed is also case-sensitive.
- logFilename
- The name of the most recent log file. Less recent log files have the number 1 to (n - 1) appended to their names. The larger the number, the less recent the file.
- logFileSize
- The size of log files in K bytes. Maximum size of a log file. When the size of the most recent log file reaches this value, it is renamed and a new log file is created.
- numLogFiles
- The number of log files desired. The maximum value for numLogFiles is 4. A new file is created when the size of the log file is equal or more than the size specified by the keyword logFileSize. When the number of log files reaches the numLogFiles the log files start rotating.
- tracelevel
- The tracing/debug level.
Add the numbers for multiple trace levels8 = DPI level 1 16 = DPI level 2 32 = Internal level 1 64 = Internal level 2 128 = Internal level 3
Example
logFileName=/usr/tmp/snmpmibd.log
logFileSize=0
numLogFiles=0
tracelevel=0
File
Item | Description |
---|---|
/etc/snmpmibd.conf | Defines the configuration parameters for snmpmibd dpi2 sub-agent. |