ERI-DNX-NEST-SYS-MIB
AI MIB Summary
The ERI-DNX-NEST-SYS-MIB module provides SNMP-based monitoring and management of system administration parameters for Broadcom (formerly StrataDNX) DNX Nest-based network processors, specifically tracking device health, resource utilization, and control plane status within enterprise routing and switching hardware.
The ERI Enterprise MIB Module for the DNX Nest System Admistration.
Main OID:
eriDNXNestSysMIB.1.3.6.1.4.1.644.3.14
110
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
110 total| Object Name |
|---|
slotConfigTrapThis trap is used to notify a NMS that a user has updated the configuration for a given slot entry. NOTIFICATION-TYPE .1.3.6.1.4.1.644.2.4.0.5 |
ndrGroupStatusTrapThis trap is used to notify a NMS that due to an alarm condition or system state change, the N+1 Redundancy Groups have been modified. This means the one or more devices have been removed or added to the actual N+1 Redundancy Groups and this will affect which cards will be protected (switched) in the event of a failure. NOTIFICATION-TYPE .1.3.6.1.4.1.644.2.4.0.8 |
nestConfigTrapThis trap is used to notify a NMS that a user has updated the configuration for a given nest entry. NOTIFICATION-TYPE .1.3.6.1.4.1.644.2.4.0.9 |
dbSyncProgressTrapThis trap is used to notify a NMS that the system has either started or just completed the Database synchronization process. NOTIFICATION-TYPE .1.3.6.1.4.1.644.2.4.0.12 |
slotConfigTableA list of the device cards in this node with the static and dynamic type information. The maximum number of entries depends on the number of slots in the system plus 3 default entries for the system manager cards and the Protection Switch. SEQUENCE OF SlotConfigEntry .1.3.6.1.4.1.644.2.4.1.3 |
slotConfigEntryThe conceptual row of the Slot Configuration table. A row in this table can not be created or deleted. A row in this table can be modified by providing valid values for either the Slot Name, Configured Device Type, Device Redundancy, or Slot Command Status. Deleting the Slot Configuration using the Slot Command Status value of 'delete-slot-config' will result in the removal of all configured connections associated with that slot number. The slotConfigCmdStatus field must be included as a variable in a SET PDU for the action to take effect. If the slotConfigCmdStatus is missing from the SET PDU, the GET RESPONSE will contain the SNMP error status of 'genErr' for and an error index equal to the last variable. SlotConfigEntry .1.3.6.1.4.1.644.2.4.1.3.1 |
slotNbrThe slot number in the node.ro INTEGER .1.3.6.1.4.1.644.2.4.1.3.1.1 |
slotConfigDeviceTypeThis is the slot type configured by the user. The value, slot(0) is the default type for an unconfigured device. If slot(0) is used in a Set Request, the agent will return an error status of 'badValue'. The slot entries representing the System Manager Cards and the Protection Switch device cannot be used in a Set Request since their device type is static.rw DnxSlotDeviceType .1.3.6.1.4.1.644.2.4.1.3.1.2 |
slotActualDeviceTypeThis is the actual slot type sent back by the card.ro DnxSlotDeviceType .1.3.6.1.4.1.644.2.4.1.3.1.3 |
slotDeviceStateThe current machine state of the device. not-present (0) Indicates no hardware detected in the slot. online (1) Device is present and is considered primary operational. offline (2) Device is present but currently not operational. disabled (3) Applies to the Protection Switch box if system cannot support redundancy. standby (4) Device is present but considered as secondary. defective (5) Device is present but could not be activated. bus-error (6) Device is present and reporting a bus connection error. out-of-serv (7) Operator has placed device in Out of Service mode.ro DnxSlotDeviceState .1.3.6.1.4.1.644.2.4.1.3.1.4 |
slotAlarmLevelThe current slot device alarm condition level that indicates it's severity.ro Enumeration .1.3.6.1.4.1.644.2.4.1.3.1.5 |
slotDeviceNameThe user defined name for this slot/device.rw DisplayString .1.3.6.1.4.1.644.2.4.1.3.1.6 |
slotDeviceVersionThe software version release identification number for this device.ro DisplayString .1.3.6.1.4.1.644.2.4.1.3.1.7 |
slotDeviceRedundancyThe configured N+1 Redundancy state of the device. The slot entries representing the System Manager Cards and the Protection Switch device cannot be used in a Set Request since N+1 Redundancy does not apply to them. disable (0) Device is not configured as part of the Redundancy Group. enable (1) Device is configured as part of the Redundancy Group. n/a (2) Device does not support Redundancy.rw Enumeration .1.3.6.1.4.1.644.2.4.1.3.1.8 |
slotMiscStateThe current slot/device miscellaneous state conditions. none (0) no misc condition errors (1) errors reported on device test (2) device is in test mode errors-test (3) errors reported on device while in test mode clockSrc (4) device is the source for the system clock errors-clockSrc (5) device is the source for the system clock and errors found test-clockSrc (6) device is the source for the system clock and is in test mode errors-test-clockSrc (7) device is the source for the system clock and is in test mode and errors were foundro Enumeration .1.3.6.1.4.1.644.2.4.1.3.1.9 |
slotConfigCmdStatusThe command status for this slot configuration row/record. The value used in a SET will be replaced by a response value in the GET RESPONSE indicating success or failure. Default Response State used in GET RESPONSE Command ready-for-command (0) initial default status for a row Slot Device Commands used in SET Command (1..99) update-slot-config (1) change an aspect of current slot configuration delete-slot-config (2) remove existing Slot Configuration. Deleting the Slot Configuration using the Slot Command Status will result in the removal of all configured connections associated with that slot number. ndr-switchover (10) force a switchover to the Standby device ndr-restore (11) force a restore back to the original device Response States used in GET RESPONSE Command (100..199) update-successful (101) slot data has been successfully changed delete-successful (102) slot data has been successfully removed switch-successful (110) Slot N+1 Redundancy device has been successfully switched over to Standby device restore-successful (111) Slot N+1 Redundancy device has been successfully restored back to Primary device Slot Config Error Codes used in GET RESPONSE Command (200..799) err-general-slot-config-error (200) Unknown slot configuration error occurred. err-invalid-slot-type (201) Configured slot type not in valid range err-invalid-slot-command (202) Unrecognized slot command-action err-invalid-slot-name (203) Configured slot name too long err-redundancy-disabled (204) Redundancy disabled on this system or does not apply to device type err-cannot-chg-sys-device (205) System Device type does not support configuration change err-invalid-redundancy-state (207) Redundancy state does not apply or invalid err-cannot-delete-online-device (208) Device cannot be present when deleting configuration err-data-locked-by-another-user (450) Another administrative user is making changes to this part of the system via a terminal session. Check Event Log for user name err-snmp-parse-failed (500) Agent could not parse variable err-invalid-snmp-type (501) Variable ASN type does not match Agent defined type err-invalid-snmp-var-size (502) Variable size is too bigrw Enumeration .1.3.6.1.4.1.644.2.4.1.3.1.10 |
numberSlotsThis is the number of slots in the node.roobsolete Integer32 .1.3.6.1.4.1.644.2.4.1.4 |
softwareReleaseIn the form Release x.xx where x.xx is the release number.roobsolete DisplayString (SNMPv2-TC) .1.3.6.1.4.1.644.2.4.1.5 |
redundancy OBJECT IDENTIFIER .1.3.6.1.4.1.644.2.4.1.9 |
ndrEnabledIndicates the system's capability of supporting the N+1 Device Redundancy functionality. The user should configure this variable based on the existence of the Protection Switch Box (PSX) Device. The ndrState will reflect the actual status of N+1 Redundancy. no (0) No PSX attached, N+1 Redundancy disabled. yes (1) PSX attached, N+1 Redundancy enabled.rw DecisionType (ERI-DNX-SMC-MIB) .1.3.6.1.4.1.644.2.4.1.9.1 |
ndrStateThis is the current N+1 Device Redundancy state. disabled (1) N+1 Redundancy disabled by the user. frozen (2) N+1 Redundancy is not active due to missing hardware components. delayed (3) N+1 Redundancy is delayed due to switchover. enabled (4) N+1 Redundancy enabled and ready.ro Enumeration .1.3.6.1.4.1.644.2.4.1.9.2 |
ndrAutoSwitchoverIndicates the user's desired N+1 Device Redundancy automatic Switchover setting when a primary card fails. manual (0) Failed cards will not be switched automatically by the system. User is required to go to Node Summary Console screen and force a manual switchover of the failed card to the Redundant. automatic (1) The system will automatically switch out failed cards for either NDR Group with the Redundant card. narrowband-auto (2) The system will automatically switch out a failed card for the NDR Narrowband Group with the Redundant. broadband-1-auto(3) The system will automatically switch out a failed card for the NDR Broadband Group 1 with the Redundant. broadband-2-auto(4) The system will automatically switch out a failed card for the NDR Broadband Group 2 with the Redundant.rw Enumeration .1.3.6.1.4.1.644.2.4.1.9.3 |
ndrAutoRestoreIndicates the system's N+1 Device Redundancy automatic Restore setting when a protected card becomes operational. manual (0) Protected cards that become operational will not be restored automatically by the system. User is required to go to Node Summary Console screen and force a manual switchover of the Redundant card back to the Primary card. automatic (1) The system will automatically restore protected cards that become operational for either NDR Group. narrowband-auto (2) The system will automatically restore protected cards that become operational for the NDR Narrowband Group. broadband-1-auto(3) The system will automatically restore protected cards that become operational for the NDR Broadband Group 1. broadband-2-auto(4) The system will automatically restore protected cards that become operational for the NDR Broadband Group 2.ro Enumeration .1.3.6.1.4.1.644.2.4.1.9.4 |
ndrBroadbandGroup1This is a 2 byte bit field reflecting the slots that are part of the current active NDR Broadband Group 1. The first 11 bits represent each of the slot numbers. If any of the bits are set, those slots are currently part of the Group 1 N+1 Redundancy Group.ro Integer32 .1.3.6.1.4.1.644.2.4.1.9.5 |
ndrNarrowbandGroupThis is a 2 byte bit field reflecting the slots that are part of the current active NDR Narrowband Group. The first 11 bits represent each of the slot numbers. If any of the bits are set, those slots are currently part of the Narrowband N+1 Redundancy Group.ro Integer32 .1.3.6.1.4.1.644.2.4.1.9.6 |
ndrBroadbandGroup1ProtectedThis is a slot number that indicates which device card from the active NDR Broadband Group 1 has been currently switched over. Valid Protected slots for NDR Broadband Group1 are 8 through 10. If a zero value is returned, no device card is currently protected.ro Integer32 (0 | 8..10) .1.3.6.1.4.1.644.2.4.1.9.7 |
ndrNarrowbandProtectedThis is a slot number that indicates which device card from the active NDR Narrowband Group has been currently switched over. Valid Protected slots for NDR Narrowband Group are 2 through 11. If a zero value is returned, no device card is currently protected.ro Integer32 (0 | 2..11) .1.3.6.1.4.1.644.2.4.1.9.8 |
ndrBroadbandGroup1TypeThis indicates which type of device is currently occupying the status of active NDR Broadband Group 1. Only one type of broadband device can be supported by N+1 Redundancy at one time. Whichever type is selected as the active Broadband Group 1 type should match the device type of the card in Slot 11, which is the designated Broadband Group 1 NDR Redundant slot.rw Enumeration .1.3.6.1.4.1.644.2.4.1.9.9 |
ndrNarrowbandTypeThis indicates which type of device is currently occupying the status of active NDR Narrowband Group. Only one type of Narrowband device can be supported by N+1 Redundancy at one time. Whichever type is selected as the active Narrowband type should match the device type of the card in Slot 1, which is the designated Narrowband NDR Redundant slot.ro Enumeration .1.3.6.1.4.1.644.2.4.1.9.10 |
ndrDualBroadbandEnabledIndicates the system's capability of supporting the N+1 Device Redundancy Dual Broadband Group functionality. The user should configure this variable based on the existence of the Upgraded PSX Hardware. no (0) PSX Dual Broadband Groups disabled or not supported. yes (1) PSX Dual Broadband Groups enabled.rw DecisionType (ERI-DNX-SMC-MIB) .1.3.6.1.4.1.644.2.4.1.9.11 |
ndrBroadbandGroup2This is a 2 byte bit field reflecting the slots that are part of the current active NDR Broadband Group 2. The first 11 bits represent each of the slot numbers. If any of the bits are set, those slots are currently part of the Group 2 N+1 Redundancy Group.ro Integer32 .1.3.6.1.4.1.644.2.4.1.9.12 |
ndrBroadbandGroup2ProtectedThis is a slot number that indicates which device card from the active NDR Broadband Group 2 has been currently switched over. Valid Protected slots for NDR Broadband Group2 are 1 through 6. If a zero value is returned, no device card is currently protected.ro Integer32 .1.3.6.1.4.1.644.2.4.1.9.13 |
ndrBroadbandGroup2TypeThis indicates which type of device is currently occupying the status of active NDR Broadband Group 2. Only one type of broadband device can be supported by N+1 Redundancy at one time. Whichever type is selected as the active Broadband Group 2 type should match the device type of the card in Slot 7, which is the designated Broadband Group 2 NDR Redundant slot.rw Enumeration .1.3.6.1.4.1.644.2.4.1.9.14 |
ndrPsxChassisTypeThis indicates which type of Protection Switch Chassis Hardware has been detected. In order to run with Dual Broadband Group configuration, this value should be set to psx5300.rw Enumeration .1.3.6.1.4.1.644.2.4.1.9.15 |
upgradeSw OBJECT IDENTIFIER .1.3.6.1.4.1.644.2.4.1.10 |
devDownloadTableA Table listing the files one could download from smc to a device card using TFTP SEQUENCE OF DevDownloadEntry .1.3.6.1.4.1.644.2.4.1.10.1 |
devDownloadEntryAn entry in the Device Download Table DevDownloadEntry .1.3.6.1.4.1.644.2.4.1.10.1.1 |
programFileIndexThe index of the program file available for downloadro Integer32 .1.3.6.1.4.1.644.2.4.1.10.1.1.1 |
programFileNameThe name of the program file available for downloadro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.644.2.4.1.10.1.1.2 |
programFileSizeThe size in bytes of the program file available for downloadro Integer32 .1.3.6.1.4.1.644.2.4.1.10.1.1.3 |
programLoadStatusThe load status of the program filero Enumeration .1.3.6.1.4.1.644.2.4.1.10.1.1.4 |
programLoadInitiatorThe name of the user who initiated the program file downloadro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.644.2.4.1.10.1.1.5 |
programBytesSentThe number of bytes sent in the current program file downloadro Integer32 .1.3.6.1.4.1.644.2.4.1.10.1.1.6 |
programSlotNumberThe slot number to which a program file is to be downloadedrw Integer32 .1.3.6.1.4.1.644.2.4.1.10.1.1.7 |
programFileCommandThe command to change the load status of the program file, or an error returned from a command.rw Enumeration .1.3.6.1.4.1.644.2.4.1.10.1.1.8 |
programNestNumberThe Nest number to which a program file is to be downloaded. If this field is not included in the SET PDU, the file will be downloaded to the specified slot in the First Nest (nest1).rw Enumeration .1.3.6.1.4.1.644.2.4.1.10.1.1.9 |
eXpansionNestAdmin OBJECT IDENTIFIER .1.3.6.1.4.1.644.2.4.1.11 |
xNestCfgTableA list of the Configured and Unconfigured Nests in this node with the static and dynamic type information. The maximum number of entries is 8 nests but if this is an Stand-Alone DNX-11 system, only 1 nest entry will be returned. SEQUENCE OF XNestCfgEntry .1.3.6.1.4.1.644.2.4.1.11.1 |
xNestCfgEntryThe conceptual row of the Nest Configuration table. A row in this table can not be created or deleted. A row in this table can be modified by providing valid values for either the Nest Name, Configured Nest Type, NDR Capability, Alarm Contacts, Dual SMCs, Dual XLCs or XCCs, or Nest Command Status. Deleting the Nest Configuration using the Nest Command Status value of 'delete-nest-config' will result in the removal of all configured slots, ports, & connections associated with that nest number. The xNestCmdStatus field must be included as a variable in a SET PDU for the action to take effect. If the xNestCmdStatus is missing from the SET PDU, the GET RESPONSE will contain the SNMP error status of 'genErr' for and an error index equal to the last variable. XNestCfgEntry .1.3.6.1.4.1.644.2.4.1.11.1.1 |
xNestIndexThe nest index number in the node. Nests are indexed 0 through 7 but correspond to Nests 1 to 8.ro Integer32 .1.3.6.1.4.1.644.2.4.1.11.1.1.1 |
xNestUnitNameThe user defined name for this nest.rw DisplayString .1.3.6.1.4.1.644.2.4.1.11.1.1.2 |
xNestTypeThis is the nest type configured by the user. The value, notConfig(0), is the default type for an unconfigured device. Note, if notConfig(0) or stm1X-oc3X(3) is used in a Set Request, the agent will return an error status of 'badValue'. Virtual stm1X-oc3X Nests are configured automatically by the system whenever the user Assigns an available Nest to an STM1X or OC3X Device pair. This can be done via the opticalDevConfigTable after a STM1X or OC3X card has been configured in a Even numbered slot.rw Enumeration .1.3.6.1.4.1.644.2.4.1.11.1.1.3 |
xNestStateThe current machine state of the Nests. mismatch (2) Nest is configured as wrong type. notPresent (8) Nest is unconfigured. missing (12) Nest is configured but communications are down. online (16) Nest is present and operational. offline (32) Nest is present but currently not operational.ro Enumeration .1.3.6.1.4.1.644.2.4.1.11.1.1.4 |
xNestAlarmStatusThe current nest device alarm condition level that indicates it's severity.ro Enumeration .1.3.6.1.4.1.644.2.4.1.11.1.1.5 |
xNestDeviceCardsThe number of device cards presently active in the nest.ro Integer32 .1.3.6.1.4.1.644.2.4.1.11.1.1.6 |
xNestNDRCapableThe configured N+1 Redundancy state of the Nest. no (0) N+1 Redundancy is not available in the Nest. yes (1) N+1 Redundancy is available in the Nest.rw DecisionType (ERI-DNX-SMC-MIB) .1.3.6.1.4.1.644.2.4.1.11.1.1.7 |
xNestAlarmContactsDetermines the type of desired response from the rear SMC/XNM Alarm Contact switches during an alarm event.rw Enumeration .1.3.6.1.4.1.644.2.4.1.11.1.1.8 |
xNestDualSMCsThe number of SMCs configured for the Nest. If running with only a single SMC, this should be set to 'no' in order to suppress unecessary alarms. no (0) Only 1 SMC resides in the Nest. yes (1) Both SMCs reside in the Nest.rw DecisionType (ERI-DNX-SMC-MIB) .1.3.6.1.4.1.644.2.4.1.11.1.1.9 |
xNestDualXccXlcThe number of XCC devices configured for the Node Manager or number of XLC devices configured for the Nest Manager depending on Type of Nest. Nest #1 is considered the Node Manager and all other Nests are considered as Nest Managers. If running with only a single XCC or XLC, this should be set to 'no' in order to suppress unecessary alarms. no (0) Only 1 XCC/XLC resides in the Nest. yes (1) Both XCCs/XLCs reside in the Nest.rw DecisionType (ERI-DNX-SMC-MIB) .1.3.6.1.4.1.644.2.4.1.11.1.1.10 |
xNestCmdStatusThe command status for this nest configuration row/record. The value used in a SET will be replaced by a response value in the GET RESPONSE indicating success or failure. Default Response State used in GET RESPONSE Command ready-for-command (0) initial default status for a row Nest Device Commands used in SET Command (1..99) update-nest-config (1) change an aspect of current nest configuration delete-nest-config (2) remove existing Nest Configuration. Deleting the Nest Configuration using the Nest Command Status will result in the removal of all configured connections associated with that nest number. switch-mgr-cards (3) Perform Switchover to Standby SMC/XNM card in associated Nest reset-device-cards (4) Reset all device cards in associated Nest clear-device-errors (5) Clear error counters for all channel cards in associated Nest switch-xcc-cards (6) Perform Switchover to Standby XCC card in associated Nest switch-xlink-cards (7) Perform Switchover to Standby XLC card in associated Nest. Response States used in GET RESPONSE Command (100..199) update-successful (101) nest data has been successfully changed delete-successful (102) nest data has been successfully removed switch-mgr-successful (103) nest system managers has been successfully switched reset-successful (104) nest device cards have been issued reset requests clear-successful (105) nest device cards have been issued clear error requests switch-xcc-successful (106) nest xcc's has been successfully switched switch-xlink-successful (107) nest xlink cards has been successfully switched Nest Config Error Codes used in GET RESPONSE Command (200..799) err-general-nest-config-error (200) Unknown nest configuration error occurred. err-invalid-nest-type (201) Configured nest type not in valid range err-invalid-nest-command (202) Unrecognized nest command-action err-invalid-nest-name (203) Configured nest name too long err-invalid-nest-alrm (204) Configured nest alarm contacts not in valid range err-invalid-nest-ndr (205) N+1 Redundancy not supported for nest err-invalid-nest-option (206) Dual XCC/XLC or Dual SMC option not valid err-cannot-delete-online-nest (207) Nest cannot be online when deleting configuration err-nest-not-present (208) Nest not ready for command err-data-locked-by-another-user (450) Another administrative user is making changes to this part of the system via a terminal session. Check Event Log for user name err-snmp-parse-failed (500) Agent could not parse variable err-invalid-snmp-type (501) Variable ASN type does not match Agent defined type err-invalid-snmp-var-size (502) Variable size is too bigrw Enumeration .1.3.6.1.4.1.644.2.4.1.11.1.1.11 |
xNestDualPowerThe number of DNX Power Supplies configured for the Nest. If running with only a single Power Supply, this should be set to 'no' in order to suppress unecessary alarms. no (0) Only 1 Power Supply resides in the Nest. yes (1) Both Power Supplies reside in the Nest.rw DecisionType (ERI-DNX-SMC-MIB) .1.3.6.1.4.1.644.2.4.1.11.1.1.12 |
xSlotTableA list of the Configured device cards in this node with the static and dynamic type information. The maximum number of entries depends on the number of nests times the number of slots in the system plus 3 default entries for the system manager cards and the Protection Switch. SEQUENCE OF XSlotEntry .1.3.6.1.4.1.644.2.4.1.11.2 |
xSlotEntryThe conceptual row of the Slot Configuration table. A row in this table can not be created or deleted. A row in this table can be modified by providing valid values for either the Slot Name, Configured Device Type, Device Redundancy, or Slot Command Status. Deleting the Slot Configuration using the Slot Command Status value of 'delete-slot-config' will result in the removal of all configured connections associated with that slot number. The xnmSlotCfgCmdStatus field must be included as a variable in a SET PDU for the action to take effect. If the xnmSlotCfgCmdStatus is missing from the SET PDU, the GET RESPONSE will contain the SNMP error status of 'genErr' for and an error index equal to the last variable. XSlotEntry .1.3.6.1.4.1.644.2.4.1.11.2.1 |
xSlotNestAddrThis number uniquely identifies an Device's Nest-Slot Address. This number will be used throughout the system to identify a unique slot. The format is represented using an IP address syntax (4 byte string). The 1st byte represents the Nest Number (0..7) The 2nd byte represents the Slot Number (1..11) The 3rd byte unused The 4th byte unusedro NestSlotAddress (ERI-DNX-SMC-MIB) .1.3.6.1.4.1.644.2.4.1.11.2.1.1 |
xSlotDeviceTypeThis is the slot type configured by the user. The value, slot(0) is the default type for an unconfigured device. If slot(0) is used in a Set Request, the agent will return an error status of 'badValue'. The slot entries representing the System Manager Cards and the Protection Switch device cannot be used in a Set Request since their device type is static.rw DnxSlotDeviceType .1.3.6.1.4.1.644.2.4.1.11.2.1.2 |
xSlotActualDeviceTypeThis is the actual slot type sent back by the card.ro DnxSlotDeviceType .1.3.6.1.4.1.644.2.4.1.11.2.1.3 |
xSlotDeviceStateThe current machine state of the device. not-present (0) Indicates no hardware detected in the slot. online (1) Device is present and is considered primary operational. offline (2) Device is present but currently not operational. disabled (3) Applies to the Protection Switch box if system cannot support redundancy. standby (4) Device is present but considered as secondary. defective (5) Device is present but could not be activated. bus-error (6) Device is present and reporting a bus connection error. out-of-serv (7) Operator has placed device in Out of Service mode.ro DnxSlotDeviceState .1.3.6.1.4.1.644.2.4.1.11.2.1.4 |
xSlotAlarmLevelThe current slot device alarm condition level that indicates it's severity.ro Enumeration .1.3.6.1.4.1.644.2.4.1.11.2.1.5 |
xSlotDeviceNameThe user defined name for this slot/device.rw DisplayString .1.3.6.1.4.1.644.2.4.1.11.2.1.6 |
xSlotDeviceVersionThe software version release identification number for this device.ro DisplayString .1.3.6.1.4.1.644.2.4.1.11.2.1.7 |
xSlotDeviceRedundancyThe configured N+1 Redundancy state of the device. The slot entries representing the System Manager Cards and the Protection Switch device cannot be used in a Set Request since N+1 Redundancy does not apply to them. disable (0) Device is not configured as part of the Redundancy Group. enable (1) Device is configured as part of the Redundancy Group. n/a (2) Device does not support Redundancy.rw Enumeration .1.3.6.1.4.1.644.2.4.1.11.2.1.8 |
xSlotMiscStateThe current slot/device miscellaneous state conditions. none (0) no misc condition errors (1) errors reported on device test (2) device is in test mode errors-test (3) errors reported on device while in test mode clockSrc (4) device is the source for the system clock errors-clockSrc (5) device is the source for the system clock and errors found test-clockSrc (6) device is the source for the system clock and is in test mode errors-test-clockSrc (7) device is the source for the system clock and is in test mode and errors were foundro Enumeration .1.3.6.1.4.1.644.2.4.1.11.2.1.9 |
xSlotCmdStatusThe command status for this slot configuration row/record. The value used in a SET will be replaced by a response value in the GET RESPONSE indicating success or failure. Default Response State used in GET RESPONSE Command ready-for-command (0) initial default status for a row Slot Device Commands used in SET Command (1..99) update-slot-config (1) change an aspect of current slot configuration delete-slot-config (2) remove existing Slot Configuration. Deleting the Slot Configuration using the Slot Command Status will result in the removal of all configured connections associated with that slot number. ndr-switchover (10) force a switchover to the Standby device ndr-restore (11) force a restore back to the original device Response States used in GET RESPONSE Command (100..199) update-successful (101) slot data has been successfully changed delete-successful (102) slot data has been successfully removed switch-successful (110) Slot N+1 Redundancy device has been successfully switched over to Standby device restore-successful (111) Slot N+1 Redundancy device has been successfully restored back to Primary device Slot Config Error Codes used in GET RESPONSE Command (200..799) err-general-slot-config-error (200) Unknown slot configuration error occurred. err-invalid-slot-type (201) Configured slot type not in valid range err-invalid-slot-command (202) Unrecognized slot command-action err-invalid-slot-name (203) Configured slot name too long err-redundancy-disabled (204) Redundancy disabled on this system or does not apply to device type err-cannot-chg-sys-device (205) System Device type does not support configuration change err-invalid-redundancy-state (207) Redundancy state does not apply or invalid err-cannot-delete-online-device (208) Device cannot be present when deleting configuration err-data-locked-by-another-user (450) Another administrative user is making changes to this part of the system via a terminal session. Check Event Log for user name err-snmp-parse-failed (500) Agent could not parse variable err-invalid-snmp-type (501) Variable ASN type does not match Agent defined type err-invalid-snmp-var-size (502) Variable size is too bigrw Enumeration .1.3.6.1.4.1.644.2.4.1.11.2.1.10 |
xSlotRawDeviceStateThe current raw bitmask form of the state of the slot/device.ro UnsignedInt (ERI-DNX-SMC-MIB) .1.3.6.1.4.1.644.2.4.1.11.2.1.11 |
xNdrTableA list of the Nests with N+1 Redundancy capability in this node. The maximum number of entries depends on the number of nests that have a Protection Switch Device. SEQUENCE OF XNdrEntry .1.3.6.1.4.1.644.2.4.1.11.3 |
xNdrEntryThe conceptual row of the N+1 Redundancy table. A row in this table can not be created or deleted. A row in this table can be modified by providing valid values for any of the configurable N+1 Redundancy fields. The xNdrCmdStatus field must be included as a variable in a SET PDU for the action to take effect. If the xNdrCmdStatus is missing from the SET PDU, the GET RESPONSE will contain the SNMP error status of 'genErr' for and an error index equal to the last variable. XNdrEntry .1.3.6.1.4.1.644.2.4.1.11.3.1 |
xNdrNestIndexThe nest index number in the node. Nests are indexed 0 through 7 but correspond to Nests 1 to 8.ro Integer32 .1.3.6.1.4.1.644.2.4.1.11.3.1.1 |
xNdrStateThis is the current N+1 Device Redundancy state. disabled (1) N+1 Redundancy disabled by the user. frozen (2) N+1 Redundancy is not active due to missing hardware components. delayed (3) N+1 Redundancy is delayed due to switchover. enabled (4) N+1 Redundancy enabled and ready.ro Enumeration .1.3.6.1.4.1.644.2.4.1.11.3.1.2 |
xNdrAutoSwitchoverIndicates the user's desired N+1 Device Redundancy automatic Switchover setting when a primary card fails. manual (0) Failed cards will not be switched automatically by the system. User is required to go to Node Summary Console screen and force a manual switchover of the failed card to the Redundant. automatic (1) The system will automatically switch out failed cards for either NDR Group with the Redundant card. narrowband-auto (2) The system will automatically switch out a failed card for the NDR Narrowband Group with the Redundant. broadband-1-auto(3) The system will automatically switch out a failed card for the NDR Broadband Group 1 with the Redundant. broadband-2-auto(4) The system will automatically switch out a failed card for the NDR Broadband Group 2 with the Redundant.rw Enumeration .1.3.6.1.4.1.644.2.4.1.11.3.1.3 |
xNdrAutoRestoreIndicates the system's N+1 Device Redundancy automatic Restore setting when a protected card becomes operational. manual (0) Protected cards that become operational will not be restored automatically by the system. User is required to go to Node Summary Console screen and force a manual switchover of the Redundant card back to the Primary card. automatic (1) The system will automatically restore protected cards that become operational for either NDR Group. narrowband-auto (2) The system will automatically restore protected cards that become operational for the NDR Narrowband Group. broadband-1-auto(3) The system will automatically restore protected cards that become operational for the NDR Broadband Group 1. broadband-2-auto(4) The system will automatically restore protected cards that become operational for the NDR Broadband Group 2.ro Enumeration .1.3.6.1.4.1.644.2.4.1.11.3.1.4 |
xNdrBroadbandGroup1This is a 2 byte bit field reflecting the slots that are part of the current active NDR Broadband Group 1. The first 11 bits represent each of the slot numbers. If any of the bits are set, those slots are currently part of the Group 1 N+1 Redundancy Group.ro Integer32 .1.3.6.1.4.1.644.2.4.1.11.3.1.5 |
xNdrNarrowbandGroupThis is a 2 byte bit field reflecting the slots that are part of the current active NDR Narrowband Group. The first 11 bits represent each of the slot numbers. If any of the bits are set, those slots are currently part of the Narrowband N+1 Redundancy Group.ro Integer32 .1.3.6.1.4.1.644.2.4.1.11.3.1.6 |
xNdrBroadbandGroup1ProtectedThis is a slot number that indicates which device card from the active NDR Broadband Group 1 has been currently switched over. Valid Protected slots for NDR Broadband Group1 are 8 through 10. If a zero value is returned, no device card is currently protected.ro Integer32 (0 | 8..10) .1.3.6.1.4.1.644.2.4.1.11.3.1.7 |
xNdrNarrowbandProtectedThis is a slot number that indicates which device card from the active NDR Narrowband Group has been currently switched over. Valid Protected slots for NDR Narrowband Group are 2 through 11. If a zero value is returned, no device card is currently protected.ro Integer32 (0 | 2..11) .1.3.6.1.4.1.644.2.4.1.11.3.1.8 |
xNdrBroadbandGroup1TypeThis indicates which type of device is currently occupying the status of active NDR Broadband Group 1. Only one type of broadband device can be supported by N+1 Redundancy at one time. Whichever type is selected as the active Broadband Group 1 type should match the device type of the card in Slot 11, which is the designated Broadband Group 1 NDR Redundant slot.rw Enumeration .1.3.6.1.4.1.644.2.4.1.11.3.1.9 |
xNdrNarrowbandTypeThis indicates which type of device is currently occupying the status of active NDR Narrowband Group. Only one type of Narrowband device can be supported by N+1 Redundancy at one time. Whichever type is selected as the active Narrowband type should match the device type of the card in Slot 1, which is the designated Narrowband NDR Redundant slot.ro Enumeration .1.3.6.1.4.1.644.2.4.1.11.3.1.10 |
xNdrDualBroadbandEnabledIndicates the system's capability of supporting the N+1 Device Redundancy Dual Broadband Group functionality. The user should configure this variable based on the existence of the Upgraded PSX Hardware. no (0) PSX Dual Broadband Groups disabled or not supported. yes (1) PSX Dual Broadband Groups enabled.rw DecisionType (ERI-DNX-SMC-MIB) .1.3.6.1.4.1.644.2.4.1.11.3.1.11 |
xNdrBroadbandGroup2This is a 2 byte bit field reflecting the slots that are part of the current active NDR Broadband Group 2. The first 11 bits represent each of the slot numbers. If any of the bits are set, those slots are currently part of the Group 2 N+1 Redundancy Group.ro Integer32 .1.3.6.1.4.1.644.2.4.1.11.3.1.12 |
xNdrBroadbandGroup2ProtectedThis is a slot number that indicates which device card from the active NDR Broadband Group 2 has been currently switched over. Valid Protected slots for NDR Broadband Group2 are 1 through 6. If a zero value is returned, no device card is currently protected.ro Integer32 .1.3.6.1.4.1.644.2.4.1.11.3.1.13 |
xNdrBroadbandGroup2TypeThis indicates which type of device is currently occupying the status of active NDR Broadband Group 2. Only one type of broadband device can be supported by N+1 Redundancy at one time. Whichever type is selected as the active Broadband Group 2 type should match the device type of the card in Slot 7, which is the designated Broadband Group 2 NDR Redundant slot.rw Enumeration .1.3.6.1.4.1.644.2.4.1.11.3.1.14 |
xNdrPsxChassisTypeThis indicates which type of Protection Switch Chassis Hardware has been detected. In order to run with Dual Broadband Group configuration, this value should be set to psx5300.rw Enumeration .1.3.6.1.4.1.644.2.4.1.11.3.1.15 |
xNdrCmdStatusThe command status for this ndr configuration row/record. The value used in a SET will be replaced by a response value in the GET RESPONSE indicating success or failure. Default Response State used in GET RESPONSE Command ready-for-command (0) initial default status for a row NDR Device Commands used in SET Command (1..99) update-ndr (1) change an aspect of current nest N+1 Redundancy Response States used in GET RESPONSE Command (100..199) update-successful (101) ndr data has been successfully changed NDR Config Error Codes used in GET RESPONSE Command (200..799) err-general-ndr-config-error (200) Unknown ndr configuration error occurred. err-invalid-ndr-group-type (201) Configured NDR Group type not in valid range err-invalid-ndr-command (202) Unrecognized NDR command-action err-invalid-ndr-autoswitch (203) NDR Auto Switchover value not in valid range err-invalid-ndr-chassis (204) NDR Chassis Type value not in valid range err-invalid-ndr-dual-bb (205) NDR Dual Broadband Group value not in valid err-invalid-ndr-dual-psx (206) NDR Dual PSX Power Supply value not in valid err-data-locked-by-another-user (450) Another administrative user is making changes to this part of the system via a terminal session. Check Event Log for user name err-snmp-parse-failed (500) Agent could not parse variable err-invalid-snmp-type (501) Variable ASN type does not match Agent defined type err-invalid-snmp-var-size (502) Variable size is too bigrw Enumeration .1.3.6.1.4.1.644.2.4.1.11.3.1.16 |
xNdrDualPowerSupplyThe number of N+1 Protection Switch Power Supplies configured for the Nest. If running with only a single PSX Power Supply, this should be set to 'no' in order to suppress unecessary alarms. no (0) Only 1 Power Supply resides in the PSX. yes (1) Both Power Supplies reside in the PSX.rw DecisionType (ERI-DNX-SMC-MIB) .1.3.6.1.4.1.644.2.4.1.11.3.1.17 |
dbSyncronize OBJECT IDENTIFIER .1.3.6.1.4.1.644.2.4.1.12.1.2 |
dbAutoSyncModeEnables or disables the Automatic Database Synchronization.rw DecisionType (ERI-DNX-SMC-MIB) .1.3.6.1.4.1.644.2.4.1.12.1.2.1 |
dbSyncStatusThe current status of the System DB Synchronization.ro Enumeration .1.3.6.1.4.1.644.2.4.1.12.1.2.2 |
dbSyncProgressTimeThe number of seconds elapsed since the DB Synchronization has been started.ro Unsigned32 .1.3.6.1.4.1.644.2.4.1.12.1.2.3 |
dbSyncCmdStatusThe command status for this DB Synchronization. The value used in a SET will be replaced by a response value in the GET RESPONSE indicating success or failure. Default Response State used in GET RESPONSE Command ready-for-command (0) initial default status for a row DB Sync Commands used in SET Command (1..99) update (1) Change the auto sync mode startDBSync (2) Starts the DB synchronization process Response States used in GET RESPONSE Command (100..199) update-successful (101) Auto Sync data has been successfully changed sync-start-successful (102) DB Sync process has been successfully started sync-completed-successful (120) DB Sync process has been successfully finished DB Sync Error Codes used in GET RESPONSE Command (200..799) err-gen-dbsync-cfg-error (200) Unknown DB Sync configuration error occurred. err-standby-not-present (201) DB Synchronization cannot be started without standby systemManager Device. err-dbsync-failed (202) DB Synchronization process has failed err-invalid-dbsync-command (203, Unrecognized DB Sync command action err-invalid-dbsync-mode (204) Unrecognized auto sync setting err-data-locked-by-another-user (450) Another administrative user is making changes to this part of the system via a terminal session. Check Event Log for user name err-snmp-parse-failed (500) Agent could not parse variable err-invalid-snmp-type (501) Variable ASN type does not match Agent defined type err-invalid-snmp-var-size (502) Variable size is too bigrw Enumeration .1.3.6.1.4.1.644.2.4.1.12.1.2.4 |
deviceAboutTableThis is the Device About Information table which consists of an entry for each of the Actual device cards in this node with the module, board, revision and software release information. The maximum number of entries depends on the number of nests times the number of slots in each nest. SEQUENCE OF DeviceAboutEntry .1.3.6.1.4.1.644.2.4.2.225 |
deviceAboutEntryThe conceptual row of the Device About Information table. A row in this table cannot be added or deleted, only modified. DeviceAboutEntry .1.3.6.1.4.1.644.2.4.2.225.1 |
devCardAddressThis number uniquely identifies an Device's Nest-Slot Address. This number will be used throughout the system to identify a unique slot. The format is represented using an IP address syntax (4 byte string). The 1st byte represents the Nest Number (0..7) The 2nd byte represents the Slot Number (1..11) The 3rd byte unused The 4th byte unusedro NestSlotAddress (ERI-DNX-SMC-MIB) .1.3.6.1.4.1.644.2.4.2.225.1.1 |
devSwReleaseDateThe release date of the software resident on the device card.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.644.2.4.2.225.1.2 |
devSwChecksumThe checksum of the software resident on the device card.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.644.2.4.2.225.1.3 |
devFrontCardTypeThe Hardware type of Front card for the device.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.644.2.4.2.225.1.4 |
devFrontCardRevThe Hardware revision number of the Front card.ro Integer32 .1.3.6.1.4.1.644.2.4.2.225.1.5 |
devXilinxVersionThe version of Xilinx Hardware on the device card.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.644.2.4.2.225.1.6 |
devRearCardTypeThe Hardware type of Rear card reported by the device.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.644.2.4.2.225.1.7 |
devRearCardRevThe Hardware revision number of the Rear card.ro Integer32 .1.3.6.1.4.1.644.2.4.2.225.1.8 |
devSwVersionThe software version release identification number for this device.ro DisplayString .1.3.6.1.4.1.644.2.4.2.225.1.9 |
eriDNXNestSysMIBThe ERI Enterprise MIB Module for the DNX Nest System Admistration. MODULE-IDENTITY .1.3.6.1.4.1.644.3.14 |