.. _network_arp_static: network arp static ================== static ARP Commands static Specification -------------------- ===================================== ============================================================================ **Parameter** **Value** ===================================== ============================================================================ **Type** *Collection* **Object Key(s)** *ip-addr, vlan* **Collection Name** :ref:`2314_static_list` **Collection URI** /axapi/v3/network/arp/static **Element Name** static **Element URI** /axapi/v3/network/arp/static/{ip-addr}+{vlan} **Element Attributes** static_attributes **Partition Visibility** shared **Schema** :download:`static schema ` ===================================== ============================================================================ **Operations Allowed:** .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/network/arp/static .. raw:: html :ref:`2314_static_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/network/arp/static .. raw:: html :ref:`2314_static_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/network/arp/static/{ip-addr}+{vlan} .. raw:: html :ref:`2314_static_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/network/arp/static .. raw:: html :ref:`2314_static_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/network/arp/static/{ip-addr}+{vlan} .. raw:: html :ref:`2314_static_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/network/arp/static/{ip-addr}+{vlan} .. raw:: html :ref:`2314_static_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/network/arp/static .. raw:: html :ref:`2314_static_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/network/arp/static/{ip-addr}+{vlan} .. raw:: html :ref:`2314_static_attributes` .. raw:: html
.. _2314_static_list: static-list ----------- static-list is **JSON List** of :ref:`2314_static_attributes` static-list : [ { :ref:`2314_static_attributes` }, { :ref:`2314_static_attributes` }, ... ] .. _2314_static_attributes: static attributes ----------------- **ethernet** **Description** Ethernet port (Port Value) **Type:** number **Format:** interface **Mutual Exclusion:** ethernet and trunk are mutually exclusive **ip-addr** **Description** IP address **Type:** string **Format:** ipv4-address **mac-addr** **Description** MAC address **Type:** string **Format:** mac-address **trunk** **Description** Trunk group **Type:** number **Range:** 1-4096 **Mutual Exclusion:** trunk and ethernet are mutually exclusive **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters **vlan** **Description** VLAN ID **Type:** number **Range:** 2-4094 **Reference Object:** :doc:`/axapi/v3/network/vlan `