Top-level container for routing policy applications. This
grouping is intended to be used in routing models where
needed.
match-set-options-group
match-set-options
Grouping containing options relating to how a particular set
will be matched.
match-set-options-restricted-group
match-set-options
Grouping for a restricted set of match operation
modifiers.
prefix
ip-prefix mask-length-lower mask-length-upper
Configuration data for a prefix definition.
The combination of mask-length-lower and mask-length-upper
define a range for the mask length or single 'exact'
length if mask-length-lower and mask-length-upper are
equal.
Example: 192.0.2.0/24 through 192.0.2.0/26 would be
expressed as prefix: 192.0.2.0/24,
mask-length-lower=24,
mask-length-upper=26
Example: 192.0.2.0/24 (an exact match) would be
expressed as prefix: 192.0.2.0/24,
mask-length-lower=24,
mask-length-upper=24
Example: 2001:DB8::/32 through 2001:DB8::/64 would be
expressed as prefix: 2001:DB8::/32,
mask-length-lower=32,
mask-length-upper=64