Command Reference Guide Global Configuration Mode Command Set
61200510L1-35E Copyright © 2005 ADTRAN 445

ip prefix-list <listname> seq <sequence#> [permit | deny] <network/len>

[le <le-value> | ge <ge-value>]

Use the ip prefix-list seq command to spec ify a prefix to be matched or a range of mask lengths.
Syntax Description
<listname> Specifies a particular prefix list.
<sequence#> Specifies the entr y's un iqu e seque nc e nu m be r wh ich de term in es the processing
order. Lower-numbered entries are processed first. Range: 1 to 4,294,967,294.
permit Permits access to matching entries.
deny Denies access to matching entries.
<network/len> Specifies the network number and network mask length.
le <le-value> Specifies the upper end of the range. Range: 0 to 32.
ge <ge-value> Specifies the lower end of the range. Range: 0 to 32.
Default Values
If no ge or le parameters are specified, an exact match is assumed. If only ge is specified, the range is
assumed to be from ge-value to 32. If only le is specified, the range is assumed to be from len to le-value.
Applicable Platforms
This command applies to the NetVanta 300, 1000R, 2000, 3000, 4000, and 5000 and Total Access 900
Series units.
Command History
Release 8.1 Command was introduced.
Functional Notes
This command specifies a prefix to be matched. Option ally, it may specify a range of mask lengths. The
following rule must be followed: len < ge-value
<
le-value. A prefix list with no entries allows all routes. A
route that does not match any entries in a prefix list is dropp ed . As soon as a route is per mitted or denied,
there is no further processing of the rule in the prefix list. A route that is denied at the beginning entry of a
prefix list will not be allowed, even if it matches a permitting entry further down the list.