Modify default metric for redistribution -35, Enable rip route redistribution -35, Modify default metric for redistribution -36 – HP 3500YL User Manual

Page 209: Enable rip route redistribution -36, Modify default metric for redistribution, Enable rip route redistribution

Advertising
background image

IP Routing Features

Configuring RIP

N o t e

Do not enable redistribution until you have configured the redistribution
filters. Otherwise, the network might get overloaded with routes that you did
not intend to redistribute.

Example:

To configure the switch to filter out redistribution of static,

connected, or OSPF routes on network 10.0.0.0, enter the following
commands:

ProCurve(config)# router rip

ProCurve(rip)# restrict 10.0.0.0 255.0.0.0

ProCurve(rip)# write memory

N o t e

The default configuration permits redistribution for all default connected
routes only.

Syntax: restrict < ip-addr > < ip-mask > | < ip-addr /< prefix length >

This command prevents any routes with a destination address that is included
in the range specified by the address/mask pair from being redistributed by
RIP.

Modify Default Metric for Redistribution

The default metric is a global parameter that specifies the cost applied to all
RIP routes by default. The default value is 1. You can assign a cost from 1 – 15.

Example:

To assign a default metric of 4 to all routes imported into RIP, enter

the following commands:

ProCurve(config)# router rip

ProCurve(rip)# default-metric 4

Syntax: default-metric < value >

The

< value > can be from 1 – 15. The default is 1.

Enable RIP Route Redistribution

N o t e

Do not enable redistribution until you have configured the redistribution
filters. Otherwise, the network might get overloaded with routes that you did
not intend to redistribute.

5-35

Advertising