URI | Description |
---|---|
<base_URI>/config/running/lvtep
|
LVTEP settings |
Get URI | Description |
---|---|
<base_URI>/config/running/lvtep
|
Retries LVTEP settings |
PATCH/PUT URI | Payload | Description |
---|---|---|
<base_URI>/config/running/lvtep
|
<lvtep></broadcast-local-bias></lvtep>
|
Enables broadcast-local-bias for LVTEP |
DELETE URI |
---|
<base_URI>/config/running/lvtep
|
PATCH, PUT, GET, and DELETE operations are supported.
The following example uses the PUT option to enable Local Bias on LVTEP.
http://host:80/rest/config/running/lvtep
<lvtep> <broadcast-local-bias> </lvtep>
None
The following is an example of using the DELETE operation to remove Local Bias on LVTEP.
http://host:80/rest/config/running/lvtep
None
None