Reference Guide

Table Of Contents
-d '{"interface":[{"name":"ethernet1/1/1", "lldp":[{"basic-tlvs":
[{"sys-name-enable":"false"}], "dot3-tlvs":[{"mac-phy-config-enable":
"false","max-frame-size-enable":"false", "linkagg-enable":"false"}]}]}]}'
Disable LLDP-MED network policy advertisement
RESTCONF
endpoint
/restconf/data/dell-lldp-med:sys-config/media-policy/10
JSON content None
Parameters
ethernet-interface Enter the physical Ethernet interface in the format ethernetnode/
slot/port.
name string Enter ethernetnode/slot/port to configure the interface that sends LLDP-
MED policy TLVs.
policy-id int Enter the LLDP-MED network policy number, from 1 to 32.
Example
curl -X DELETE -k -u admin:admin -H "accept: application/json"
-H "Content-Type: application/json"
https://10.11.86.113/restconf/data/dell-lldp-med:sys-config/media-
policy/10
Remove configured LLDP packet timer Reset to default
RESTCONF
endpoint
/restconf/data/global-params/tx-interval
JSON content None
Example
curl -X DELETE -k -u admin:admin -H "accept:application/json"
-H "Content-Type:application/json"
"https://10.11.86.113/restconf/data/global-params/tx-interval"
Remove configured LLDPDU hold time Reset to default
RESTCONF
endpoint
/restconf/data/global-params/txhold-multiplier
JSON content None
Example
curl -X DELETE -k -u admin:admin -H "accept:application/json"
-H "Content-Type:application/json"
"https://10.11.86.113/restconf/data/global-params/txhold-multiplier"
Port-channel
Create port channel
RESTCONF
endpoint
/restconf/data/interfaces
JSON content
{
"interface": [{
"type": "iana-if-type:ieee8023adLag",
"name": "port-channel10"
}]
}
Parameters
type string Enter iana-if-type:ieee8023adLag for a port-channel interface.
name string Enter port-channelid-number, where id-number is from 1 to 128.
RESTCONF API 757