RangingState

class ydk.models.cisco_ios_xe.DOCS_IF3_MIB.RangingState

RangingState (Enum Class)

This data type defines the CM ranging state as reported

by the CMTS.

The enumerated values associated with the RangingState are:

‘other’

indicates any state not described below.

‘aborted’

indicates that the CMTS has sent a ranging abort.

‘retriesExceeded’

indicates that the CM ranging retry limit has exceeded.

‘success’

indicates that the CMTS has sent a ranging success in the

ranging response.

‘continue’

indicates that the CMTS has sent a ranging continue in the

ranging response.

‘timeoutT4’

indicates that the T4 timer expired on the CM.
other = 1
aborted = 2
retriesExceeded = 3
success = 4
continue_ = 5
timeoutT4 = 6