aboutsummaryrefslogtreecommitdiffstats
path: root/samples/openconfig-interfaces/create-if.json
blob: 695c03fa44a6a58ba9f34ae66f927a746fe3c4c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "openconfig-interfaces:interfaces": {
        "interface": [
            {
                "name": "GigabitEthernet0/8/0",
                "config": {
                    "type": "iana-if-type:ethernetCsmacd",
                    "enabled": true
                }
            }
        ]
    }
}