Specifications

Table Of Contents
Chapter 18: ip-router Commands
SSR Command Line Interface Reference Manual 18 - 19
ip-router policy aggr-gen destination
Purpose
Creates an aggregate or generate route.
Format
ip-router policy aggr-gen destination
<number-or-string>
[source
<number-or-string>
[filter
<number-or-string>
|[network
<ipAddr-
mask>
[exact|refines|between
<low-high>
] [preference
<number>
|restrict]]]]
Mode
Configure
Parameters
destination
<number-or-string>
Is the identifier of the aggregate-destination that specifies the aggregate/summarized
route.
source
<number-or-string>
Is the identifier of the aggregate-source that contributes to an aggregate route.
filter
<number-or-string>
Specifies the filter for an aggregate/generate.
network
<IP-address>
This option specifies networks which are to be aggregated. Matching usually requires
both an address and a mask, although the mask can be implied. If no additional options
qualifying the networks to be aggregated are specified, then any destination that falls
in the range implied by this network-specification is matched, so the mask of the
destination is ignored. If a natural network is specified, the network, any subnets, and
any hosts will be matched. If you specify the
exact
,
refines
, or
between
parameters, the mask of the destination is also considered.
exact
This option specifies that the mask of the routes to be aggregated must match the
supplied mask exactly. This is used to match a network, but not subnets or hosts of that
network