# cable FIBER-NODE

# URL

frinx-openconfig-cable:cable/fiber-nodes/fiber-node=

# OPENCONFIG YANG

YANG models

{
    "fiber-node": [
        {
            "id": "",
            "config": {
                "id": "",
            },
            "cable-channels": {
                "cable-channel": [
                    {
                        "type": "",
                        "config": {
                            "name": ""
                        }
                    },
                    {
                        "type": "",
                        "config": {
                            "name": ""
                        }
                    }
                ]
            }
        }
    ]
}

# OS Configuration Commands

# IOS XE 16

# CLI

cable fiber-node 
   
   

and are in commands input with whitespace dividing name and number (Downstream-Cable 1/0/16)

# Unit

Link to github : ios-xe-unit