Description | Current Cable Modem connectivity state. The object extends
states in docsIfCmtsCmStatusValue in more details.
The enumerations are:
offline(1) : modem considered offline.
others(2) : states is in
docsIfCmtsCmStatusValue.
initRangingRcvd(3) : modem sent initial ranging.
initDhcpReqRcvd(4) : dhcp request received.
onlineNetAccessDisabled(5): modem registered, but network
access for the CM is disabled.
onlineKekAssigned(6) : modem registered, BPI enabled
and KEK assigned.
onlineTekAssigned(7) : modem registered, BPI enabled
and TEK assigned.
rejectBadMic(8) : modem did attempt to register
but registration was refused
due to bad mic.
rejectBadCos(9) : modem did attempt to register
but registration was refused
due to bad COS.
kekRejected(10) : KEK modem key assignment
rejected.
tekRejected(11) : TEK modem key assignment
rejected.
online(12) : modem registered, enabled for
data.
initTftpPacketRcvd(13) : tftp packet received and option
file transfer started.
initTodRquestRcvd(14) : Time of the Day (TOD) request
received.
reset(15) : modem is resetting.
rangingInProgress(16) : initial ranging is in progress.
-- deprecated value
-- rangingCompleted(17) : initial ranging is completed.
dhcpGotIpAddr(18) : modem has got an IP address
from the DHCP server.
rejStaleConfig(19) : modem did attempt to register
but registration was refused
due to stale Config.
rejIpSpoof(20) : modem did attempt to register
but registration was refused
due to IP Spoof.
rejClassFail(21) : modem did attempt to register
but registration was refused
due to Class failure.
rejRegNack(22) : modem did attempt to register
but no acknowledgement was
received.
bpiKekExpired(23) : KEK modem key assignment
expired.
bpiTekExpired(24) : TEK modem key assignment
expired.
shutdown(25) : modem is in shutdown state.
channelChgInitRangingRcvd(26) : modem sent initial ranging
during channel change.
channelChgRangingInProgress(27) : initial ranging is in
progress during channel
change.
This cdxCmtsCmStatusValue could return initRangingRcvd(3)
or rangingInProgress(16) when the docsIfCmtsCmStatusValue
is ranging(2).
This cdxCmtsCmStatusValue will return others(2) when the
docsIfCmtsCmStatusValue states is either
rangingAborted(3), rangingComplete(4), and
ipComplete(5).
This cdxCmtsCmStatusValue could return online(12), or
onlineNetAccessDisabled(5) for CM with BPI disabled, or
onlineNetAccessDisabled(5) or onlineTekAssigned(7) for
CM with BPI enabled, when the docsIfCmtsCmStatusValue
is registrationComplete(6).
This cdxCmtsCmStatusValue could return either
rejectBadMic(8), rejectBadCos(9) rejStaleConfig(19) or
rejRegNack(22) when the docsIfCmtsCmStatusValue
is accessDenied(7) for possible reasons of cable modem
registration abort.
This cdxCmtsCmStatusValue could return either
onlineKekAssigned(6), kekRejected(10), tekRejected(11),
or online(12) for the CM with BPI enabled when the
docsIfCmtsCmStatusValue is registeredBPIInitializing(9).
The state rejectBadCos(9) is not applicable for DOCSIS1.1
modems.
The CMTS only reports states it is able to detect. |
Syntaxe | Enumeration (1-offline, 2-others, 3-initRangingRcvd, 4-initDhcpReqRcvd, 5-onlineNetAccessDisabled, 6-onlineKekAssigned, 7-onlineTekAssigned, 8-rejectBadMic, 9-rejectBadCos, 10-kekRejected, 11-tekRejected, 12-online, 13-initTftpPacketRcvd, 14-initTodRequestRcvd, 15-reset, 16-rangingInProgress, 17-rangingCompleted, 18-dhcpGotIpAddr, 19-rejStaleConfig, 20-rejIpSpoof, 21-rejClassFail, 22-rejRegNack, 23-bpiKekExpired, 24-bpiTekExpired, 25-shutdown, 26-channelChgInitRangingRcvd, 27-channelChgRangingInProgress) |