WWP-LEOS-BLADE-MIB: View SNMP OID List / Download MIB
VENDOR: WORLD WIDE PACKETS
Home | MIB: WWP-LEOS-BLADE-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 |
wwpLeosBladeMIB | 1.3.6.1.4.1.6141.2.60.1 |
Added new last reset reasons. |
||
wwpLeosBladeMIBObjects | 1.3.6.1.4.1.6141.2.60.1.1 | |||
wwpLeosBlade | 1.3.6.1.4.1.6141.2.60.1.1.1 | |||
wwpLeosBladeTable | 1.3.6.1.4.1.6141.2.60.1.1.1.1 | no-access |
The (conceptual) table listing the Blades configured/detected. |
|
1.3.6.1.4.1.6141.2.60.1.1.1.1.1 | no-access |
An entry (conceptual row) in the wwpLeosBladeTable. |
||
wwpLeosBladeId | 1.3.6.1.4.1.6141.2.60.1.1.1.1.1.1 | integer | read-only |
The object indicates the unique id for the blade. |
wwpLeosBladeType | 1.3.6.1.4.1.6141.2.60.1.1.1.1.1.2 | integer | read-only |
The object indicates whether this is a control blade, a line blade or an uplink blade. Enumeration: 'control': 1, 'single': 4, 'fabric': 3, 'io': 2. |
wwpLeosBladeCapFilename | 1.3.6.1.4.1.6141.2.60.1.1.1.1.1.3 | displaystring | read-write |
The capability file name (including the path, if applicable) to be read from. This is the file describing capabilities of the blade and is required to configure un unequipped blade or to add a new blade. Length of filename string must not exceed 255 alpha-numeric characters, no spaces in filenames. |
wwpLeosBladeAdminState | 1.3.6.1.4.1.6141.2.60.1.1.1.1.1.4 | integer | read-write |
The object indicates the desired state of the blade. The administrative state for control blades can be set to disabled only if the control blade has a functioning backup. Enumeration: 'enable': 1, 'disable': 2. |
wwpLeosBladeOperState | 1.3.6.1.4.1.6141.2.60.1.1.1.1.1.5 | integer | read-only |
The object indicates the operational state of the blade. If the blade is detected and the administrative state for that blade is enabled, then the operational state of the blade is 'enabled'. If the blade is detected, but the administrative state is 'disabled', then the operational state is also 'disabled'. A faulted state occurs when a fault or communication failure is detected on a that is in either the 'enabled' or 'disabled' operation state. Any time a blade is removed, then the blade state transitions to 'unequipped'. If a new blade replaces that blade state then the state is determined by its administrative state once it is detected ('enabled' or 'disabled'). Enumeration: 'disabled': 3, 'faulted': 4, 'init': 1, 'enabled': 2, 'unequipped': 5. |
wwpLeosBladeStartMacAddr | 1.3.6.1.4.1.6141.2.60.1.1.1.1.1.6 | macaddress | read-only |
Base MAC address for the Blade, from which the mac addresses for the ports on this blade are derived. |
wwpLeosBladeNumPorts | 1.3.6.1.4.1.6141.2.60.1.1.1.1.1.7 | integer | read-only |
The total number of physical ports present on this Blade. |
wwpLeosBladeStatus | 1.3.6.1.4.1.6141.2.60.1.1.1.1.1.8 | rowstatus | read-only |
Used to manage the creation and deletion of the conceptual rows in this table. To create a row in this table, a manager must set this object to 'createAndGo'. Object in the entry cannot be modified once the wwpLeosBladeStatus is set to 'active'. |
wwpLeosPhyBladeTable | 1.3.6.1.4.1.6141.2.60.1.1.1.2 | no-access |
The (conceptual) table listing the Blades detected(physically present). |
|
1.3.6.1.4.1.6141.2.60.1.1.1.2.1 | no-access |
An entry (conceptual row) in the wwpLeosPhyBladeTable. |
||
wwpLeosPhyBladeSysUpTime | 1.3.6.1.4.1.6141.2.60.1.1.1.2.1.1 | timeticks | read-only |
The time (in hundredths of a second) since the blade was last re-initialized. |
wwpLeosPhyBladeSerialNum | 1.3.6.1.4.1.6141.2.60.1.1.1.2.1.2 | displaystring | read-only |
Serial number of the blade, represented as a string. |
wwpLeosPhyBladeBoardRevision | 1.3.6.1.4.1.6141.2.60.1.1.1.2.1.3 | displaystring | read-only |
Module board hardware revision represented as a string. |
wwpLeosPhyBladePostResults | 1.3.6.1.4.1.6141.2.60.1.1.1.2.1.4 | displaystring | read-only |
The test result string generated by the POST tests for the blade. |
wwpLeosPhyBladePostCode | 1.3.6.1.4.1.6141.2.60.1.1.1.2.1.5 | unsigned32 | read-only |
The result code returned by the device POST test. |
wwpLeosPhyBladeMfgDate | 1.3.6.1.4.1.6141.2.60.1.1.1.2.1.6 | dateandtime | read-only |
The date that the blade was manufactured. |
wwpLeosPhyBladeBoardDesc | 1.3.6.1.4.1.6141.2.60.1.1.1.2.1.7 | displaystring | read-only |
Board Description for the blade. |
wwpLeosPhyBladeNumResets | 1.3.6.1.4.1.6141.2.60.1.1.1.2.1.8 | unsigned32 | read-only |
This object defines the number of times that the blade has been restarted. |
wwpLeosPhyBladeLastRebootReason | 1.3.6.1.4.1.6141.2.60.1.1.1.2.1.9 | integer | read-only |
Indicates the reason for the last reboot. Enumeration: 'upgrade': 7, 'cli': 8, 'pwrFail': 3, 'unknown': 1, 'snmp': 2, 'errorHandler': 5, 'resetButton': 9, 'guardianSaosRestart': 12, 'watchdog': 6, 'guardianReboot': 11, 'appLoad': 4, 'serviceModeChange': 10. |
wwpLeosPhyBladeRebootOperation | 1.3.6.1.4.1.6141.2.60.1.1.1.2.1.10 | integer | read-write |
Writing one of the specified values to this field causes the specified type of reboot to occur. none is the value returned when this leaf is queried. writing this value to the leaf will have no effect. 'reboot' option causes the system to reboot and restart using its current configuration. 'rebootReinit' option causes the module to erase all user configuration data and reset to factory default settings. 'rebootCustReinit' option causes the module to replace the current configuration with a customer supplied default, then reboot. Enumeration: 'none': 1, 'reboot': 2, 'rebootReinit': 3, 'rebootCustReinit': 4. |
wwpLeosBladeMIBNotificationPrefix | 1.3.6.1.4.1.6141.2.60.1.2 | |||
wwpLeosBladeMIBNotifications | 1.3.6.1.4.1.6141.2.60.1.2.0 | |||
wwpLeosBladeStateChange | 1.3.6.1.4.1.6141.2.60.1.2.0.1 |
A wwpLeosPhyBladeUpDown notification is sent whenever the operational state of the blade is changed. |
||
wwpLeosBladePostFail | 1.3.6.1.4.1.6141.2.60.1.2.0.2 |
A wwpLeosBladePostFail notification is sent if the blade post tests are failed. |
||
wwpLeosBladeMIBConformance | 1.3.6.1.4.1.6141.2.60.1.3 | |||
wwpLeosBladeMIBCompliances | 1.3.6.1.4.1.6141.2.60.1.3.1 | |||
wwpLeosBladeMIBGroups | 1.3.6.1.4.1.6141.2.60.1.3.2 |