Home/Catalog/CISCO-ENTITY-REDUNDANCY-MIB

CISCO-ENTITY-REDUNDANCY-MIB

AI MIB Summary

The CISCO-ENTITY-REDUNDANCY-MIB manages and monitors redundancy protection states, group memberships, and member component statuses for hardware entities on Cisco devices by correlating Entity MIB physical indexes with specific redundancy architectures. It provides read-only visibility for auto-configured redundant assemblies, such as fan trays, and supports configurable redundancy groups to track failover conditions and member availability across diverse hardware components.

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.
Main OID:
ciscoEntityRedunMIB.1.3.6.1.4.1.9.9.498
72
Objects
Active
Status
8
Dependencies

Imported Objects

Objects

72 total
Object Name
ciscoEntityRedunMIBThis 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.
MODULE-IDENTITY
.1.3.6.1.4.1.9.9.498
ciscoEntityRedunMIBNotifs
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.498.0
ceRedunEventSwitchoverA 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.
NOTIFICATION-TYPE
.1.3.6.1.4.1.9.9.498.0.1
ceRedunProtectStatusChangeA 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.
NOTIFICATION-TYPE
.1.3.6.1.4.1.9.9.498.0.2
ciscoEntityRedunMIBObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.498.1
ceRedunGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.498.1.1
ceRedunGroupTypesTableThis table lists the basic types of redundancy groups supported on the managed device along with additional information about each group type.
SEQUENCE OF CeRedunGroupTypesEntry
.1.3.6.1.4.1.9.9.498.1.1.1
ceRedunGroupTypesEntryA conceptual row in the ceRedunGroupTypesTable.
CeRedunGroupTypesEntry
.1.3.6.1.4.1.9.9.498.1.1.1.1
ceRedunGroupTypeIndexAn 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.
Unsigned32
.1.3.6.1.4.1.9.9.498.1.1.1.1.1
ceRedunGroupTypeNameThe 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.ro
SnmpAdminString (SNMP-FRAMEWORK-MIB)
.1.3.6.1.4.1.9.9.498.1.1.1.1.2
ceRedunGroupCountsThe current count of redundancy groups for a specific ceRedunGroupTypeIndex. This count indicates the number of rows in the ceRedunGroupTable for a specific ceRedunGroupTypeIndex.ro
Gauge32
.1.3.6.1.4.1.9.9.498.1.1.1.1.3
ceRedunNextUnusedGroupIndexThe 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.ro
Unsigned32
.1.3.6.1.4.1.9.9.498.1.1.1.1.4
ceRedunMaxMbrsInGroupThe 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.ro
Unsigned32
.1.3.6.1.4.1.9.9.498.1.1.1.1.5
ceRedunUsesGroupNameBoolean 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.ro
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.9.9.498.1.1.1.1.6
ceRedunGroupDefinitionChangedThe 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.ro
TimeStamp (SNMPv2-TC)
.1.3.6.1.4.1.9.9.498.1.1.1.1.7
ceRedunVendorTypesTableThis 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.
SEQUENCE OF CeRedunVendorTypesEntry
.1.3.6.1.4.1.9.9.498.1.1.2
ceRedunVendorTypesEntryA conceptual row in the ceRedunVendorTypesTable.
CeRedunVendorTypesEntry
.1.3.6.1.4.1.9.9.498.1.1.2.1
ceRedunVendorTypeEach 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.ro
AutonomousType (SNMPv2-TC)
.1.3.6.1.4.1.9.9.498.1.1.2.1.1
ceRedunInternalStatesTableThis 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.
SEQUENCE OF CeRedunInternalStatesEntry
.1.3.6.1.4.1.9.9.498.1.1.3
ceRedunInternalStatesEntryA conceptual row in the ceRedunInternalStatesTable.
CeRedunInternalStatesEntry
.1.3.6.1.4.1.9.9.498.1.1.3.1
ceRedunInternalStateIndexThis 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.
Unsigned32
.1.3.6.1.4.1.9.9.498.1.1.3.1.1
ceRedunStateCategoryThis places the specific internal state into one of several categories of internal states which are significant for redundancy.ro
CeRedunStateCategories (CISCO-ENTITY-REDUNDANCY-TC-MIB)
.1.3.6.1.4.1.9.9.498.1.1.3.1.2
ceRedunInternalStateDescrThis is a string description for the specific internal member state.ro
SnmpAdminString (SNMP-FRAMEWORK-MIB)
.1.3.6.1.4.1.9.9.498.1.1.3.1.3
ceRedunSwitchoverReasonTableThis 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.
SEQUENCE OF CeRedunSwitchoverReasonEntry
.1.3.6.1.4.1.9.9.498.1.1.4
ceRedunSwitchoverReasonEntryA conceptual row in the ceRedunSwitchoverReasonTable.
CeRedunSwitchoverReasonEntry
.1.3.6.1.4.1.9.9.498.1.1.4.1
ceRedunSwitchoverReasonIndexThis is an index corresponding to a switchover reason code.
Unsigned32
.1.3.6.1.4.1.9.9.498.1.1.4.1.1
ceRedunReasonCategoryThis categorizes the specific switchover reason into one of several categories.ro
CeRedunReasonCategories (CISCO-ENTITY-REDUNDANCY-TC-MIB)
.1.3.6.1.4.1.9.9.498.1.1.4.1.2
ceRedunSwitchoverReasonDescrThis is a string description for the specific switchover reason.ro
SnmpAdminString (SNMP-FRAMEWORK-MIB)
.1.3.6.1.4.1.9.9.498.1.1.4.1.3
ceRedunGroupLastChangedThe 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.ro
TimeStamp (SNMPv2-TC)
.1.3.6.1.4.1.9.9.498.1.1.5
ceRedunGroupTableThis table lists group configuration and status objects for a specific redundancy group. However, the members are configured separately in the ceRedunMbrTable.
SEQUENCE OF CeRedunGroupEntry
.1.3.6.1.4.1.9.9.498.1.1.6
ceRedunGroupEntryA conceptual row in the ceRedunGroupTable.
CeRedunGroupEntry
.1.3.6.1.4.1.9.9.498.1.1.6.1
ceRedunGroupIndexA 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.
Unsigned32
.1.3.6.1.4.1.9.9.498.1.1.6.1.1
ceRedunGroupStringIf 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.rw
SnmpAdminString (SNMP-FRAMEWORK-MIB)
.1.3.6.1.4.1.9.9.498.1.1.6.1.2
ceRedunGroupRedunTypeThe intended type of redundancy protection such as 'yCable' or 'aps' for this redundancy group.rw
CeRedunType (CISCO-ENTITY-REDUNDANCY-TC-MIB)
.1.3.6.1.4.1.9.9.498.1.1.6.1.3
ceRedunGroupScopeThis 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).rw
CeRedunScope (CISCO-ENTITY-REDUNDANCY-TC-MIB)
.1.3.6.1.4.1.9.9.498.1.1.6.1.4
ceRedunGroupArchThe 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).rw
CeRedunArch (CISCO-ENTITY-REDUNDANCY-TC-MIB)
.1.3.6.1.4.1.9.9.498.1.1.6.1.5
ceRedunGroupRevertThe 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).rw
Enumeration
.1.3.6.1.4.1.9.9.498.1.1.6.1.6
ceRedunGroupWaitToRestoreThe 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).rw
Unsigned32 UNITS "seconds"
.1.3.6.1.4.1.9.9.498.1.1.6.1.7
ceRedunGroupDirectionThis 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).rw
Enumeration
.1.3.6.1.4.1.9.9.498.1.1.6.1.8
ceRedunGroupStorageTypeThe 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.rw
StorageType (SNMPv2-TC)
.1.3.6.1.4.1.9.9.498.1.1.6.1.9
ceRedunGroupRowStatusThe 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.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.9.9.498.1.1.6.1.10
ceRedunMembers
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.498.1.2
ceRedunMbrLastChangedThe 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.ro
TimeStamp (SNMPv2-TC)
.1.3.6.1.4.1.9.9.498.1.2.1
ceRedunMbrConfigTableThis 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.
SEQUENCE OF CeRedunMbrConfigEntry
.1.3.6.1.4.1.9.9.498.1.2.2
ceRedunMbrConfigEntryA conceptual row in the ceRedunMbrConfigTable.
CeRedunMbrConfigEntry
.1.3.6.1.4.1.9.9.498.1.2.2.1
ceRedunMbrNumberThis 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.
Unsigned32
.1.3.6.1.4.1.9.9.498.1.2.2.1.1
ceRedunMbrPhysIndexThis 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.rw
PhysicalIndex (ENTITY-MIB)
.1.3.6.1.4.1.9.9.498.1.2.2.1.2
ceRedunMbrModeThis 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.rw
CeRedunMode (CISCO-ENTITY-REDUNDANCY-TC-MIB)
.1.3.6.1.4.1.9.9.498.1.2.2.1.3
ceRedunMbrAddressTypeThis 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'.rw
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.9.9.498.1.2.2.1.4
ceRedunMbrRemoteAddressThis 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'.rw
InetAddress (INET-ADDRESS-MIB)
.1.3.6.1.4.1.9.9.498.1.2.2.1.5
ceRedunMbrPriorityThe 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.rw
Enumeration
.1.3.6.1.4.1.9.9.498.1.2.2.1.6
ceRedunMbrStorageTypeThe 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.rw
StorageType (SNMPv2-TC)
.1.3.6.1.4.1.9.9.498.1.2.2.1.8
ceRedunMbrRowStatusThe 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.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.9.9.498.1.2.2.1.9
ceRedunMbrStatusLastChangedThe 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.ro
TimeStamp (SNMPv2-TC)
.1.3.6.1.4.1.9.9.498.1.2.3
ceRedunMbrStatusTableThis 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.
SEQUENCE OF CeRedunMbrStatusEntry
.1.3.6.1.4.1.9.9.498.1.2.4
ceRedunMbrStatusEntryA conceptual row in the ceRedunMbrStatusTable.
CeRedunMbrStatusEntry
.1.3.6.1.4.1.9.9.498.1.2.4.1
ceRedunMbrStatusCurrentIndicates the current status bitflags for the member.ro
CeRedunMbrStatus (CISCO-ENTITY-REDUNDANCY-TC-MIB)
.1.3.6.1.4.1.9.9.498.1.2.4.1.1
ceRedunMbrProtectingMbrThis 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.ro
Unsigned32
.1.3.6.1.4.1.9.9.498.1.2.4.1.2
ceRedunMbrInternalStateThis 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.ro
Unsigned32
.1.3.6.1.4.1.9.9.498.1.2.4.1.3
ceRedunMbrSwitchoverCountsThe 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.ro
Gauge32
.1.3.6.1.4.1.9.9.498.1.2.4.1.4
ceRedunMbrLastSwitchoverThe 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.ro
TimeStamp (SNMPv2-TC)
.1.3.6.1.4.1.9.9.498.1.2.4.1.5
ceRedunMbrSwitchoverReasonThe reported reason code for the last switchover. The corresponding reason category and description can be found from the ceRedunSwitchoverReasonTable.ro
Unsigned32
.1.3.6.1.4.1.9.9.498.1.2.4.1.6
ceRedunMbrSwitchoverSecondsThe 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.ro
Counter64
.1.3.6.1.4.1.9.9.498.1.2.4.1.8
ceRedunCommandTableThis table allows switchover commands to be sent to members of configured redundancy groups.
SEQUENCE OF CeRedunCommandEntry
.1.3.6.1.4.1.9.9.498.1.3
ceRedunCommandEntryA 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.
CeRedunCommandEntry
.1.3.6.1.4.1.9.9.498.1.3.1
ceRedunCommandMbrNumberSpecifies 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.rw
Integer32 (-1..2147483647)
.1.3.6.1.4.1.9.9.498.1.3.1.1
ceRedunCommandSwitchAllows 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).rw
CeRedunSwitchCommand (CISCO-ENTITY-REDUNDANCY-TC-MIB)
.1.3.6.1.4.1.9.9.498.1.3.1.2
ceRedunEnableSwitchoverNotifsThis object controls whether the system produces ceRedunEventSwitchover notifications. A false value will prevent ceRedunEventSwitchover notifications from being generated by this system.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.9.9.498.1.4
ceRedunEnableStatusChangeNotifsThis object controls whether the system produces ceRedunProtectStatusChange notifications. A false value will prevent ceRedunProtectStatusChange notifications from being generated by this system.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.9.9.498.1.5
ciscoEntityRedunMIBConform
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.498.2
ceRedunCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.498.2.1
ceRedunGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.498.2.2
CISCO-ENTITY-REDUNDANCY-MIB - SNMP MIB Reference | MIBs Explorer