Redistributing rip routes into ipv4 is-is, Redistributing ospf routes into ipv4 is-is – Brocade Multi-Service IronWare Routing Configuration Guide (Supporting R05.6.00) User Manual
Page 301

Multi-Service IronWare Routing Configuration Guide
273
53-1003033-02
Configuring IPv4 address family route parameters
The metric num parameter changes the metric. You can specify a value from 0 - 4294967295.
The metric-type external | internal parameter restricts redistribution to one of the following:
•
external – The metric value is not comparable to an IPv4 IS-IS internal metric and is always
higher than the IPv4 IS-IS internal metric.
•
internal – The metric value is comparable to metric values used by IPv4 IS-IS. This is the
default.
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
redistribute 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:
Brocade(config)# access-list 10 permit 192.168.0.0 0.0.255.255
Brocade(config)# route-map static permit 1
Brocade(config-routemap static)# match ip address 10
Brocade(config-routemap static)# router isis
Brocade(config-isis-router)# address-family ipv4 unicast
Brocade(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.
Brocade(config-isis-router-ipv4u)# redistribute connected
This command configures the Brocade 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.
Brocade(config-isis-router-ipv4u)# redistribute rip
This command configures the Brocade 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.
Brocade(config-isis-router-ipv4u)# redistribute ospf
This command configures the Brocade device to redistribute all OSPF routes into Level-2 IPv4 IS-IS.