MANTRA-MIB: View SNMP OID List / Download MIB
VENDOR: LUCENT TECHNOLOGIES
Home | MIB: MANTRA-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 |
lucent | 1.3.6.1.4.1.1751 | |||
products | 1.3.6.1.4.1.1751.1 | |||
softSwitch | 1.3.6.1.4.1.1751.1.1198 | |||
mantraAdmin | 1.3.6.1.4.1.1751.1.1198.99 |
The MIB module for entities implementing the xxxx protocol. |
||
moduleSummary | 1.3.6.1.4.1.1751.1.1198.99.1 | displaystring | read-only |
A short summary of the status of the mantra software modules. This is provided as a convenience variable to the administrator, so he can see everything at a glance without polling each component separately. Processes can be in one of the four states: 0 - not started, 1 - in the process of starting up, 2 - up, but inactive (only one process in a fail-over group is active at a time) 3 - up, and active 4 - died (on its own) 5 - stopped, i.e. by some command |
mantraUpTime | 1.3.6.1.4.1.1751.1.1198.99.2 | timeticks | read-only |
The time (in hundredths of a second) since the mantra software was last re-initialized. |
mantraRetryCount | 1.3.6.1.4.1.1751.1.1198.99.3 | integer | read-write |
The number of retry attempts to make when starting a software component managed by this mib. |
mantraRetryInterval | 1.3.6.1.4.1.1751.1.1198.99.4 | integer | read-write |
The time in seconds between the above retry attempts. |
mantraReboot | 1.3.6.1.4.1.1751.1.1198.99.5 | integer | read-write |
Each time the user executes a set on this entry with a value equal to 1, all components controlled by this module in the softswitch are rebooted. |
mantraTurnoff | 1.3.6.1.4.1.1751.1.1198.99.6 | integer | read-write |
Each time the user executes a set on this entry with a value equal to 1, all components controlled by this module in the softswitch are turned off. |
startProcess | 1.3.6.1.4.1.1751.1.1198.99.7 | displaystring | read-write |
The user can set this entry to the name of the module that needs to be started, and it causes that process to be restarted. If the process is already running, no action takes place. The process name being set must be in the same format switch:group:pid, as returned in moduleSummary |
stopProcess | 1.3.6.1.4.1.1751.1.1198.99.8 | displaystring | read-write |
The user can set this entry to the name of the module that needs to be stopped, and it causes that process to be stopped. If the process is already stopped, no action takes place. The process name being set must be in the same format switch:group:pid, as returned in moduleSummary |
currentProcess | 1.3.6.1.4.1.1751.1.1198.99.9 | displaystring | read-write |
The user can set this entry to the name of the process he wants to interact with, and all future gets on processState variable return the health information for that process |
processState | 1.3.6.1.4.1.1751.1.1198.99.10 | displaystring | read-only |
A get on this variable returns the health of the process named in currentProcess variable. |