Reference Guide

Table Of Contents
"https://10.11.86.113/restconf/data/interfaces/interface/
ethernet1%2F1%2F1"
-d '{"interface":[{"name":"ethernet1/1/1", "lacp-config":{"actor-
port-priority":4096}}]}'
Configure LACP rate priority
RESTCONF
endpoint
/restconf/data/interfaces/interface/ethernet1/1/1
JSON content
{
"interface": [{
"name": "ethernet1/1/1",
"lacp-config": {
"rate": "fast"
}
}]
}
Parameters
ethernet-interface Enter the physical Ethernet interface in the format ethernetnode/
slot/port.
name string Enter ethernetnode/slot/port to configure the LACP rate for sending
control packets on the port interface.
rate string Enter fast to send LACP packets at one-second intervals; enter normal to send
LACP packets at thirty-second intervals. The default is normal.
Example
curl -X PATCH -k -u admin:admin -H "accept:application/json"
-H "Content-Type:application/json"
"https://10.11.86.113/restconf/data/interfaces/interface/
ethernet1%2F1%2F1"
-d '{"interface":[{"name":"ethernet1/1/1", "lacp-config":
{"rate":"fast"}}]}'
Display LACP configuration
RESTCONF
endpoint
/restconf/data/sys-config
JSON content None
Example
curl -X GET -k -u admin:admin -H "accept:application/json"
"https://10.11.86.113/restconf/data/sys-config"
LLDP
Create LLDP-MED network policy for voice applications
RESTCONF
endpoint
/restconf/data/dell-lldp-med:sys-config
JSON content
{
"media-policy": [{
"policy-id": 10,
"app-type": "voice",
"vlan-id": 10,
"tagged": "true",
"priority": 2,
"dscp": 1
}]
}
Parameters
policy-id int Enter the LLDP-MED network policy number, from 1 to 32.
RESTCONF API 753