RESTAPI Manual
Layer 3
ARP to Host
11 min
urls summary urls summary 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 examples examples get all arp to host information get all arp to host information get https //{switch ip}/rest/v1/running/arp to host create an arp to host port policy with action create an arp to host port policy with action post https //{switch ip}/rest/v1/running/arp to host/port policy { "port name" "ethernet18", "action" "permit" } modify an arp to host port policy modify an arp to host port policy patch https //{switch ip}/rest/v1/running/arp to host/port policy/ethernet18 { "action" "deny" } delete an arp to host port policy delete an arp to host port policy delete https //{switch ip}/rest/v1/running/arp to host/port policy/ethernet18 get all arp to host configuration get all arp to host configuration get https //{switch ip}/rest/v1/running/arp to host/vrf create an arp to host network policy create an arp to host network policy post https //{switch ip}/rest/v1/running/arp to host/vrf/vrftest/network policy/192 168 1 1%2f24 { "action" "permit" } properties descriptions properties descriptions arp to host for vrf arp to host for vrf 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) arp to host port policy arp to host port policy 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)
