CTRON-SYSLOG: View SNMP OID List / Download MIB
VENDOR: ENTERASYS NETWORKS INC.
Home | MIB: CTRON-SYSLOG | |||
---|---|---|---|---|
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).
|
|||
Object Name | OID | Type | Access | Info |
ctSSA | 1.3.6.1.4.1.52.4497 | |||
aapsLog | 1.3.6.1.4.1.52.4497.9 | |||
logWindow | 1.3.6.1.4.1.52.4497.9.1 | |||
logWindowTable | 1.3.6.1.4.1.52.4497.9.1.1 | no-access |
Table of log entries |
|
1.3.6.1.4.1.52.4497.9.1.1.1 | no-access |
Entry of logWindow Table |
||
ltIndex | 1.3.6.1.4.1.52.4497.9.1.1.1.1 | integer | read-only |
Index (window position) of the entry in the current Log Snapshot. |
ltLogString | 1.3.6.1.4.1.52.4497.9.1.1.1.2 | displaystring | read-only |
String describing the event in the format: Time(DD:HH:MM:SS) + Log Level(FREEZE/ERROR/CRITICAL/STATUS/INFO/DEBUG) + Log Client Name + Event String. Time is expressed as time since reset (not realtime). This will change to realtime in the next iteration of this MIB. |
ltWindowOperation | 1.3.6.1.4.1.52.4497.9.1.2 | integer | read-write |
refresh(2) redisplays the contents of the current window table. pageUp(3) moves the window one page up. pageDown(4) moves the window one page down. Enumeration: 'pageUp': 3, 'pageDown': 4, 'refresh': 2. |
ltWindowReset | 1.3.6.1.4.1.52.4497.9.1.3 | integer | read-write |
By setting this object to one of the two available values moves the beginning of the next window to log start or end Enumeration: 'toLogEnd': 3, 'toLogStart': 2. |
ltClientMatchString | 1.3.6.1.4.1.52.4497.9.1.4 | displaystring | read-write |
Setting this object to a string value will filter out those clients that do not contain that string as a prefix (case sensitive). |
ltEventMatchString | 1.3.6.1.4.1.52.4497.9.1.5 | displaystring | read-write |
Setting this object to a string value will filter out those logged events that do not contain that string within the log entry (case sensitive). |
serverConfig | 1.3.6.1.4.1.52.4497.9.2 | |||
scAutoFreeze | 1.3.6.1.4.1.52.4497.9.2.1 | integer | read-write |
After this value is enabled, the act of logging a FREEZE level message will prevent any additional messages from being logged. The logging process can continue when scAdminStatus is set to enableLogging(3). Enumeration: 'disabled': 2, 'enabled': 3. |
scAdminStatus | 1.3.6.1.4.1.52.4497.9.2.2 | integer | read-write |
This object controls the status of the message logging system and the log itself. Setting this object to disableLogging(2) will prevent any clients from appending messages to the log. EnableLogging(3) starts/resumes logging. Reset(5) initializes the log. Enumeration: 'reset': 5, 'disableLogging': 2, 'enableLogging': 3. |
scLastChange | 1.3.6.1.4.1.52.4497.9.2.3 | timeticks | read-only |
The value of sysUpTime at the last change to scAdminStatus or scAutoFreeze. |
clientConfigTable | 1.3.6.1.4.1.52.4497.9.3 | no-access |
This table provides the ability to configure which messages will be logged and which will be displayed on a per client basis. |
|
1.3.6.1.4.1.52.4497.9.3.1 | no-access |
Entry of the client table |
||
ccClientID | 1.3.6.1.4.1.52.4497.9.3.1.1 | integer | read-only |
Unique ID of the client entry |
ccClientName | 1.3.6.1.4.1.52.4497.9.3.1.2 | displaystring | read-only |
Name of the client |
ccClientPersistent | 1.3.6.1.4.1.52.4497.9.3.1.3 | integer | read-write |
When enabled, client settings in this table are persistent across resets. Enumeration: 'disabled': 2, 'enabled': 3. |
ccClientLogStatus | 1.3.6.1.4.1.52.4497.9.3.1.4 | integer | read-write |
When disabled, this client does not append messages to the log. Enumeration: 'disabled': 2, 'enabled': 3. |
ccClientDisplayStatus | 1.3.6.1.4.1.52.4497.9.3.1.5 | integer | read-write |
When disabled, this client's messages are not displayed in the log window. This does not prevent them from being logged. Enumeration: 'disabled': 2, 'enabled': 3. |
ccClientFreezeLogStatus | 1.3.6.1.4.1.52.4497.9.3.1.6 | integer | read-write |
When disabled, client's messages with this log level do not get appended to the log. Enumeration: 'disabled': 2, 'enabled': 3. |
ccClientFreezeDisplayStatus | 1.3.6.1.4.1.52.4497.9.3.1.7 | integer | read-write |
When disabled, client's messages with this log level do not get displayed in the log window. Enumeration: 'disabled': 2, 'enabled': 3. |
ccClientErrorLogStatus | 1.3.6.1.4.1.52.4497.9.3.1.8 | integer | read-write |
When disabled, client's messages with this log level do not get appended to the log. Enumeration: 'disabled': 2, 'enabled': 3. |
ccClientErrorDisplayStatus | 1.3.6.1.4.1.52.4497.9.3.1.9 | integer | read-write |
When disabled, client's messages with this log level do not get displayed in the log window. Enumeration: 'disabled': 2, 'enabled': 3. |
ccClientCriticalLogStatus | 1.3.6.1.4.1.52.4497.9.3.1.10 | integer | read-write |
When disabled, client's messages with this log level do not get appended to the log. Enumeration: 'disabled': 2, 'enabled': 3. |
ccClientCriticalDisplayStatus | 1.3.6.1.4.1.52.4497.9.3.1.11 | integer | read-write |
When disabled, client's messages with this log level do not get displayed in the log window. Enumeration: 'disabled': 2, 'enabled': 3. |
ccClientStatusLogStatus | 1.3.6.1.4.1.52.4497.9.3.1.12 | integer | read-write |
When disabled, client's messages with this log level do not get appended to the log. Enumeration: 'disabled': 2, 'enabled': 3. |
ccClientStatusDisplayStatus | 1.3.6.1.4.1.52.4497.9.3.1.13 | integer | read-write |
When disabled, client's messages with this log level do not get displayed in the log window. Enumeration: 'disabled': 2, 'enabled': 3. |
ccClientInfoLogStatus | 1.3.6.1.4.1.52.4497.9.3.1.14 | integer | read-write |
When disabled, client's messages with this log level do not get appended to the log. Enumeration: 'disabled': 2, 'enabled': 3. |
ccClientInfoDisplayStatus | 1.3.6.1.4.1.52.4497.9.3.1.15 | integer | read-write |
When disabled, client's messages with this log level do not get displayed in the log window. Enumeration: 'disabled': 2, 'enabled': 3. |
ccClientDebugLogStatus | 1.3.6.1.4.1.52.4497.9.3.1.16 | integer | read-write |
When disabled, client's messages with this log level do not get appended to the log. Enumeration: 'disabled': 2, 'enabled': 3. |
ccClientDebugDisplayStatus | 1.3.6.1.4.1.52.4497.9.3.1.17 | integer | read-write |
When disabled, client's messages with this log level do not get displayed in the log window. Enumeration: 'disabled': 2, 'enabled': 3. |
recoveredLogTable | 1.3.6.1.4.1.52.4497.9.4 | no-access |
Table that contains a the last 100 entries in the log recorded before the last system shutdown, reset or a power failure. |
|
1.3.6.1.4.1.52.4497.9.4.1 | no-access |
Entry of the recovered log table |
||
rlIndex | 1.3.6.1.4.1.52.4497.9.4.1.1 | integer | read-only |
Unique index of the recovered log entry. Entry with index 1 is the oldest entry in the log. |
rlLogString | 1.3.6.1.4.1.52.4497.9.4.1.2 | displaystring | read-only |
Event string of this entry. |