Connectivity Guide

Table Of Contents
"https://10.11.86.113/restconf/data/sys-config/system-priority"
-d '{"system-priority":65535}'
Congure port priority
RESTCONF
endpoint
/restconf/data/interfaces/interface/ethernet1/1/1
JSON content
{
"interface": [{
"name": "ethernet1/1/1",
"lacp-config": {
"actor-port-priority": 4096
}
}]
}
Parameters
ethernet-interface — Enter the physical Ethernet interface in the format ethernetnode/slot/
port.
name string — Enter ethernetnode/slot/port to congure the port interface for LACP. Specify the
same node/slot/port value in the name string and ethernet-interface parameters.
actor-port-priority int — Enter the priority for the port interface, from 0 to 65535; the higher the
number, the lower the priority. The default is 32768.
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":{"actor-port-
priority":4096}}]}'
Congure 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 congure 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"}}]}'
920 RESTCONF API