[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 a prefix list entry, in dotted decimal notation.
Keyword to specify the prefix list entry only matches the route with the specified ip-prefix and prefix mask (length) values.
Keyword to specify the prefix list entry matches any route that matches the specified ip-prefix and prefix mask length values greater than the specified mask.
Specifies 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 specific range. The range is inclusive of start and end values.