CmtsCmRegState¶
-
class
ydk.models.cisco_ios_xe.DOCS_IF3_MIB.CmtsCmRegState¶ CmtsCmRegState (Enum Class)
This data type defines the CM connectivity states as reported
by the CMTS.
The enumerated values associated with the CmtsCmRegState are:
‘other’
indicates any state not described below.‘initialRanging’
indicates that the CMTS has received an Initial Ranging
Request message from the CM, and the ranging process is not yet
complete.
‘rangingAutoAdjComplete’
indicates that the CM has completed initial ranging and the
CMTS sends a Ranging Status of success in the RNG-RSP.
‘startEae’
indicates that the CMTS has received an Auth Info message for
EAE from the CM.
‘startDhcpv4’
indicates that the CMTS has received a DHCPv4 DISCOVER message
from the CM.
‘startDhcpv6’
indicates that the CMTS has received a DHCPv6 Solicit message
from the CM.
‘dhcpv4Complete’
indicates that the CMTS has sent a DHCPv4 ACK message to the
‘dhcpv6Complete’
indicates that the CMTS has sent a DHCPv6 Reply message to the
‘startConfigFileDownload’
indicates that the CM has started the config file download.
If the TFTP Proxy feature is not enabled, the CMTS may not
report this state.
‘configFileDownloadComplete’
indicates that the CM has completed the config file download
process. If the TFTP Proxy feature is not enabled, the CMTS
is not required to report this state.
‘startRegistration’
indicates that the CMTS has received a Registration
Request (REG-REQ or REG-REQ-MP) from the CM.
‘registrationComplete’
indicates that the CMTS has received a Registration Acknowledge
(REG-ACK) with a confirmation code of okay/success.
‘operational’
indicates that the CM has completed all necessary
initialization steps and is operational.
‘bpiInit’
indicates that the CMTS has received an Auth Info or Auth
Request message as part of BPI Initialization.
‘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
-
initialRanging = 2
-
rangingAutoAdjComplete = 4
-
dhcpv4Complete = 5
-
registrationComplete = 6
-
operational = 8
-
bpiInit = 9
-
startEae = 10
-
startDhcpv4 = 11
-
startDhcpv6 = 12
-
dhcpv6Complete = 13
-
startConfigFileDownload = 14
-
configFileDownloadComplete = 15
-
startRegistration = 16
-
forwardingDisabled = 17
-
rfMuteAll = 18
-