CISCO-ENTITY-REDUNDANCY-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-ENTITY-REDUNDANCY-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoEntityRedunMIB 1.3.6.1.4.1.9.9.498
This management information module supports configuration, control and monitoring of redundancy protection for various kinds of components on Cisco managed devices. It is meant to be generic enough to handle basic redundancy control and monitoring for many types of redundant member components and redundancy architectures as long as there is an Entity MIB entPhysicalIndex and entPhysicalVendorType assigned to each member component. It is designed so that the tables can be augmented in other extension MIBS which build upon this MIB by adding additional objects that may be specific to a particular type of redundancy or member component. This MIB can also be used in cases where some types of redundancy groups and members don't require explicit user configuration. One example may be redundant fan assemblies. In those cases, the managed system should internally assign group and member indexes, so that it can provide read-only access to the group and member tables. This allows MIB monitoring for these types of redundant entities.
         ciscoEntityRedunMIBNotifs 1.3.6.1.4.1.9.9.498.0
             ceRedunEventSwitchover 1.3.6.1.4.1.9.9.498.0.1
A ceRedunEventSwitchover notification is sent when the ceRedunMbrProtectingMbr object changes value for a secondary member. The objects should correspond to the secondary member which changed its status. The objects should reflect the status following the switchover.
             ceRedunProtectStatusChange 1.3.6.1.4.1.9.9.498.0.2
A ceRedunProtectStatusChange notification is sent when a protectionProvided bit gets set or cleared for an active member. This is intended to allow notification when protection becomes available or unavailable for an active member of a redundancy group. It should be suppressed if there's a simultaneous change to the standby bit, which would indicate a switchover trap is being sent. Object values sent should reflect the newer status following the change.
         ciscoEntityRedunMIBObjects 1.3.6.1.4.1.9.9.498.1
             ceRedunGroup 1.3.6.1.4.1.9.9.498.1.1
                 ceRedunGroupTypesTable 1.3.6.1.4.1.9.9.498.1.1.1 no-access
This table lists the basic types of redundancy groups supported on the managed device along with additional information about each group type.
                     ceRedunGroupTypesEntry 1.3.6.1.4.1.9.9.498.1.1.1.1 no-access
A conceptual row in the ceRedunGroupTypesTable.
                         ceRedunGroupTypeIndex 1.3.6.1.4.1.9.9.498.1.1.1.1.1 unsigned32 no-access
An index assigned for each type of redundancy group supported on a managed system that requires its own table listing entPhysicalVendorTypes allowed as members for its groups. For instance, port groups have a different set of allowed entPhysicalVendorTypes than linecard groups. So each should have a separate ceRedunGroupTypeIndex. For this example, a command line interface may differentiate by using separate keywords (port-group versus linecard-group) rather than exposing the ceRedunGroupTypeIndex to a user.
                         ceRedunGroupTypeName 1.3.6.1.4.1.9.9.498.1.1.1.1.2 snmpadminstring read-only
The textual name of the redundancy group type. The value of this object should be the name of the redundancy group type assigned by the local device as it would appear for display commands entered at the device's `console'. Examples are port-group, linecard-group, fan-group, etc.
                         ceRedunGroupCounts 1.3.6.1.4.1.9.9.498.1.1.1.1.3 gauge32 read-only
The current count of redundancy groups for a specific ceRedunGroupTypeIndex. This count indicates the number of rows in the ceRedunGroupTable for a specific ceRedunGroupTypeIndex.
                         ceRedunNextUnusedGroupIndex 1.3.6.1.4.1.9.9.498.1.1.1.1.4 unsigned32 read-only
