Reference Guide

ip prex-list deny
Creates a prex list to deny route ltering from a specied network address.
Syntax
ip prefix-list name deny [A.B.C.D/x [ge | le]] prefix-len
Parameters
name — Enter the name of the prex list.
A.B.C.D/x — (Optional) Enter the source network address and mask in /prex format (/x).
ge — Enter the keyword to indicate the network address is greater than or equal to the range specied.
le — Enter the keyword to indicate the network address is less than or equal to the range specied.
prefix-len — Enter the prex length.
Defaults Not congured
Command Mode CONFIGURATION
Usage Information The no version of this command removes the specied prex-list.
Example
OS10(config)# ip prefix-list denyprefix deny 10.10.10.2/16 le 30
Supported Release 10.3.0E or later
ip prex-list permit
Creates a prex-list to permit route ltering from a specied network address.
Syntax
ip prefix-list name permit [A.B.C.D/x [ge | le]] prefix-len
Parameters
name — Enter the name of the prex list.
A.B.C.D/x — (Optional) Enter the source network address and mask in /prex format (/x).
ge — Enter the keyword to indicate the network address is greater than or equal to the range specied.
le — Enter the keyword to indicate the network address is less than or equal to the range specied.
prefix-len — Enter the prex length.
Defaults Not congured
Command Mode CONFIGURATION
Usage Information The no version of this command removes the specied prex-list.
Example
OS10(config)# ip prefix-list allowprefix permit 10.10.10.1/16 ge 10
Supported Release 10.3.0E or later
ip prex-list seq deny
Congures a lter to deny route ltering from a specied prex list.
Syntax
ip prefix-list name seq num deny {A.B.C.D/x [ge | le] prefix-len}
400 Access Control Lists