ARP to Host
11 min
\<font color="#1d50a2">urls summary\</font> url get post patch put delete /rest/v1/running/arp to host/ y n y n n /rest/v1/running/arp to host/port policy/{port name} y y y n y /rest/v1/running/arp to host/vrf/{vrf name} y y y n n /rest/v1/running/arp to host/vrf/{vrf name}/network policy/{ip prefix} y y y n y \<font color="#1d50a2">examples\</font> \<font color="#1d50a2">get all arp to host information \</font> get https //{switch ip}/rest/v1/running/arp to host \<font color="#1d50a2">create an arp to host port policy with action \</font> post https //{switch ip}/rest/v1/running/arp to host/port policy { "port name" "ethernet18", "action" "permit" } \<font color="#1d50a2">modify an arp to host port policy \</font> patch https //{switch ip}/rest/v1/running/arp to host/port policy/ethernet18 { "action" "deny" } \<font color="#1d50a2">delete an arp to host port policy \</font> delete https //{switch ip}/rest/v1/running/arp to host/port policy/ethernet18 \<font color="#1d50a2">get all arp to host configuration \</font> get https //{switch ip}/rest/v1/running/arp to host/vrf \<font color="#1d50a2">create an arp to host network policy \</font> post https //{switch ip}/rest/v1/running/arp to host/vrf/vrftest/network policy/192 168 1 1%2f24 { "action" "permit" } \<font color="#1d50a2">properties descriptions\</font> \<font color="#1d50a2">arp to host for vrf\</font> tree diagrams + rw arp to host + rw vrf \[vrf name] \| + rw vrf name \| + rw enabled? \| + rw metric? \| + rw fast convergence? \| + rw default port policy? \| + rw default network policy? \| + rw network policy \[ip prefix] \| + rw ip prefix \| + rw action table of properties name required type/range description arp to host m path only node, has no configurable value vrf m (sub property of arp to host) path only node, has no configurable value the list of policy includes default policy that bind with vrf vrf name m "default" vrf name (sub property of vrf) enabled o "true" "false" (sub property of vrf) enable switch default value "false" metric o 1 4294967295 (sub property of vrf) default value 5200 fast convergence o "true" "false" (sub property of vrf) fast convergence switch default value "true" default port policy o "permit" "deny" "pass" (sub property of vrf) default network policy o "permit" "deny" (sub property of vrf) network policy m (sub property of vrf) path only node, has no configurable value ip prefix m a b c d/m xx\ xx\ xx\ xx\ xx\ xx\ xx\ xx/m (sub property of network policy) action m "permit" "deny" (sub property of network policy) \<font color="#1d50a2">arp to host port policy\</font> tree diagrams + rw arp to host + rw port policy \[port name] + rw port name + rw action table of properties name required type/range description arp to host m path only node, has no configurable value port policy m (sub property of arp to host) path only node, has no configurable value the list of port policy port name m ethernet name portchannel name (sub property of port policy) the name of the interface ethernet or link aggregation action m "permit" "deny" "pass" (sub property of port policy)
