interface/{interface-type}/{interface-name}/ip/proxy-arp

Configures Proxy-Arp on the interface.

Resource URIs

URI Description
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/proxy-arp Configures Proxy-ARP on the interface. Valid interface types: Ethernet, Ve.
GET URIs Description
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/proxy-arp Configures Proxy-ARP on the interface. Valid interface types: Ethernet, Ve.
PATCH URIs Payload Description
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/proxy-arp <proxy-arp>true</proxy-arp> Enables Proxy-ARP on interface. Valid interface types: Ethernet, Ve.
PUT URIs Payload Description
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/proxy-arp <proxy-arp>true</proxy-arp> Enables Proxy-ARP on interface. Valid interface types: Ethernet, Ve.
DELETE URIs
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/proxy-arp

Parameters

interface-type
Valid interface types:Ethernet and Ve.
proxy-arp
Enables Proxy-Arp on the interface.

Usage Guidelines

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

Examples

URI

The following example uses the GET option to retrieve the configuration details.

http://host:80/rest/config/running//interface/ethernet/%223/14%22/ip/proxy-arp

None

<proxy-arp xmlns="urn:brocade.com:mgmt:brocade-ip-config" xmlns:y="http://brocade.com/ns/rest" 
y:self="/rest/config/running/interface/Ethernet/%223/14%22/ip/proxy-arp">true</proxy-arp>

URI

The following example uses the PATCH option to configure Proxy-ARP on Ethernet interface.

http://host:80/rest/config/running//interface/ethernet/%223/14%22/ip/proxy-arp

<proxy-arp>true</proxy-arp>

None

URI

The following example uses the DELETE option to remove Proxy-ARP from Ethernet interface.

http://host:80/rest/config/running//interface/ethernet/%223/14%22/ip/proxy-arp

None

None