Specifications

Table Of Contents
Chapter 18: ip-router Commands
18 - 50 SSR Command Line Interface Reference Manual
ip-router policy redistribute
Purpose
Creates a simple route redistribution policy
Format
ip-router policy redistribute from-proto
<protocol>
to-proto
<protocol>
[network
<ipAddr-mask>
[exact|refines|between
<low-high>
]] [metric
<number>
|restrict] [source-as
<number>
]
[target-as
<number>
]
Mode
Configure
Parameters
from-proto
<protocol>
Specifies the protocol of the source routes. The values for the from-proto parameter are
rip, ospf, bgp, direct, static, aggregate, or ospf-ase.
to-proto
<protocol>
Specifies the destination protocol where the routes are to be exported. The values for
the to-proto parameter are rip, ospf, or bgp.
network
<ipAddr-mask>
Provides a means to define a filter for the routes to be distributed. The network
parameter defines a filter that is made up of an IP address and a mask. Routes that
match the filter are considered as eligible for redistribution.
Matching usually requires both an address and a mask, although the mask can be
implied. If no additional options qualifying the networks to be redistributed 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.