A3COM-AUDL-R1-MIB: View SNMP OID List / Download MIB

VENDOR: 3COM


 Home MIB: A3COM-AUDL-R1-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 a3Com 1.3.6.1.4.1.43
       brouterMIB 1.3.6.1.4.1.43.2
           a3ComAuditLog 1.3.6.1.4.1.43.2.29
                 a3ComAudlControl 1.3.6.1.4.1.43.2.29.1
                     a3ComAudlControlAuditTrail 1.3.6.1.4.1.43.2.29.1.1 integer read-write
This parameter enables/disables the log message AuditTrail category which logs the AuditTrail messages. A default value of 2 means no AuditTrail. Enumeration: 'noAuditTrail': 2, 'auditTrail': 1.
                     a3ComAudlControlConfig 1.3.6.1.4.1.43.2.29.1.2 integer read-write
This parameter enables/disables the log message COnfig category which logs the SET/SETD/ADD/DELETE commands and other commands such as SysPassWord, SU, Login, Listen etc. The default value of 2 means no COnfig. Enumeration: 'config': 1, 'noConfig': 2.
                     a3ComAudlControlMessages 1.3.6.1.4.1.43.2.29.1.3 integer read-write
This parameter enables/disables the log message MEssages category which log System Message and Dial History. The default value of 2 means no MEssages. Enumeration: 'messages': 1, 'noMessages': 2.
                     a3ComAudlControlSecurity 1.3.6.1.4.1.43.2.29.1.4 integer read-write
This parameter enables/disables the log message SEcurity category which logs faulted set privilege, failed login and invalid community string. The default 2 means no SEcurity. Enumeration: 'noSecurity': 2, 'security': 1.
                 a3ComAudlConfig 1.3.6.1.4.1.43.2.29.2
                     a3ComAudlLogServerAddr 1.3.6.1.4.1.43.2.29.2.1 ipaddress read-write
This is the IP address of a log server which has syslog daemon active with proper syslog configuration.
                     a3ComAudlPriorityLevel 1.3.6.1.4.1.43.2.29.2.2 integer read-write
The level is used with facility to format a priority which used as a tag in log message before sending it to syslog daemon. It also controls the log sending operation, a log message with higher Level will be be sent together with what has been in Audit Log buffer, to a LogServerAddr immediately. Enumeration: 'log_WARNING': 5, 'log_CRITICAL': 3, 'log_ALERT': 2, 'log_ERROR': 4, 'log_INFO': 7, 'log_EMERG': 1, 'log_DEBUG': 8, 'log_NOTICE': 6.
                     a3ComAudlMaxLog 1.3.6.1.4.1.43.2.29.2.3 integer read-write
It decides the maximum number of log commands/messages could accumulate in Audit Log buffer before sending to a LogServerAddr. Value 1 means send each log without buffering.
                     a3ComAudlIdleTime 1.3.6.1.4.1.43.2.29.2.4 integer read-write
This controls the idle time in minute till sending Audit log buffer if it has data. Value of 0 means this idle time is disabled.