Download Simple Network Management Protocol (SNMP)
Transcript
snmp SNMP Reference Manual snmp Application This chapter describes the snmp application in OTP. The SNMP application provides the following services: a multilingual extensible SNMP agent a MIB compiler a simple manager Configuration The following configuration parameters are defined for the SNMP application. Refer to application(3) for more information about configuration parameters. audit trail log = false | write log | read write log <optional> Specifies if an audit trail log should be used. The disk log module is used to maintain a wrap log. If write log is specified, only set requests are logged. If read write log, all requests are logged. Default is false. audit trail log dir = string() <optional> Specifies where the audit trail log should be stored. If audit trail log specifies that logging should take place, this parameter must be defined. audit trail log size = fMaxBytes, MaxFilesg <optional> Specifies the size of the audit trail log. This parameter is sent to disk log. If audit trail log specifies that logging should take place, this parameter must be defined. bind to ip address = bool() <optional> If true the agent binds to the agent IP adress. If false the agent listens on any IP address on the host where it is running. Default is false. force config load = bool() <optional> If true the configuration files are re-read during startup, and the contents of the configuration database ignored. Thus, if true, changes to the configuration database are lost upon reboot of the agent. Default is false. no reuse address = bool() <optional> If true the agent does not specify that the IP and port address should be reusable. If false the agent the address is set to reusable. Default is false. snmp agent type = master | sub <optional> If master, one master agent is started. Otherwise, no agents are started. Default is master. snmp config dir = string() <mandatory> Defines where the SNMP configuration files and the compiled master agent MIB files are stored. snmp db dir = string() are stored. 96 <mandatory> Defines where the SNMP internal db files Simple Network Management Protocol (SNMP)