Dell PowerConnect B-RX Configuration Manual page 775

Bigiron rx series configuration guide v02.7.02
Hide thumbs Also See for PowerConnect B-RX:
Table of Contents

Advertisement

The commands in this example configure some static IP routes, then configure a route map and
use the route map for redistributing static IP routes into OSPF.
The ip route commands configure the static IP routes. The route-map command begins
configuration of a route map called "abc". The number indicates the route map entry (called the
"instance") you are configuring. A route map can contain multiple entries. The software compares
routes to the route map entries in ascending numerical order and stops the comparison once a
match is found.
The match command in the route map matches on routes that have 5 for their metric value (cost).
The set command changes the metric in routes that match the route map to 8.
The redistribute static command enables redistribution of static IP routes into OSPF, and uses
route map "abc" to control the routes that are redistributed. In this example, the route map allows a
static IP route to be redistributed into OSPF only if the route has a metric of 5, and changes the
metric to 8 before placing the route into the OSPF route table.
The following command shows the result of the redistribution. Since only one of the static IP routes
configured above matches the route map, only one route is redistributed. Notice that the route's
metric is 5 before redistribution but is 8 after redistribution.
BigIron RX(config-ospf-router)# show ip ospf database external
Index Aging
1
Syntax: [no] redistribution bgp | connected | [rip] | [isis level-1| level-1-2| level-2] | [static
The bgp | connected | rip | isis | static parameter specifies the route source.
The route-map <map-name> parameter specifies the route map name. The following match
parameters are valid for OSPF redistribution.
The following set parameters are valid for OSPF redistribution:
NOTE
You must configure the route map before you configure a redistribution that uses the route map.
NOTE
When you use a route map for route redistribution, the software disregards the permit or deny action
of the route map.
BigIron RX Series Configuration Guide
53-1001810-01
LS ID
2
4.4.0.0
[route-map <map-name>]
match ip address | next-hop <acl-num>
match metric <num>
match tag <tag-value>
set ip next hop <ip-addr>
set metric [+ | - ]<num> | none
set metric-type type-1 | type-2
set tag <tag-value>
Router
Netmask
10.10.10.60
ffff0000 80000008
Configuring OSPF
Metric
Flag
0000
25
703

Advertisement

Table of Contents
loading

This manual is also suitable for:

Brocade dcx-4sBrocade dcx

Table of Contents