[no] prefix-list name
config>router>policy-options
Supported on all 7210 SAS platforms as described in this document
Commands in this context configure a prefix list to use in route policy entries.
The no form of this command deletes the named prefix list.
Specifies the prefix list name. Allowed values are any string up to 32 characters composed of printable, 7-bit ASCII characters. If the string contains special characters (#, $, spaces, and so on), the entire string must be enclosed within double quotes.
[no] prefix [ipv-prefix/prefix-length] [exact | longer | through length | prefix-length-range length1-length2]
no prefix [ipv-prefix/prefix-length] [exact | longer | through length | prefix-length-range length1-length2]
config>router>policy-options>prefix-list
Supported on all 7210 SAS platforms as described in this document
This command creates a prefix entry in the route policy prefix list.
The no form of this command deletes the prefix entry from the prefix list.
Specifies the IP prefix for prefix list entry in dotted-decimal notation.
Specifies the prefix list entry only matches the route with the specified ip-prefix and prefix mask (length) values.
Specifies that the prefix list entry matches any route that matches the specified ip-prefix and prefix mask length values greater than the specified mask.
Specifies that the prefix list entry matches any route that matches the specified ip-prefix and has a prefix length between the specified length values inclusive.
Specifies a route must match the most significant bits and have a prefix length with the specified range. The range is inclusive of start and end values. The length2 value is greater than the length1 value.