.. _ip_prefix_list: ip prefix-list ============== Configure Prefix-list prefix-list Specification ------------------------- ===================================== ============================================================== **Parameter** **Value** ===================================== ============================================================== **Type** *Collection* **Object Key(s)** *name* **Collection Name** :ref:`2130_prefix-list_list` **Collection URI** /axapi/v3/ip/prefix-list **Element Name** prefix-list **Element URI** /axapi/v3/ip/prefix-list/{name} **Element Attributes** prefix-list_attributes **Partition Visibility** shared **Schema** :download:`prefix-list 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/ip/prefix-list .. raw:: html :ref:`2130_prefix-list_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/ip/prefix-list .. raw:: html :ref:`2130_prefix-list_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/ip/prefix-list/{name} .. raw:: html :ref:`2130_prefix-list_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/ip/prefix-list .. raw:: html :ref:`2130_prefix-list_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/ip/prefix-list/{name} .. raw:: html :ref:`2130_prefix-list_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/ip/prefix-list/{name} .. raw:: html :ref:`2130_prefix-list_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/ip/prefix-list .. raw:: html :ref:`2130_prefix-list_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/ip/prefix-list/{name} .. raw:: html :ref:`2130_prefix-list_attributes` .. raw:: html
.. _2130_prefix-list_list: prefix-list-list ---------------- prefix-list-list is **JSON List** of :ref:`2130_prefix-list_attributes` prefix-list-list : [ { :ref:`2130_prefix-list_attributes` }, { :ref:`2130_prefix-list_attributes` }, ... ] .. _2130_prefix-list_attributes: prefix-list attributes ---------------------- **name** **Description** Name of a prefix list **Type:** string **Maximum Length:** 128 characters **Maximum Length:** 1 characters **rules** **Type:** List **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _2130_rules: rules ^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **action** **Description** 'deny': Specify packets to reject; 'permit': Specify packets to forward; **Type:** string **Supported Values:** deny, permit **any** **Description** Any prefix match. Same as "0.0.0.0/0 le 32" **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **description** **Description** Prefix-list specific description (Up to 80 characters describing this prefix-list) **Type:** string **Maximum Length:** 80 characters **Maximum Length:** 1 characters **ge** **Description** Minimum prefix length to be matched **Type:** number **Range:** 0-32 **ipaddr** **Description** IP prefix, e.g., 35.0.0.0/8 **Type:** string **Format:** ipv4-cidr **le** **Description** Maximum prefix length to be matched **Type:** number **Range:** 0-32 **seq** **Description** Sequence number of an entry **Type:** number **Range:** 1-4294967295