Configuring BGP as the Ingress Replication Protocol
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/eps.json
{ "nvoEps": { "children": [ { "nvoEp": { "attributes": { "epId": "1", "ingressReplProtoBGP": "yes" }}}]}}
Response
{ imdata:[] }
Copy
<System> <eps-items> <epId-items> <Ep-list> <epId>1</epId> <ingressReplProtoBGP>true</ingressReplProtoBGP> </Ep-list> </epId-items> </eps-items> </System>