Redistributing rip routes into ipv4 is-is, Redistributing ospf routes into ipv4 is-is – Brocade BigIron RX Series Configuration Guide User Manual

Page 1041

Advertising
background image

BigIron RX Series Configuration Guide

963

53-1002484-04

Configuring IPv4 address family route parameters

29

The route-map <name> parameter restricts redistribution to those routes that match the specified
route map. The route map must already be configured before you use the route map name with the
redistribution command. For example, to configure a route map that redistributes only the static
IPv4 routes to the destination networks 192.168.0.0/24, enter commands such as the following.

BigIron RX(config)# access-list 101 permit ip any 192.168.0.0 255.255.0.0

BigIron RX(config)# route-map static permit 1

BigIron RX(config-routemap static)# match ip address 101

BigIron RX(config-routemap static)# router isis

BigIron RX(config-isis-router)# address-family ipv4 unicast

BigIron RX(config-isis-router-ipv4u)# redistribute static route-map static

Redistributing directly connected routes into IPv4 IS-IS

To redistribute directly connected IPv4 routes into IPv4 IS-IS routes, enter the following command at
the IPv4 IS-IS unicast address family configuration level.

BigIron RX(config-isis-router-ipv4u)# redistribute connected

This command configures the device to redistribute all directly connected routes in the IPv4 route
table into Level-2 IPv4 IS-IS.

Syntax: [no] redistribute connected [level-1 | level-1-2 | level-2] |

metric <number> | metric-type [external | internal] | route-map <name>]

The parameters are the same as the parameters for the redistribute static command.

Redistributing RIP routes into IPv4 IS-IS

To redistribute RIP routes into IPv4 IS-IS, enter the following command at the IPv4 IS-IS unicast
address family configuration level.

BigIron RX(config-isis-router-ipv4u)# redistribute rip

This command configures the device to redistribute all RIP routes into Level-2 IS-IS.

Syntax: [no] redistribute rip [level-1 | level-1-2 | level-2] | metric <number> | metric-type [external

| internal] | route-map <name>

The parameters are the same as the parameters for the redistribute static command.

Redistributing OSPF routes into IPv4 IS-IS

To redistribute OSPF routes into IPv4 IS-IS, enter the following command at the IPv4 IS-IS unicast
address family configuration level.

BigIron RX(config-isis-router-ipv4u)# redistribute ospf

This command configures the device to redistribute all OSPF routes into Level-2 IPv4 IS-IS.

Syntax: [no] redistribute ospf [level-1 | level-1-2 | level-2] |

match [external1 | external2 | internal] |
metric <number> |
metric-type [external | internal] |
route-map <name>

Advertising