Configuring Proxy ARP
This procedure shows you how to use the Cisco APIC REST API to configure proxy ARP. This procedure performs the same operation as the GUI procedure of the same name in the Cisco APIC Layer 2 Networking Configuration Guide.
Before you begin
- Intra-EPG isolation must be enabled on the EPG where you will enable proxy ARP.
Procedure
Step 1
Configure proxy ARP.
Example:
POST https://<apic-ip-address>/api/node/mo/uni.xml
<polUni>
<fvTenant name="Tenant1" status="">
<fvCtx name="EngNet"/>
<!-- bridge domain -->
<fvBD name="BD1">
<fvRsCtx tnFvCtxName="EngNet"/>
<fvSubnet ip="1.1.1.1/24"/>
</fvBD>
<fvAp name="Tenant1_app">
<fvAEPg name="Tenant1_epg" pcEnfPref-"enforced" fwdCtrl="proxy-arp">
<fvRsBd tnFvBDName="BD1"/>
<fvRsDomAtt tDn="uni/vmmp-VMware/dom-dom9"/>
</fvAEPg>
</fvAp>
</fvTenant>
</polUni>