DocsDevBase

Leafs

Enum Classes

class DOCSCABLEDEVICEMIB.DocsDevBase

Bases: Entity

Class Hierarchy : DOCSCABLEDEVICEMIB DocsDevBase

This class represents state data.

docsdevrole

Defines the current role of this device. cm(1) is a Cable Modem, cmtsActive(2) is a Cable Modem Termination System that is controlling the system of cable modems, and cmtsBackup(3) is a CMTS that is currently connected but is not controlling the system (not currently used). In general, if this device is a ‘cm’, its role will not change during operation or between reboots. If the device is a ‘cmts’ it may change between cmtsActive and cmtsBackup and back again during normal operation. NB: At this time, the DOCSIS standards do not support the concept of a backup CMTS, but cmtsBackup is included for completeness

type: DocsDevRole

config: False

docsdevdatetime

The current date and time, with time zone information (if known). If the real data and time cannot be determined, this shall represent elapsed time from boot relative to the standard epoch ‘1970-1-1,0:0:0.0’. In other words, if this agent has been up for 3 minutes and not been able to determine what the actual date and time are, this object will return the value ‘1970-1-1,0:03:0.0’

type: str

config: False

docsdevresetnow

Setting this object to true(1) causes the device to reset. Reading this object always returns false(2)

type: bool

config: False

docsdevserialnumber

The manufacturer’s serial number for this device

type: str

config: False

docsdevstpcontrol

This object controls operation of the spanning tree protocol (as distinguished from transparent bridging). If set to stEnabled(1), then the spanning tree protocol is enabled, subject to bridging constraints. If noStFilterBpdu(2), then spanning tree is not active, and Bridge PDUs received are discarded. If noStPassBpdu(3), then spanning tree is not active, and Bridge PDUs are transparently forwarded. Note that a device need not implement all of these options, but that noStFilterBpdu(2) is required

type: DocsDevSTPControl

config: False

docsdevigmpmodecontrol

This object controls the IGMP mode of operation for the CM or CMTS. In passive mode, the device forwards IGMP between interfaces as based on knowledge of Multicast Session activity on the subscriber side interface and the rules defined in the DOCSIS RFI specification. In active mode, the device terminates at and initiates IGMP through its interfaces as based on the knowledge of Multicast Session activity on the subscriber side interface

type: DocsDevIgmpModeControl

config: False

docsdevmaxcpe

The maximum number of CPEs that can be granted access through a CM during a CM epoch. This value can be obtained from the CM configuration file; however, it may be adjusted by the CM according to hardware or software limitations that have been imposed on the implementation

type: int

range: 0..255

config: False

units: CPEs