BAS-REDUNDANCY-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Counter32, Integer32 FROM SNMPv2-SMI RowStatus, TruthValue FROM SNMPv2-TC BasChassisId, BasSlotId, BasInterfaceId, BasLogicalPortId, basRedundancy FROM BAS-MIB; basRedundancyMIB MODULE-IDENTITY LAST-UPDATED "2009211415Z" ORGANIZATION "ADC" CONTACT-INFO "Tech Support ADC 8 Technology Drive Westborough, MA 01581 U.S.A. 508-366-8833 support@basystems.com" DESCRIPTION "The MIB module defines the configuration MIB objects for BAS Redundancy functionality extensions." ::= { basRedundancy 1 } -- The BAS CMTS Redundancy tables contain BAS proprietary information for -- CMTS card redundancy. -- The BAS CMTS Redundancy Group Table contains information for CMTS Redundancy Groups. -- There is one row in the table for each group. -- A group is defined using two CMTS cards in adjacent slots. One slot is identified -- by the basCmtsRedundancyGroupSlot object and the other slot is identified by -- the basCmtsRedundancyPeerSlot object. basCmtsRedundancyGroupTable OBJECT-TYPE SYNTAX SEQUENCE OF BasCmtsRedundancyGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of CMTS Redundancy Group entries." ::= { basRedundancyMIB 1 } basCmtsRedundancyGroupEntry OBJECT-TYPE SYNTAX BasCmtsRedundancyGroupEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry containing management information applicable to a particular CMTS Redundancy Group." INDEX { basCmtsRedundancyGroupId } ::= { basCmtsRedundancyGroupTable 1 } BasCmtsRedundancyGroupEntry ::= SEQUENCE { basCmtsRedundancyGroupId Integer32, basCmtsRedundancyPeer1Slot BasSlotId, basCmtsRedundancyPeer2Slot BasSlotId, basCmtsRedundancyGroupAdminStatus RowStatus } basCmtsRedundancyGroupId OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "The BAS Redundancy ID of this group." ::= { basCmtsRedundancyGroupEntry 1 } basCmtsRedundancyPeer1Slot OBJECT-TYPE SYNTAX BasSlotId MAX-ACCESS read-create STATUS current DESCRIPTION "The BAS Slot ID of the Peer Card." ::= { basCmtsRedundancyGroupEntry 2 } basCmtsRedundancyPeer2Slot OBJECT-TYPE SYNTAX BasSlotId MAX-ACCESS read-create STATUS current DESCRIPTION "The BAS Slot ID of the Peer Card." ::= { basCmtsRedundancyGroupEntry 3 } basCmtsRedundancyGroupAdminStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The desired state of the redundancy group. active(1) failover enabled notInService(2) failover disabled by operator notReady(3) ? createAndGo(4) create/modify group config go to active createAndWait(5) create/modify group config leave disabled destroy(6) remove group definition" ::= { basCmtsRedundancyGroupEntry 4 } -- The BAS CMTS Redundancy Port Upstream Normal table contains information on CMTS card -- configurationin its normal working state. basCmtsNormalUpstreamChannelTable OBJECT-TYPE SYNTAX SEQUENCE OF BasCmtsNormalUpstreamChannelEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of CMTS Upstream Receiver (Channel) to Physical RF Port Mappings used when the CMTS is operating in a Normal, non-redundant or non-failover mode." ::= { basRedundancyMIB 4 } basCmtsNormalUpstreamChannelEntry OBJECT-TYPE SYNTAX BasCmtsNormalUpstreamChannelEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry containing Upstream Receiver (Channel) to Physical RF Port Mappings used when a particular CMTS is operating in a Normal, non-redundant or non-failover mode." INDEX {basCmtsNormalUpstreamChannelChassis, basCmtsNormalUpstreamChannelSlot, basCmtsNormalUpstreamChannelIf, basCmtsNormalUpstreamChannelLPort, basCmtsNormalUpstreamChannelId } ::= { basCmtsNormalUpstreamChannelTable 1 } BasCmtsNormalUpstreamChannelEntry ::= SEQUENCE { basCmtsNormalUpstreamChannelChassis BasChassisId, basCmtsNormalUpstreamChannelSlot BasSlotId, basCmtsNormalUpstreamChannelIf BasInterfaceId, basCmtsNormalUpstreamChannelLPort BasLogicalPortId, basCmtsNormalUpstreamChannelId Integer32, basCmtsNormalUpstreamChannelPort INTEGER } basCmtsNormalUpstreamChannelChassis OBJECT-TYPE SYNTAX BasChassisId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The BAS Chassis ID of the Card." ::= { basCmtsNormalUpstreamChannelEntry 1 } basCmtsNormalUpstreamChannelSlot OBJECT-TYPE SYNTAX BasSlotId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The BAS Slot ID of the Card." ::= { basCmtsNormalUpstreamChannelEntry 2 } basCmtsNormalUpstreamChannelIf OBJECT-TYPE SYNTAX BasInterfaceId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The BAS interface ID of the Card." ::= { basCmtsNormalUpstreamChannelEntry 3 } basCmtsNormalUpstreamChannelLPort OBJECT-TYPE SYNTAX BasLogicalPortId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The BAS logical port ID of the Card." ::= { basCmtsNormalUpstreamChannelEntry 4 } basCmtsNormalUpstreamChannelId OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Upstream receiver channel identifier" ::= { basCmtsNormalUpstreamChannelEntry 5 } basCmtsNormalUpstreamChannelPort OBJECT-TYPE SYNTAX INTEGER(0..6) MAX-ACCESS read-write STATUS current DESCRIPTION "Controls connectivity of an upstream channel to a Phyiscal RF port when the card is operating in a Normal, non-redundant or and non-failover mode. The channel specified by basCmtsNormalUpstreamChannelId connects to the port number specified here. A port mapping of zero specifies that the channel, upstream interface, in question is operationally dormant and will not accept upstream signal from the cable plant. The dormant ifOperStatus is useful and recommended for isolating upstream channels that are externally combined between two CMTS cards in a redundancy group. The connection matrix for a card in normal mode uses the following default values: channel 1 mapping to port 1, channel 2 mapping to port 2, channel 3 mapping to port 3, channel 4 mapping to port 4, channel 5 mapping to port 5, channel 6 mapping to port 6." ::= { basCmtsNormalUpstreamChannelEntry 6 } -- The BAS CMTS Redundancy Port Upstream Failover table contains information on CMTS card -- configuration in its failover state. basCmtsFailoverUpstreamChannelTable OBJECT-TYPE SYNTAX SEQUENCE OF BasCmtsFailoverUpstreamChannelEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of CMTS Upstream Receiver to Physical RF Port Mappings used when the CMTS is operating in a Failover mode for another CMTS card in this card's redundancy group." ::= { basRedundancyMIB 5 } basCmtsFailoverUpstreamChannelEntry OBJECT-TYPE SYNTAX BasCmtsFailoverUpstreamChannelEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry containing Upstream Receiver (Channel) to Physical RF Port Mappings used when a particular CMTS is operating in a Failover mode for another CMTS card in this card's redundancy group." INDEX {basCmtsFailoverUpstreamChannelChassis, basCmtsFailoverUpstreamChannelSlot, basCmtsFailoverUpstreamChannelIf, basCmtsFailoverUpstreamChannelLPort, basCmtsFailoverUpstreamChannelId } ::= { basCmtsFailoverUpstreamChannelTable 1 } BasCmtsFailoverUpstreamChannelEntry ::= SEQUENCE { basCmtsFailoverUpstreamChannelChassis BasChassisId, basCmtsFailoverUpstreamChannelSlot BasSlotId, basCmtsFailoverUpstreamChannelIf BasInterfaceId, basCmtsFailoverUpstreamChannelLPort BasLogicalPortId, basCmtsFailoverUpstreamChannelId Integer32, basCmtsFailoverUpstreamChannelPort INTEGER } basCmtsFailoverUpstreamChannelChassis OBJECT-TYPE SYNTAX BasChassisId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The BAS Chassis ID of the Card." ::= { basCmtsFailoverUpstreamChannelEntry 1 } basCmtsFailoverUpstreamChannelSlot OBJECT-TYPE SYNTAX BasSlotId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The BAS Slot ID of the Card." ::= { basCmtsFailoverUpstreamChannelEntry 2 } basCmtsFailoverUpstreamChannelIf OBJECT-TYPE SYNTAX BasInterfaceId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The BAS interface ID of the Card." ::= { basCmtsFailoverUpstreamChannelEntry 3 } basCmtsFailoverUpstreamChannelLPort OBJECT-TYPE SYNTAX BasLogicalPortId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The BAS logical port ID of the Card." ::= { basCmtsFailoverUpstreamChannelEntry 4 } basCmtsFailoverUpstreamChannelId OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Upstream receiver channel identifier" ::= { basCmtsFailoverUpstreamChannelEntry 5 } basCmtsFailoverUpstreamChannelPort OBJECT-TYPE SYNTAX INTEGER(0..6) MAX-ACCESS read-write STATUS current DESCRIPTION "Controls connectivity of an upstream channel to a Physical RF port when the card is operating in a Failover mode for another CMTS card in this card's redundancy group. The channel specified by basCmtsFailoverUpstreamChannelId connects to the port number specified here. A port mapping of zero specifies that the channel, upstream interface, in question is operationally dormant and will not accept upstream signal from the cable plant. The dormant ifOperStatus is more applicable to normal mode as described by the basCmtsNormalUpstreamChannelEntry. The connection matrix for a card in Failover mode uses the following default values: channel 1 mapping to port 1, channel 2 mapping to port 2, channel 3 mapping to port 3, channel 4 mapping to port 4, channel 5 mapping to port 5, channel 6 mapping to port 6." ::= { basCmtsFailoverUpstreamChannelEntry 6 } -- New -- The BAS CMTS Recovery Mode Table -- basCmtsRecoveryModeTable OBJECT-TYPE SYNTAX SEQUENCE OF BasCmtsRecoveryModeEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of CMTS entries that describes the startup or recovery behavior of each CMTS. Specifically, when a CMTS boots, it may be set to automatic recovery with a specified time value to wait or to manual recovery in which the CMTS must wait for operator control to start the card. This startup/recovery mode provides time, if desired, to evaluate a failed CMTS before permitting it to complete the boot cycle. These controls are most relevant to CMTS that are configured into a redundancy group." ::= { basRedundancyMIB 6 } basCmtsRecoveryModeEntry OBJECT-TYPE SYNTAX BasCmtsRecoveryModeEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry containing the recovery mode configuration applicable to a particular CMTS card." INDEX { basCmtsRecoveryModeChassis, basCmtsRecoveryModeSlot, basCmtsRecoveryModeIf, basCmtsRecoveryModeLPort } ::= { basCmtsRecoveryModeTable 1 } BasCmtsRecoveryModeEntry ::= SEQUENCE { basCmtsRecoveryModeChassis BasChassisId, basCmtsRecoveryModeSlot BasSlotId, basCmtsRecoveryModeIf BasInterfaceId, basCmtsRecoveryModeLPort BasLogicalPortId, basCmtsRecoveryMode INTEGER, basCmtsRecoveryTimer INTEGER, basCmtsRecoveryControl INTEGER } basCmtsRecoveryModeChassis OBJECT-TYPE SYNTAX BasChassisId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The BAS Chassis ID of the Card." ::= { basCmtsRecoveryModeEntry 1 } basCmtsRecoveryModeSlot OBJECT-TYPE SYNTAX BasSlotId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The BAS Slot ID of the Card." ::= { basCmtsRecoveryModeEntry 2 } basCmtsRecoveryModeIf OBJECT-TYPE SYNTAX BasInterfaceId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The BAS interface ID of the Card." ::= { basCmtsRecoveryModeEntry 3 } basCmtsRecoveryModeLPort OBJECT-TYPE SYNTAX BasLogicalPortId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The BAS logical port ID of the Card." ::= { basCmtsRecoveryModeEntry 4 } basCmtsRecoveryMode OBJECT-TYPE SYNTAX INTEGER { basManual (1), basAuto (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The startup / recovery mode that this card should follow. Automatic recovery specifies that the CMTS should wait for the basCmtsRecoveryTimer period before completing the boot. Manualy recovery specifies that the CMTS should wait for the basCmtsRecoveryControl::basManualResume command before completing the boot." DEFVAL { 2 } ::= { basCmtsRecoveryModeEntry 5 } basCmtsRecoveryTimer OBJECT-TYPE SYNTAX INTEGER (0..10080) MAX-ACCESS read-write STATUS current DESCRIPTION "The time period in minutes that the CMTS card should wait before completing the startup / recovery (boot) operation." DEFVAL { 0 } ::= { basCmtsRecoveryModeEntry 6 } basCmtsRecoveryControl OBJECT-TYPE SYNTAX INTEGER { basManualNone (1), basManualResume (2), basManualSuspend (3) } MAX-ACCESS read-write STATUS current DESCRIPTION "The recovery control set by the user to instruct a CMTS to complete, basManualResum, the startup / recovery (boot) operation, or to terminate, basManualSuspend, DOCSIS RF operations." DEFVAL { 1 } ::= { basCmtsRecoveryModeEntry 7 } -- The BAS CMTS Redundancy state table contains information on redundancy state machine process -- for an individual card. basCmtsRpsFsmTable OBJECT-TYPE SYNTAX SEQUENCE OF BasCmtsRpsFsmEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of CMTS Redundancy State Machine entries." ::= { basRedundancyMIB 7 } basCmtsRpsFsmEntry OBJECT-TYPE SYNTAX BasCmtsRpsFsmEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry containing state machine information applicable to a particular CMTS card in a redundancy group." INDEX {basCmtsRpsFsmChassis, basCmtsRpsFsmSlot, basCmtsRpsFsmIf, basCmtsRpsFsmLPort } ::= { basCmtsRpsFsmTable 1 } BasCmtsRpsFsmEntry ::= SEQUENCE { basCmtsRpsFsmChassis BasChassisId, basCmtsRpsFsmSlot BasSlotId, basCmtsRpsFsmIf BasInterfaceId, basCmtsRpsFsmLPort BasLogicalPortId, basCmtsRpsFsmCurrentMode INTEGER, basCmtsRpsFsmPreviousMode INTEGER, basCmtsRpsFsmCurrentState INTEGER, basCmtsRpsFsmPreviousState INTEGER, basCmtsRpsFsmLastEvent INTEGER, basCmtsRpsFsmLocalStatus INTEGER, basCmtsRpsFsmPeerStatus INTEGER, basCmtsRpsFsmLinkStatusCount Counter32, basCmtsRpsFsmFailOverCount Counter32 } basCmtsRpsFsmChassis OBJECT-TYPE SYNTAX BasChassisId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The BAS Chassis ID of the Card." ::= { basCmtsRpsFsmEntry 1 } basCmtsRpsFsmSlot OBJECT-TYPE SYNTAX BasSlotId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The BAS Slot ID of the Card." ::= { basCmtsRpsFsmEntry 2 } basCmtsRpsFsmIf OBJECT-TYPE SYNTAX BasInterfaceId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The BAS interface ID of the Card." ::= { basCmtsRpsFsmEntry 3 } basCmtsRpsFsmLPort OBJECT-TYPE SYNTAX BasLogicalPortId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The BAS logical port ID of the Card." ::= { basCmtsRpsFsmEntry 4 } basCmtsRpsFsmCurrentMode OBJECT-TYPE SYNTAX INTEGER { basRpsIdle(1), basRpsSingle(2), basRpsNormal(3), basRpsFailover(4) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the current operational mode of a CMTS card. The channel to port mapping determines the operational mode. basRpsSingle = not configured for redundancy basRpsIdle = downstream transmitter port is off basRpsNormal = normal channel-port mapping in effect basRpsFailover = failover channel-port mapping in effect" ::= { basCmtsRpsFsmEntry 5 } basCmtsRpsFsmPreviousMode OBJECT-TYPE SYNTAX INTEGER { basRpsIdle(1), basRpsSingle(2), basRpsNormal(3), basRpsFailover(4) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the previous operational mode of a CMTS card. The channel to port mapping determines the operational mode. basRpsSingle = not configured for redundancy basRpsIdle = downstream transmitter port is off basRpsNormal = normal channel-port mapping in effect basRpsFailover = failover channel-port mapping in effect" ::= { basCmtsRpsFsmEntry 6 } basCmtsRpsFsmCurrentState OBJECT-TYPE SYNTAX INTEGER { basRpsStart(1), basRpsConfigWait(2), basRpsRecovyPending(3), basRpsPeerCheck(4), basRpsRedund(5), basRpsTakeover(6), basRpsPeerRecov(7), basRpsSingle(8), basRpsFatal(9) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the current condition of the CMTS redundancy state machine." ::= { basCmtsRpsFsmEntry 7 } basCmtsRpsFsmPreviousState OBJECT-TYPE SYNTAX INTEGER { basRpsStart(1), basRpsConfigWait(2), basRpsRecovyPending(3), basRpsPeerCheck(4), basRpsRedund(5), basRpsTakeover(6), basRpsPeerRecov(7), basRpsSingle(8), basRpsFatal(9) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the previous condition of the CMTS redundancy state machine." ::= { basCmtsRpsFsmEntry 8 } basCmtsRpsFsmLastEvent OBJECT-TYPE SYNTAX INTEGER { basRpsOff(1), basRpsOn(2), basRpsConfigComplete(3), basRpsResetTimeout(4), basRpsResetCmdGo(5), basRpsResetAuto(6), basRpsResetCmdStop(7), basRpsRspTimeout(8), basRpsRxRRsp(9), basRpsRxRReq(10), basRpsPeerFail(11), basRpsPeerUp(12), basRpsRecovyTimeout(13), basRpsLocFail(14), basRpsSuspend(15) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the last event that caused a state change in the CMTS redundancy state machine." ::= { basCmtsRpsFsmEntry 9 } basCmtsRpsFsmLocalStatus OBJECT-TYPE SYNTAX INTEGER { basRpsUp(1), basRpsDown(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Local status as determined by this CMTS card." ::= { basCmtsRpsFsmEntry 10 } basCmtsRpsFsmPeerStatus OBJECT-TYPE SYNTAX INTEGER { basRpsUp(1), basRpsDown(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Peer CMTS status as determined by this CMTS card." ::= { basCmtsRpsFsmEntry 11 } basCmtsRpsFsmLinkStatusCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Counts the MCC link to the peer card up by the CMTS redundancy state machine." ::= { basCmtsRpsFsmEntry 12 } basCmtsRpsFsmFailOverCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Counts failover events detected by the CMTS redundancy state machine." ::= { basCmtsRpsFsmEntry 13 } -- New -- The BAS CMTS Failover Control Table -- basCmtsFailoverControlTable OBJECT-TYPE SYNTAX SEQUENCE OF BasCmtsFailoverControlEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of CMTS entries that describes the Failover Control that should be applied when a peer CMTS fails." ::= { basRedundancyMIB 8 } basCmtsFailoverControlEntry OBJECT-TYPE SYNTAX BasCmtsFailoverControlEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry containing the failover control configuration applicable to a particular CMTS card in a redundancy group. Entries in this table describe how long a CMTS card must wait before declaring a peer CMTS card to have failed, and how long a CMTS card must wait before taking over RF operation for a failed peer CMTS." INDEX { basCmtsFailoverControlChassis, basCmtsFailoverControlSlot, basCmtsFailoverControlIf, basCmtsFailoverControlLPort } ::= { basCmtsFailoverControlTable 1 } BasCmtsFailoverControlEntry ::= SEQUENCE { basCmtsFailoverControlChassis BasChassisId, basCmtsFailoverControlSlot BasSlotId, basCmtsFailoverControlIf BasInterfaceId, basCmtsFailoverControlLPort BasLogicalPortId, basCmtsFailoverSwitchTimer INTEGER, basCmtsFailoverDetectionTimeout INTEGER } basCmtsFailoverControlChassis OBJECT-TYPE SYNTAX BasChassisId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The BAS Chassis ID of the Card." ::= { basCmtsFailoverControlEntry 1 } basCmtsFailoverControlSlot OBJECT-TYPE SYNTAX BasSlotId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The BAS Slot ID of the Card." ::= { basCmtsFailoverControlEntry 2 } basCmtsFailoverControlIf OBJECT-TYPE SYNTAX BasInterfaceId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The BAS interface ID of the Card." ::= { basCmtsFailoverControlEntry 3 } basCmtsFailoverControlLPort OBJECT-TYPE SYNTAX BasLogicalPortId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The BAS logical port ID of the Card." ::= { basCmtsFailoverControlEntry 4 } basCmtsFailoverSwitchTimer OBJECT-TYPE SYNTAX INTEGER (0..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "The minimum time, in seconds, that a CMTS must wait before enabling downstream transmission to and upstream reception from a failed CMTS's RF. The default time is 30 seconds which is the minimum time that CMs must wait before reinitializing their HFC MAC after losing downstream sync [see DOCSIS ECN RFI-N-00089]. Lower values for the recovery timer may be used to try to bring CMs back into the system quicker after a peer CMTS is determined to fail." DEFVAL { 30 } ::= { basCmtsFailoverControlEntry 5 } basCmtsFailoverDetectionTimeout OBJECT-TYPE SYNTAX INTEGER (300..3000) MAX-ACCESS read-write STATUS current DESCRIPTION "The minimum time in milliseconds that a CMTS in a redundancy group must wait before declaring a peer CMTS card to have failed." DEFVAL { 3000 } ::= { basCmtsFailoverControlEntry 6 } END