Redistributing ospf, External routes, Redistributing ospf external routes – Brocade Multi-Service IronWare Routing Configuration Guide (Supporting R05.6.00) User Manual

Page 97: Redistributing is-is

Advertising
background image

Multi-Service IronWare Routing Configuration Guide

69

53-1003033-02

Modifying redistribution parameters

NOTE

The route map you specify must already be configured on the device. Refer to

“Defining route maps”

on page 81 for information about defining route maps.

Redistributing OSPF external routes

To configure the device to redistribute OSPF external type 1 routes, enter the following command.

Brocade(config-bgp)# redistribute ospf match external1

Syntax: [no] redistribute ospf [match internal | external1 | external2] [metric num] [route-map

map-name]

The ospf parameter indicates that you are redistributing OSPF routes into BGP4.

The match internal | external1 | external2 parameters apply only to OSPF. These parameters
specify the types of OSPF routes to be redistributed into BGP4. The default is internal.

NOTE

If you do not enter a value for the match parameter, (for example, you enter redistribute ospf only)
then only internal OSPF routes will be redistributed.

The metric num parameter changes the metric. You can specify a value from 0 – 4294967295.
The default is not assigned.

The route-map map-name parameter specifies a route map to be consulted before adding the
OSPF route to the BGP4 route table.

NOTE

The route map you specify must already be configured on the device. Refer to

“Defining route maps”

on page 81 for information about defining route maps.

NOTE

If you use both the redistribute ospf route-map map-name command and the redistribute ospf
match internal | external1 | external2 command, the software uses only the route map for filtering.

Redistributing IS-IS

To configure the device to redistribute IS-IS routes, enter the following command.

Brocade(config-bgp)# redistribute isis level-1

Syntax: [no] redistribute isis level-1 | level-1-2 | level-2 [metric num] [route-map map-name]

The isis parameter indicates that you are redistributing IS-IS routes into BGP4.

The level-1 parameter redistributes IS-IS routes only within the area the routes.

The level-2 parameter redistributes IS-IS routes between areas within a domain.

The level-1-2 parameter redistributes IS-IS routes within the area of the routes and between areas
within a domain.

The metric num parameter changes the metric. You can specify a value from 0 – 4294967295.
The default is not assigned.

Advertising