CmRegState

class ydk.models.cisco_ios_xe.DOCS_IF3_MIB.CmRegState

CmRegState (Enum Class)

This data type defines the CM connectivity state as reported

by the CM.

The enumerated values associated with the CmRegState are:

‘other’

indicates any state not described below.

‘notReady’

indicates that the CM has not started the registration process

yet.

‘notSynchronized’

indicates that the CM has not initiated or completed the

synchronization of the downstream physical layer

‘phySynchronized’

indicates that the CM has completed the synchronization of

the downstream physical layer

‘dsTopologyResolutionInProgress’

indicates that the CM is attempting to determine its MD-DS-SG

‘usParametersAcquired’

indicates that the CM has completed the upstream parameters

acquisition or have completed the downstream and upstream

service groups resolution, whether the CM is registering in

a pre-3.0 or a 3.0 CMTS.

‘rangingInProgress’

indicates that the CM has initiated the ranging process.

‘rangingComplete’

indicates that the CM has completed initial ranging and

received a Ranging Status of success from the CMTS in the

RNG-RSP message.

‘eaeInProgress’

indicates that the CM has sent an Auth Info message for EAE.

‘dhcpv4InProgress’

indicates that the CM has sent a DHCPv4 DISCOVER to gain

IP connectivity.

‘dhcpv6InProgress’

indicates that the CM has sent an DHCPv6 Solicit message.

‘dhcpv4Complete’

indicates that the CM has received a DHCPv4 ACK message from

the CMTS.

‘dhcpv6Complete’

indicates that the CM has received a DHCPv6 Reply message from

the CMTS.

‘todEstablished’

indicates that the CM has successfully acquired time of day.

If the ToD is acquired after the CM is operational, this

value should not be reported.

‘securityEstablished’

indicates that the CM has successfully completed the BPI

initialization process.

‘configFileDownloadComplete’

indicates that the CM has completed the config file download

process.

‘registrationInProgress’

indicates that the CM has sent a Registration Request

(REG-REQ or REG-REQ-MP)

‘registrationComplete’

indicates that the CM has successfully completed the

Registration process with the CMTS.

‘accessDenied’

indicates that the CM has received a registration aborted

notification from the CMTS

‘operational’

indicates that the CM has completed all necessary

initialization steps and is operational.

‘bpiInit’

indicates that the CM has started the BPI initialization

process as indicated in the CM config file. If the CM already

performed EAE, this state is skipped by the CM.

‘forwardingDisabled’

indicates that the registration process was completed, but

the network access option in the received configuration file

prohibits forwarding.

‘rfMuteAll’

indicates that the CM is instructed to mute all channels

in the CM-CTRL-REQ message from CMTS.

other = 1
notReady = 2
notSynchronized = 3
phySynchronized = 4
usParametersAcquired = 5
rangingComplete = 6
dhcpv4Complete = 7
todEstablished = 8
securityEstablished = 9
configFileDownloadComplete = 10
registrationComplete = 11
operational = 12
accessDenied = 13
eaeInProgress = 14
dhcpv4InProgress = 15
dhcpv6InProgress = 16
dhcpv6Complete = 17
registrationInProgress = 18
bpiInit = 19
forwardingDisabled = 20
dsTopologyResolutionInProgress = 21
rangingInProgress = 22
rfMuteAll = 23