The next unused group index available for configuring a new redundancy group for this group type. In order to avoid unnecessary collisions between competing management stations, `adjacent' retrievals of this object should give different index values. But in order to prevent leaks of unused indexes, it is acceptable to cycle through and report unused indexes again if all of the indexes have already been retrieved previously, yet some remain unused. So the retrieval of an index should not be considered a permanent longterm reservation. If there are no more unused group indexes available, the managed system should return 0. Note: 0 may be an acceptable group index on some managed systems.
                         ceRedunMaxMbrsInGroup 1.3.6.1.4.1.9.9.498.1.1.1.1.5 unsigned32 read-only
The maximum number of primary plus secondary members allowed in a group for a specific ceRedunGroupTypeIndex. If only 1:1 or 1+1 is supported, this should be 2. If the maximum number is unknown or not determinable, the managed system should return 0.
                         ceRedunUsesGroupName 1.3.6.1.4.1.9.9.498.1.1.1.1.6 truthvalue read-only
Boolean to indicate whether this type of redundancy group uses the ceRedunGroupString object as a group name identifier. If it is reported as 'true', the ceRedunGroupString name must contain no internal spaces. If it's reported as 'false', the ceRedunGroupString object is just used as an optional description for the group rather than as the group name.
                         ceRedunGroupDefinitionChanged 1.3.6.1.4.1.9.9.498.1.1.1.1.7 timestamp read-only
The value of sysUpTime when there was the most recent change to any objects in the ceRedunGroupTypesTable except for ceRedunGroupCounts or ceRedunNextUnusedGroupIndex. The sysUpTime should also reflect changes to either the ceRedunVendorTypesTable, ceRedunInternalStatesTable or ceRedunSwitchoverReasonTable. Normally these objects are static, but if there was an in service upgrade to the software image of the managed system then the tables may change and should be read again. If there has been no change since the last initialization of the local network management system, this object should contain the value 0.
                 ceRedunVendorTypesTable 1.3.6.1.4.1.9.9.498.1.1.2 no-access
This table lists all entPhysicalVendorTypes allowed as members for a specific ceRedunGroupTypeIndex on the managed device, inclusive for all configurable values for ceRedunType, ceRedunScope, ceRedunArch, etc. If the ceRedunGroupDefinitionChanged object changes for a particular ceRedunGroupTypeIndex, then this table may have changed and should be read again. Note: Although a specific ceRedunGroupTypeIndex may allow groups of different entPhysicalVendorTypes, managed devices typically enforce all members within a specific group to have the same entPhysicalVendorType.
                     ceRedunVendorTypesEntry 1.3.6.1.4.1.9.9.498.1.1.2.1 no-access
A conceptual row in the ceRedunVendorTypesTable.
                         ceRedunVendorType 1.3.6.1.4.1.9.9.498.1.1.2.1.1 autonomoustype read-only
Each row lists a specific entPhysicalVendorType which is allowed as a member for groups of the type specified by the ceRedunGroupTypeIndex. Note: Normally an index object would have MAX-ACCESS of not-accessible, but since the table contains only this index object, the access is read-only.
                 ceRedunInternalStatesTable 1.3.6.1.4.1.9.9.498.1.1.3 no-access
This table allows the managed system to report a read-only list of internal state numbers and the corresponding descriptions which apply for the members of a particular redundancy group type. If the ceRedunGroupDefinitionChanged object changes for a particular ceRedunGroupTypeIndex, then this table may have changed and should be read again.
                     ceRedunInternalStatesEntry 1.3.6.1.4.1.9.9.498.1.1.3.1 no-access
A conceptual row in the ceRedunInternalStatesTable.
                         ceRedunInternalStateIndex 1.3.6.1.4.1.9.9.498.1.1.3.1.1 unsigned32 no-access
This is an index corresponding to an internal state of a member for a redundancy group of type ceRedunGroupTypeIndex. The state may include any of the initialization or intermediate progression states necessary to reach a stable active or standby state.
                         ceRedunStateCategory 1.3.6.1.4.1.9.9.498.1.1.3.1.2 ceredunstatecategories read-only
This places the specific internal state into one of several categories of internal states which are significant for redundancy.
                         ceRedunInternalStateDescr 1.3.6.1.4.1.9.9.498.1.1.3.1.3 snmpadminstring read-only
This is a string description for the specific internal member state.
                 ceRedunSwitchoverReasonTable 1.3.6.1.4.1.9.9.498.1.1.4 no-access
This table allows the managed system to report a read-only list of switchover reason indexes and the corresponding descriptions. If the ceRedunGroupDefinitionChanged object changes for a particular ceRedunGroupTypeIndex, then this table may have changed and should be read again.
                     ceRedunSwitchoverReasonEntry 1.3.6.1.4.1.9.9.498.1.1.4.1 no-access
A conceptual row in the ceRedunSwitchoverReasonTable.
                         ceRedunSwitchoverReasonIndex 1.3.6.1.4.1.9.9.498.1.1.4.1.1 unsigned32 no-access
This is an index corresponding to a switchover reason code.
                         ceRedunReasonCategory 1.3.6.1.4.1.9.9.498.1.1.4.1.2 ceredunreasoncategories read-only
This categorizes the specific switchover reason into one of several categories.
                         ceRedunSwitchoverReasonDescr 1.3.6.1.4.1.9.9.498.1.1.4.1.3 snmpadminstring read-only
This is a string description for the specific switchover reason.
                 ceRedunGroupLastChanged 1.3.6.1.4.1.9.9.498.1.1.5 timestamp read-only
The value of sysUpTime corresponding to the last change for any object in the ceRedunGroupTable. The source of the change can be due to either an SNMP message affecting an object in the table or due to any other source of user input such as a command line interface. The timestamp applies to all read-create objects even for cases where the managed device only supports read-only access because it doesn't require user configuration of those objects. If there has been no change since the last time the sysUpTime was zero then report the sysUpTime as zero.
                 ceRedunGroupTable 1.3.6.1.4.1.9.9.498.1.1.6 no-access
This table lists group configuration and status objects for a specific redundancy group. However, the members are configured separately in the ceRedunMbrTable.
                     ceRedunGroupEntry 1.3.6.1.4.1.9.9.498.1.1.6.1 no-access
A conceptual row in the ceRedunGroupTable.
                         ceRedunGroupIndex 1.3.6.1.4.1.9.9.498.1.1.6.1.1 unsigned32 no-access
A group number assigned to a particular redundancy group. A group consists of one or more primary members which are protected by one or more secondary members.
                         ceRedunGroupString 1.3.6.1.4.1.9.9.498.1.1.6.1.2 snmpadminstring read-only
If ceRedunUsesGroupName is 'true' for this redundancy group type, this object is a group name identifier and the value of this object has to be specified and should contain no internal spaces when configuring this group entry. If ceRedunUsesGroupName is 'false', the ceRedunGroupString object is just used as an optional description for the group rather than as the group name. In that case it's allowed to have spaces in the string.
                         ceRedunGroupRedunType 1.3.6.1.4.1.9.9.498.1.1.6.1.3 cereduntype read-only
The intended type of redundancy protection such as 'yCable' or 'aps' for this redundancy group.
                         ceRedunGroupScope 1.3.6.1.4.1.9.9.498.1.1.6.1.4 ceredunscope read-only
This object determines the local/remote scope of the redundancy group. This object may not be modified if the associated ceRedunGroupRowStatus object is equal to active(1).
                         ceRedunGroupArch 1.3.6.1.4.1.9.9.498.1.1.6.1.5 ceredunarch read-only
The architecture of the redundancy group, such as 1:1 or 1:n, etc. This object may not be modified if the associated ceRedunGroupRowStatus object is equal to active(1).
                         ceRedunGroupRevert 1.3.6.1.4.1.9.9.498.1.1.6.1.6 integer read-only
The revertive mode of the redundancy group. nonrevertive(1) The secondary member remains active until another switchable event takes place. revertive(2) When the condition that caused a switch to the secondary member has been cleared, a switch is made back to the primary member after a configured delay. Switching should normally be revertive for the 1:n and load-sharing architectures. Switching may optionally be revertive with the 1:1 and 1+1 architectures. This object may not be modified if the associated ceRedunGroupRowStatus object is equal to active(1). Enumeration: 'revertive': 2, 'nonrevertive': 1.
                         ceRedunGroupWaitToRestore 1.3.6.1.4.1.9.9.498.1.1.6.1.7 unsigned32 read-only
The Wait To Restore period in seconds. This object is only applicable to groups which are configured as revertive and does not need to be instantiated for groups which are non-revertive. After clearing of a condition that necessitated an automatic switch, the wait to restore period must elapse before reverting. This is intended to avoid rapid switch oscillations. This object may not be modified if the associated ceRedunGroupRowStatus object is equal to active(1).
                         ceRedunGroupDirection 1.3.6.1.4.1.9.9.498.1.1.6.1.8 integer read-only
This object is applicable only for those types of redundancy such as APS where switchovers can take place independently at near and far ends of a pair of interconnecting links and does not need to be instantiated for other redundancy types. unidirectional(1) Switchovers are allowed to take place independently at protection equipment at the near and far ends of interconnecting links. bidirectional(2) When a switchover happens at the near end protection equipment there is some form of signalling which should cause a corresponding switchover at the far end protection equipment. This object may not be modified if the associated ceRedunGroupRowStatus object is equal to active(1). Enumeration: 'bidirectional': 2, 'unidirectional': 1.
                         ceRedunGroupStorageType 1.3.6.1.4.1.9.9.498.1.1.6.1.9 storagetype read-only
The storage type for this conceptual row. By default, the row will not be saved into non-volatile memory unless this object is set to the value nonVolatile. Note: Conceptual rows having the value 'readOnly' can be used for redundancy groups that aren't configurable and need not allow write-access to any columnar objects in the row.
                         ceRedunGroupRowStatus 1.3.6.1.4.1.9.9.498.1.1.6.1.10 rowstatus read-only
The configuration status of this redundancy group entry. An entry may not exist in the active RowStatus state unless all configurable read-create objects in the entry have an appropriate value. No other read-create objects in this group may be modified if the ceRedunGroupRowStatus object is equal to active(1). When set to 'notInService', changes may be made to configurable read-create objects. Also, associated ceRedunMbrTable objects may be added, deleted and modified. After modifying a conceptual row in this table, the management client must set this object to 'active' in order for the changes to take effect.
             ceRedunMembers 1.3.6.1.4.1.9.9.498.1.2
                 ceRedunMbrLastChanged 1.3.6.1.4.1.9.9.498.1.2.1 timestamp read-only
The value of sysUpTime corresponding to the last change to any read-create objects in this table. The source of the change can be due to either an SNMP message affecting this table or due to any other source of user input such as a command line interface. The timestamp applies to all read-create objects even for cases where the managed device only supports read-only access because it doesn't require user configuration of those objects. If there has been no change since the last time the sysUpTime was zero then report the sysUpTime as zero.
                 ceRedunMbrConfigTable 1.3.6.1.4.1.9.9.498.1.2.2 no-access
This table lists the group members and generic redundancy objects which are associated with configuring redundancy group members. The switchover granularity should be for one member at a time. In other words if a member is allowed to be an individual port, then switchovers on multi-port linecards would be expected to take place independently for each port on the linecard. But if the members are full linecards, then all ports on the linecard would be expected to switch at the same time.
                     ceRedunMbrConfigEntry 1.3.6.1.4.1.9.9.498.1.2.2.1 no-access
A conceptual row in the ceRedunMbrConfigTable.
                         ceRedunMbrNumber 1.3.6.1.4.1.9.9.498.1.2.2.1.1 unsigned32 no-access
This field should be assigned as a unique member number within a redundancy group. The value 0 always indicates a secondary member. Primary members should have numbers which are higher than secondary members. Note: This definition of member values, including the use of the value 0 for the secondary member allows compatibility with existing 1:n SONET APS channel numbering. Yet the numbering definition has also been expanded to allow support for the most general m:n redundancy architectures.
                         ceRedunMbrPhysIndex 1.3.6.1.4.1.9.9.498.1.2.2.1.2 physicalindex read-only
This field specifies the entity PhysicalIndex which is being configured as a redundancy member. It is the responsibility of the managed device to enforce any restrictions on matching entPhysicalVendorType, slot positions etc. among members of the same redundancy group.
                         ceRedunMbrMode 1.3.6.1.4.1.9.9.498.1.2.2.1.3 ceredunmode read-only
This field is set to the 'primary' (working) or 'secondary' (protection) role within the redundancy group. The designation as 'primary' or 'secondary' is configured and is static. It doesn't change due to a switchover.
                         ceRedunMbrAddressType 1.3.6.1.4.1.9.9.498.1.2.2.1.4 inetaddresstype read-only
This field specifies the type of address used for the ceRedunMbrAddress object. It does not need to be instantiated when the ceRedunGroupScope value is 'remoteSystem' or 'remoteChassis'.
                         ceRedunMbrRemoteAddress 1.3.6.1.4.1.9.9.498.1.2.2.1.5 inetaddress read-only
This field specifies the remote management address of the shelf or system where the peer member is expected to be configured. It does not need to be instantiated when the ceRedunGroupScope value is 'remoteSystem' or 'remoteChassis'.
                         ceRedunMbrPriority 1.3.6.1.4.1.9.9.498.1.2.2.1.6 integer read-only
The priority of the member. For 1:n architectures if the secondary member has already become active for a primary member with a lower priority, it can instead take over for a different primary member if that member has higher priority. This field is only applicable if the member is to be included in a group using the 1:n architecture. It is not applicable if the member is to be included in a group using the 1:1 or 1+1 architecture, and is ignored in that case. Enumeration: 'high': 2, 'low': 1.
                         ceRedunMbrStorageType 1.3.6.1.4.1.9.9.498.1.2.2.1.8 storagetype read-only
The storage type for this conceptual row. By default, the row will not be saved into non-volatile memory unless this object is set to the value nonVolatile. Note: Conceptual rows having the value 'readOnly' can be used for redundancy groups that aren't configurable and need not allow write-access to any columnar objects in the row.
                         ceRedunMbrRowStatus 1.3.6.1.4.1.9.9.498.1.2.2.1.9 rowstatus read-only
The configuration status of this member entry. A row in the ceRedunMbrConfigTable may not be created, deleted, or set to notInService if the associated ceRedunGroupRowStatus object is equal to active. However, if the ceRedunGroupRowStatus object is equal to notInService, a row may be created, deleted or modified. In other words, a member may not be added, deleted or modified if the including group is active.
                 ceRedunMbrStatusLastChanged 1.3.6.1.4.1.9.9.498.1.2.3 timestamp read-only
The value of sysUpTime corresponding to the last change to any objects in the ceRedunMbrStatusTable table. If there has been no change since the last time the sysUpTime was zero then report the sysUpTime as zero.
                 ceRedunMbrStatusTable 1.3.6.1.4.1.9.9.498.1.2.4 no-access
This table lists the redundancy status and other read-only redundancy objects which are associated with redundancy group members. Status associated with member alarm conditions should be reported separately using the CISCO-ENTITY-ALARM-MIB.
                     ceRedunMbrStatusEntry 1.3.6.1.4.1.9.9.498.1.2.4.1 no-access
A conceptual row in the ceRedunMbrStatusTable.
                         ceRedunMbrStatusCurrent 1.3.6.1.4.1.9.9.498.1.2.4.1.1 ceredunmbrstatus read-only
Indicates the current status bitflags for the member.
                         ceRedunMbrProtectingMbr 1.3.6.1.4.1.9.9.498.1.2.4.1.2 unsigned32 read-only
This field is valid only for a secondary member. When the secondary member is active, this value indicates the primary member it has taken over for. When the secondary member is standby, it should return its own member number. Primary members should return their own member number.
                         ceRedunMbrInternalState 1.3.6.1.4.1.9.9.498.1.2.4.1.3 unsigned32 read-only
This is the current internal state index for a member. The corresponding state category and description can be found in the ceRedunInternalStatesTable. It may include any of the initialization or intermediate progression states necessary to reach a stable active or standby state.
                         ceRedunMbrSwitchoverCounts 1.3.6.1.4.1.9.9.498.1.2.4.1.4 gauge32 read-only
The number of times this primary or secondary member has changed from being active to being standby due to a switchover. The counter should monotonically increase but never wrap or decrease, except at a system restart. When queried for a secondary member that has never gone active since the last system restart, then no switchovers should be reported so it should return 0.
                         ceRedunMbrLastSwitchover 1.3.6.1.4.1.9.9.498.1.2.4.1.5 timestamp read-only
The value of sysUpTime when this primary member last completed a switchover to the secondary member. If this member has never switched to standby, or this is a secondary member, the value 0 should be returned.
                         ceRedunMbrSwitchoverReason 1.3.6.1.4.1.9.9.498.1.2.4.1.6 unsigned32 read-only
The reported reason code for the last switchover. The corresponding reason category and description can be found from the ceRedunSwitchoverReasonTable.
                         ceRedunMbrSwitchoverSeconds 1.3.6.1.4.1.9.9.498.1.2.4.1.8 counter64 read-only
The cumulative switching duration time in seconds. For a primary member, this is the cumulative number of seconds that service was carried by the secondary member. For the secondary member, this is the cumulative number of seconds that the secondary member has been used to protect a primary member. This information is only valid if revertive switching is enabled. The value 0 should be returned otherwise.
             ceRedunCommandTable 1.3.6.1.4.1.9.9.498.1.3 no-access
This table allows switchover commands to be sent to members of configured redundancy groups.
                 ceRedunCommandEntry 1.3.6.1.4.1.9.9.498.1.3.1 no-access
A conceptual row in the ceRedunCommandTable. This row exists only if the associated ceRedunGroupEntry is active and has at least one primary and secondary member active.
                     ceRedunCommandMbrNumber 1.3.6.1.4.1.9.9.498.1.3.1.1 integer32 read-write
Specifies the redundancy group member to which the switch command applies. The value -1 for this object is only valid for a clear command and indicates the clear command applies to all members of the redundancy group type.
                     ceRedunCommandSwitch 1.3.6.1.4.1.9.9.498.1.3.1.2 ceredunswitchcommand read-write
Allows the initiation of a redundancy switchover command for the redundant member. When a valid member is specified, the command applies to the specified member. If the redundancy switchover command cannot be executed because an equal or higher priority request is in effect, an error is returned. When read, this object returns the last command written which is currently still in effect or 'noCmdInEffect' if no command is currently in effect. And for the specific case of a 'manualSwitchAway' command, some managed devices and redundancy types may do an initial switch, but may optionally not keep the switch in effect as a permanent state. In order to determine the current switchover state of the redundancy group it is necessary to read the ceRedunMbrProtectingMbr object for the secondary member(s).
             ceRedunEnableSwitchoverNotifs 1.3.6.1.4.1.9.9.498.1.4 truthvalue read-write
This object controls whether the system produces ceRedunEventSwitchover notifications. A false value will prevent ceRedunEventSwitchover notifications from being generated by this system.
             ceRedunEnableStatusChangeNotifs 1.3.6.1.4.1.9.9.498.1.5 truthvalue read-write
This object controls whether the system produces ceRedunProtectStatusChange notifications. A false value will prevent ceRedunProtectStatusChange notifications from being generated by this system.
         ciscoEntityRedunMIBConform 1.3.6.1.4.1.9.9.498.2
             ceRedunCompliances 1.3.6.1.4.1.9.9.498.2.1
                 ceRedunCompliance 1.3.6.1.4.1.9.9.498.2.1.1
The compliance statement for Cisco entity redundancy groups.
             ceRedunGroups 1.3.6.1.4.1.9.9.498.2.2
                 ceRedunGroupTypeGroup 1.3.6.1.4.1.9.9.498.2.2.1
A collection of mandatory objects providing configuration information applicable to redundancy entity group types.
                 ceRedunOptionalGroupTypes 1.3.6.1.4.1.9.9.498.2.2.2
A collection of optional objects from the ceRedunGroupTypesTable.
                 ceRedunInternalStates 1.3.6.1.4.1.9.9.498.2.2.3
A collection of objects giving internal redundancy state information.
                 ceRedunSwitchoverReason 1.3.6.1.4.1.9.9.498.2.2.4
A collection of objects giving switchover reason information.
                 ceRedunGroupObjects 1.3.6.1.4.1.9.9.498.2.2.5
A collection of mandatory objects providing information applicable to redundancy entity groups.
                 ceRedunRevertiveGroup 1.3.6.1.4.1.9.9.498.2.2.6
A collection of objects providing revertive switchover capability.
                 ceRedunBidirectional 1.3.6.1.4.1.9.9.498.2.2.7
The objects which provide information which is applicable to groups supporting bi-directional operation.
                 ceRedunMemberConfig 1.3.6.1.4.1.9.9.498.2.2.8
A collection of mandatory member objects providing configuration information applicable to all redundancy members.
                 ceRedunRemoteSystem 1.3.6.1.4.1.9.9.498.2.2.9
The objects which provide information which is only applicable to 'remoteSystem' or 'remoteChassis' groups.
                 ceRedunOneToN 1.3.6.1.4.1.9.9.498.2.2.10
The objects which provide information which is only applicable to groups implementing the 1:n architecture.
                 ceRedunMemberStatus 1.3.6.1.4.1.9.9.498.2.2.11
A collection of mandatory ceRedunStatusTable objects providing status information applicable to redundancy members.
                 ceRedunOptionalMbrStatus 1.3.6.1.4.1.9.9.498.2.2.12
A collection of objects providing additional member status.
                 ceRedunCommandsGroup 1.3.6.1.4.1.9.9.498.2.2.13
A collection of objects providing commanded switchover capability.
                 ceRedunNotifEnables 1.3.6.1.4.1.9.9.498.2.2.14
A collection of objects providing configuration information applicable to all redundancy entity groups.
                 ceRedunSwitchNotifGroup 1.3.6.1.4.1.9.9.498.2.2.15
A collection of entity redundancy notifications that may optionally be implemented.
                 ceRedunProtectStatusNotifGroup 1.3.6.1.4.1.9.9.498.2.2.16
A collection of entity redundancy notifications that may optionally be implemented.