CTRON-TIMED-RESET-MIB: View SNMP OID List / Download MIB
VENDOR: ENTERASYS NETWORKS INC.
Home | MIB: CTRON-TIMED-RESET-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).
|
|||
Object Name | OID | Type | Access | Info |
ctTimedResetMIB | 1.3.6.1.4.1.52.4.1.1.5.2 | |||
ctTimedResetStatus | 1.3.6.1.4.1.52.4.1.1.5.2.1 | integer | read-write |
softEnabled(1) - soft reset in ctTimedResetTimeEntered seconds. hardEnabled(2) - hard reset in ctTimedResetTimeEntered seconds. A zero value in ctTimedResetTimeEntered will cause an immediate reset. Setting this to disabled(0) will cause any currently enabled timed reset will be disabled. Enumeration: 'disabled': 0, 'softEnabled': 1, 'hardEnabled': 2. |
ctTimedResetTimeEntered | 1.3.6.1.4.1.52.4.1.1.5.2.2 | integer | read-write |
The time, in seconds, from the time ctTimedResetStatus is set to softEnabled(1) or hardEnabled(2), until the board will reset. |
ctTimedResetTimeRemaining | 1.3.6.1.4.1.52.4.1.1.5.2.3 | integer | read-only |
The time, in seconds, remaining until a reset will occur. The time is not meaningful if ctTimedResetStatus is disabled(0). |
ctTimedResetOperationalMode | 1.3.6.1.4.1.52.4.1.1.5.2.4 | integer | read-write |
The operational mode to run in when a timed reset occurs. When set to currentMode(0), the operational mode will remain unchanged. When set to ieee8021Q(1), the operational mode will be 802.1Q Switching. When set to secureFast(2), the operational mode will be Secure Fast VLAN. Enumeration: 'secureFast': 2, 'currentMode': 0, 'ieee8021Q': 1. |
ctTimedResetNVRamReset | 1.3.6.1.4.1.52.4.1.1.5.2.5 | integer | read-write |
dontResetNVRam(0) - NVRAM will not be cleared on timed reset. resetNVRam(1) - NVRAM will be cleared on timed reset. Enumeration: 'dontResetNVRam': 0, 'resetNVRam': 1. |