User Tools

Site Tools


pom-ng:analyzer:docsis

Analyzer docsis

This analyzer listens to DOCSIS management packets and provide useful information about the DOCSIS network. Its main goal is to monitor the registration status of all cable modems on the network.

Events

Name Payload associated Description
docsis_cm_newnoA new cable modem has been found.
docsis_cm_reg_statusnoThe registration status of a cable modem changed.

docsis_cm_new

This event is generated each time a new cable modem is observed on the network.

Field Type Description
macmacHFC MAC address of the modem.
inputstringInput name from which the new modem was observed.

docsis_cm_reg_status

This event is generated each time the registration status of a cable modem changes. The status is the one found in RNG-RSP DOCSIS management messages.

Field Type Description
macmacHFC MAC address of the modem.
old_statusuint8Old registration status of the modem.
new_statusuint8New registration status of the modem.
timeoutuint8Registration timeout in seconds.

The status has the following meaning :

Status Meaning
0Unregistered or unknown.
1Continue. the modem should continue its registration attempt.
2Abort. The registration failed.
3Success. The registration succeeded.
pom-ng/analyzer/docsis.txt · Last modified: 2020/05/26 21:59 by 127.0.0.1