Protocol Independent Features
Left running head:
Chapter name (automatic)
432
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Command Reference Guide
Alcatel-Lucent
IP PREFIX-LIST
ip prefix-list <name> [seq <1-4294967294>] {{deny|permit} <ip-
address/prefix-length> {ge|le} <0-32>|description <line>}
DESCRIPTION
This command is entered in the Configuration Mode. This command is used to
configure a Prefix-list.
PARAMETERS
DEFAULT VALUE
None.
EXAMPLE
In the following example, permit updates for any network with a prefix mask length
less than or equal to 23. Denies all network updates with a network mask length
greater than 23:
ALU(config)# ip prefix-list test permit 0.0.0.0/0 le 23
Parameter Description
name Prefix-list name.
1-4294967294 Specifies the sequence number to prefix the list entry being
created or deleted.
deny Denies access for matching conditions.
permit Permits access for matching conditions.
<ip-address/
prefix-length>
The IP address and prefix length of the network.
ge Specifies prefix length. The prefix list will be applied if the
prefix length is greater than or equal to the ‘ge’ prefix length.
le Specifies prefix length. The prefix list will be applied if the
prefix length is less than or equal to the ‘le’ prefix length.
0-32 Prefix length.
line Description of prefix list.