Skip to content

Instantly share code, notes, and snippets.

@lcuevastodoit
Last active October 15, 2020 17:45
Show Gist options
  • Save lcuevastodoit/c9df8a8b333a5b8f17d1c65153ab759c to your computer and use it in GitHub Desktop.
Save lcuevastodoit/c9df8a8b333a5b8f17d1c65153ab759c to your computer and use it in GitHub Desktop.
DOCSIS Modem Status
DOCSIS Modem Status Definitions
status definitions
init(o) Option file transfer was started.
init(t) Time-of-day (TOD) exchange was started.
init(r1) CM sent initial ranging parameters.
init(r2) CM is ranging.
init(rc) Ranging is complete.
dhcp(d) DHCP Discover was sent by CM.
dhcp(o) DHCP Offer was received.
dhcp(req) DHCP Request was sent by CM.
dhcp(ack) DHCP Ack was received, IP address was assigned by DHCP server.
online CM registered; enabled for data.
online(d) CM registered, but network access for the CM is disabled.
online(un) CM registered, but not enabled data. Fail to verify modem's identity by BPI module.
online(pk) CM registered; baseline privacy interface (BPI) enabled, and key encryption key (KEK) is assigned.
online(pt) CM registered; BPI enabled, and traffic encryption key (TEK) is assigned.
reject(m) CM did attempt to register; registration was refused due to bad mic.
reject(c) CM did attempt to register; registration was refused due to bad COS.
reject(r) CM did attempt to register, registration was refused due to unavailable resource.
reject(pk) KEK modem key assignment is rejected.
reject(pt) TEK modem key assignment is rejected.
offline CM is considered to be offline.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment