vrouter-prefix-list-show
Prefix lists are used by BGP, and OSPF to filter route advertisements.
Syntax vrouter-prefix-list-show
vrouter-name name-string |
Name of the vRouter. |
Specify the following prefix-list arguments: |
|
name name-string |
Name for the prefix list. |
seq number |
A sequence number. This is a number between 1, and 4294967295. |
action permit|deny |
The type of action, permit or deny. |
prefix ip-address |
The IP address used as the prefix. |
netmask netmask |
The netmask of the IP address. |
min-prefix-len number |
The minimum prefix length. This is a value between 0, and 128. |
max-prefix-len number |
The maximum prefix length. This is a value between 0, and 32. |
any |
Apply to any prefix list. |
anyv6 |
Apply to any ipv6 prefix list. |
Defaults None
Access CLI
History
Version 2.2.3 |
Command introduced. |
Version 2.2.4 |
The parameter any added. |
Version 2.5 |
The parameter anyv6 added. |
Version 5.1.0 |
The parameters any and anyv6 deprecated. |
Usage Use this command to display prefix lists used with BGP, and OSPF.
Examples To display a prefix list, no-ads, use the following syntax:
CLI (network-admin@switch) > vrouter-prefix-list-show
router-name name seq action prefix
----------- ------------- --- ------ ------------
vr7 permit_prefix 1 permit 10.0.70.0/24
vr7 permit_prefix 2 permit 2001:70::/64