.. _ipv6_neighbor_static: ipv6 neighbor static ==================== static IPv6 Neighbor commands static Specification -------------------- ===================================== ================================================================================ **Parameter** **Value** ===================================== ================================================================================ **Type** *Collection* **Object Key(s)** *ipv6-addr, vlan* **Collection Name** :ref:`2185_static_list` **Collection URI** /axapi/v3/ipv6/neighbor/static **Element Name** static **Element URI** /axapi/v3/ipv6/neighbor/static/{ipv6-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/ipv6/neighbor/static .. raw:: html :ref:`2185_static_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/ipv6/neighbor/static .. raw:: html :ref:`2185_static_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/ipv6/neighbor/static/{ipv6-addr}+{vlan} .. raw:: html :ref:`2185_static_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/ipv6/neighbor/static .. raw:: html :ref:`2185_static_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/ipv6/neighbor/static/{ipv6-addr}+{vlan} .. raw:: html :ref:`2185_static_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/ipv6/neighbor/static/{ipv6-addr}+{vlan} .. raw:: html :ref:`2185_static_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/ipv6/neighbor/static .. raw:: html :ref:`2185_static_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/ipv6/neighbor/static/{ipv6-addr}+{vlan} .. raw:: html :ref:`2185_static_attributes` .. raw:: html
.. _2185_static_list: static-list ----------- static-list is **JSON List** of :ref:`2185_static_attributes` static-list : [ { :ref:`2185_static_attributes` }, { :ref:`2185_static_attributes` }, ... ] .. _2185_static_attributes: static attributes ----------------- **ethernet** **Description** Ethernet port (Port Value) **Type:** number **Format:** interface **Mutual Exclusion:** ethernet, trunk, and tunnel are mutually exclusive **ipv6-addr** **Description** IPV6 address **Type:** string **Format:** ipv6-address **mac** **Description** MAC Address **Type:** string **Format:** mac-address **trunk** **Description** Trunk group **Type:** number **Range:** 1-4096 **Mutual Exclusion:** trunk, ethernet, and tunnel are mutually exclusive **tunnel** **Description** Tunnel interface **Type:** number **Range:** 1-128 **Mutual Exclusion:** tunnel, ethernet, and trunk 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 `