IPI-PREFIX-LIST
Configure prefix list name
prefix-list name
Attribute Name: prefix-list-name
Attribute Type: string
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix> <!-- operation="delete"-->
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
</prefix>
</prefixes>
Command Syntax
ip prefix-list WORD
Configure prefix list type
prefix-list name
Attribute Name: prefix-list-name
Attribute Type: string
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix> <!-- operation="delete"-->
<prefix-list-type>ipv6</prefix-list-type>
<config>
<prefix-list-type>ipv6</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
</prefix>
</prefixes>
Command Syntax
ipv6 prefix-list WORD
Configure description
Up to 80 characters describing this prefix-list
Attribute Name: description
Attribute Type: string
Attribute Range: 1-80
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<description>LINE</description> <!-- operation="delete"-->
</prefix>
</prefixes>
Command Syntax
description LINE
Configure prefix addr
Either IP address mask and length of the prefix list mask or Take all packets of any length. This parameter is the same as using 0.0.0.0/0 le 32 for A.B.C.D/M.
Attribute Name: prefix-addr
Attribute Type: union
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<prefix-entries>
<prefix-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<entry>
<prefix-addr>any</prefix-addr>
<config>
<prefix-addr>any</prefix-addr>
<action>deny</action>
</config>
<action>deny</action>
</entry>
</ipv4>
</prefix-entry>
</prefix-entries>
</prefix>
</prefixes>
Command Syntax
(seq <1-4294967295>|) (deny|permit) any
Configure sequence id
Either IP address mask and length of the prefix list mask or Take all packets of any length. This parameter is the same as using 0.0.0.0/0 le 32 for A.B.C.D/M.
Attribute Name: prefix-addr
Attribute Type: enum (any)
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<prefix-entries>
<prefix-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<entry>
<prefix-addr>any</prefix-addr>
<config>
<prefix-addr>any</prefix-addr>
<action>deny</action>
</config>
<action>deny</action>
</entry>
</ipv4>
</prefix-entry>
</prefix-entries>
</prefix>
</prefixes>
Command Syntax
(seq <1-4294967295>|) (deny|permit)
Configure maximum prefix length match
Maximum prefix length match
Attribute Name: maximum-prefix-length-match
Attribute Type: uint8
Attribute Range: 0-32
Attribute Name: minimum-prefix-length-match
Attribute Type: uint8
Attribute Range: 0-32
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<prefix-entries>
<prefix-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<entry>
<prefix-addr>any</prefix-addr>
<config>
<prefix-addr>any</prefix-addr>
<action>deny</action>
<minimum-prefix-length-match>0</minimum-prefix-length-match> <!-- operation="delete"-->
</config>
<action>deny</action>
<maximum-prefix-length-match>0</maximum-prefix-length-match> <!-- operation="delete"-->
</entry>
</ipv4>
</prefix-entry>
</prefix-entries>
</prefix>
</prefixes>
Command Syntax
(seq <1-4294967295>|) (deny|permit) ge <0-32> le <0-32>
Configure minimum prefix length match
Minimum prefix length match
Attribute Name: minimum-prefix-length-match
Attribute Type: uint8
Attribute Range: 0-32
Attribute Name: maximum-prefix-length-match
Attribute Type: uint8
Attribute Range: 0-32
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<prefix-entries>
<prefix-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<entry>
<prefix-addr>any</prefix-addr>
<config>
<prefix-addr>any</prefix-addr>
<action>deny</action>
<maximum-prefix-length-match>0</maximum-prefix-length-match> <!-- operation="delete"-->
</config>
<action>deny</action>
<minimum-prefix-length-match>0</minimum-prefix-length-match> <!-- operation="delete"-->
</entry>
</ipv4>
</prefix-entry>
</prefix-entries>
</prefix>
</prefixes>
Command Syntax
(seq <1-4294967295>|) (deny|permit) le <0-32> ge <0-32>
Configure action
Minimum prefix length match
Attribute Name: minimum-prefix-length-match
Attribute Type: uint8
Attribute Range: 0-32
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<prefix-entries>
<prefix-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<entry>
<prefix-addr>any</prefix-addr>
<config>
<prefix-addr>any</prefix-addr>
<action>deny</action>
</config>
<action>deny</action>
<minimum-prefix-length-match>0</minimum-prefix-length-match> <!-- operation="delete"-->
</entry>
</ipv4>
</prefix-entry>
</prefix-entries>
</prefix>
</prefixes>
Command Syntax
(seq <1-4294967295>|) (deny|permit) ge <0-32>
Configure exact prefix length match
Exact prefix length match
Attribute Name: exact-prefix-length-match
Attribute Type: uint8
Attribute Range: 0-32
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<prefix-entries>
<prefix-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv4>
<entry>
<prefix-addr>any</prefix-addr>
<config>
<prefix-addr>any</prefix-addr>
<action>deny</action>
</config>
<action>deny</action>
<exact-prefix-length-match>0</exact-prefix-length-match> <!-- operation="delete"-->
</entry>
</ipv4>
</prefix-entry>
</prefix-entries>
</prefix>
</prefixes>
Command Syntax
(seq <1-4294967295>|) (deny|permit) eq <0-32>
Configure ipv6 prefix addr
Either IPv6 address mask and length of the prefix list mask or This is the same as specifying ::/0 for X:X::X:X/M
This command is supported when following feature are enabled ipv6 feature
Attribute Name: ipv6-prefix-addr
Attribute Type: union
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix>
<prefix-list-type>ip</prefix-list-type>
<config>
<prefix-list-type>ip</prefix-list-type>
<prefix-list-name>WORD</prefix-list-name>
</config>
<prefix-list-name>WORD</prefix-list-name>
<prefix-entries>
<prefix-entry>
<sequence-id>1</sequence-id>
<config>
<sequence-id>1</sequence-id>
</config>
<ipv6>
<entry> <!-- operation="delete"-->
<ipv6-prefix-addr>any</ipv6-prefix-addr>
<config>
<ipv6-prefix-addr>any</ipv6-prefix-addr>
<action>deny</action>
</config>
<action>deny</action>
</entry>
</ipv6>
</prefix-entry>
</prefix-entries>
</prefix>
</prefixes>
Command Syntax
(seq <1-4294967295>|) (deny|permit) any
Configure disable ipv4 sequence display
Use this attribute to configure prefix list sequence number.Include and exclude sequence numbers in nonvolatile generation (NVGEN).
Attribute Name: disable-ipv4-sequence-display
Attribute Type: empty
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<global>
<config>
</disable-ipv4-sequence-display><!-- operation="delete"-->
</config>
</global>
</prefixes>
Command Syntax
no ip prefix-list sequence-number
Configure disable ipv6 sequence display
Use this attribute to configure prefix list sequence number.Include and exclude sequence numbers in nonvolatile generation (NVGEN).
Attribute Name: disable-ipv6-sequence-display
Attribute Type: empty
Netconf edit-config payload
<prefixes xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<global>
<config>
</disable-ipv6-sequence-display><!-- operation="delete"-->
</config>
</global>
</prefixes>
Command Syntax
no ipv6 prefix-list sequence-number
clear (ip|ipv6) prefix-list
Attribute Name: type
Attribute Type: enum (ip|ipv6)
Netconf RPC payload
<clear-prefix-list-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<type>ip</type>
</clear-prefix-list-all>
Command Syntax
clear (ip|ipv6) prefix-list
clear ip prefix-list WORD (A.B.C.D/M|)
Attribute Name: prefix-list-name
Attribute Type: string
Attribute Name: prefix
Attribute Type: string
Netconf RPC payload
<clear-ipv4-prefix-list xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix-list-name>WORD</prefix-list-name>
<prefix>A.B.C.D/M</prefix>
</clear-ipv4-prefix-list>
Command Syntax
clear ip prefix-list WORD (A.B.C.D/M|)
clear ipv6 prefix-list WORD (X:X::X:X/M|)
Attribute Name: prefix-list-name
Attribute Type: string
Attribute Name: prefix
Attribute Type: string
Netconf RPC payload
<clear-ipv6-prefix-list xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-prefix-list">
<prefix-list-name>WORD</prefix-list-name>
<prefix>X:X::X:X/M</prefix>
</clear-ipv6-prefix-list>
Command Syntax
clear ipv6 prefix-list WORD (X:X::X:X/M|)
Last modified date: 08/22/2023