#cable DOWNSTREAM CONTROLLER-PROFILE

#URL

frinx-openconfig-cable:cable/downstreams/downstream-cable-profile=

#OPENCONFIG YANG

YANG models

{ "downstream-cable-profile": [ { "id": "", "config": { "max-carrier": "", "max-ofdm-spectrum": "" }, "rf-channels": { "rf-channel": [ { "id": "", "rf-chan-type": { "config": { "rf-type": "" } }, "config": { "frequency": "", "docsis-channel-id": "", "rf-output": "", "qam-profile": "" } }, { "id": "", "config": { "docsis-channel-id": "" }, "ofdm": { "config": { "channel-profile": "", "width": "", "start-frequency": "", "plc": "" } } } ] } } ] }

#OS Configuration Commands

#IOS XE 16

#CLI

cable downstream controller-profile 
 max-carrier 
 max-ofdm-spectrum 
 rf-chan 
  type 
  qam-profile 
  frequency 
  rf-output 
  docsis-channel-id 
 rf-chan 
  docsis-channel-id 
  ofdm channel-profile  start-frequency  width  plc 

can be either a single number or a list of numbers (0 31 which represents all the values from 0 to 31)

#Unit

Link to github : ios-xe-unit