User Manual
UMN:CLI
V5824G
415
10.1.12.1
Creating prefix list
To create an entry of IPv4 prefix list, use the following command.
Command
Mode
Description
ip prefix-list
WORD
{
deny
|
permit
}
A.B.C.D/M
ge
<0-32>
[
le
<0-32>]
Global
Creates an entry of IPv4 prefix list.
WORD: name of IP prefix list
deny: denies access of packet if conditions are
matched.
permit: permits access of packet if conditions are
matched.
A.B.C.D/M: IPv4 prefix to be matched (e.g.
35.0.0.0/8)
any: any IPv4 prefix to match. (same as 0.0.0.0/0 le
32)
ge: minimum prefix length to be matched
le: maximum prefix length to be matched
0-32: minimum/maximum prefix length
ip prefix-list
WORD
{
deny
|
permit
}
A.B.C.D/M
le
<0-32>
[
ge
<0-32>]
ip prefix-list
WORD
{
deny
|
permit
}
{
A.B.C.D/M
|
any
}
ip prefix-list
WORD
description
LINE
Writes comments for the prefix list.
LINE: prefix list description up to 80 characters
By default, the sequence numbers are automatically generated in increments of 5.
To delete the entries in the prefix list, use the following command.
Command
Mode
Description
no ip
prefix-list
WORD
Global
Deletes the entries of the prefix list.
no ip prefix-list
WORD
{
deny
|
permit
}
A.B.C.D/M
ge
<0-32>
[
le
<0-32>]
no ip
prefix-list
WORD
{
deny
|
permit
}
A.B.C.D/M
le
<0-32>
[
ge
<0-32>]
no ip
prefix-list
WORD
{
deny
|
permit
}
{
A.B.C.D/M
|
any
}
no ip
prefix-list
WORD
description
[
LINE
]
10.1.12.2
Creating prefix list policy
Sequence numbers are automatically generated by default. To configure the sequence
numbers manually, you can use the
seq
<1-4294967295> argument of the
ip prefix-list
command. To add policy to prefix list one by one and assign a sequence number to the
policy, use the following command.
Command
Mode
Description
ip prefix-list
WORD
seq
<1-
4294967295>
{
deny
|
permit
}
{
A.B.C.D/M
|
any
}
Global
Creates an entry in an IPv4 prefix list and assigns a
sequence number to the entry.
WORD: name of IP prefix list
1-4294967295: sequence number of an entry
deny: denies access of packet if conditions are
ip prefix-list
WORD
seq
<1-
4294967295>
{
deny
|
permit
}
i