lvtep/broadcast-local-bias

Resource URIs

URI Description
<base_URI>/config/running/lvtep LVTEP settings
Table 1. Get URI
Get URI Description
<base_URI>/config/running/lvtep Retries LVTEP settings
Table 2. Patch/PUT URI
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

Parameters

broadcast-local-bias
Specifies Broadcast-Unknown Unicast-Multicast Traffic.

Usage Guidelines

PATCH, PUT, GET, and DELETE operations are supported.

Example

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

Example

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