Redistributing static ipv6 routes into ipv6 is-is – Brocade Multi-Service IronWare Routing Configuration Guide (Supporting R05.6.00) User Manual
Page 748

720
Multi-Service IronWare Routing Configuration Guide
53-1003033-02
Configuring IPv6 specific address family route parameters
…..
Default redistribution metric: 0
Default link metric for level-1: 15
Default link metric for level-2: 9
Protocol Routes redistributed into IS-IS:
Redistributing static IPv6 routes into IPv6 IS-IS
To redistribute static IPv6 routes from the IPv6 static route table into IPv6 IS-IS routes, enter the
following command at the IPv6 IS-IS unicast address family configuration level.
Brocade(config-isis-router-ipv6u)# redistribute static
This command configures the device to redistribute all static IPv6 routes into Level-2 IS-IS routes.
Syntax: [no] redistribute static [level-1 | level-1-2 | level-2 | metric number | metric-type external
| internal | route-map name]
The level-1, level-1-2, and level-2 keywords restrict redistribution to the specified IPv6 IS-IS level.
The metric number 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 IPv6 IS-IS internal metric and is always
higher than the IPv6 IS-IS internal metric.
•
internal – The metric value is comparable to metric values used by IPv6 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 IPv6
routes to the destination networks 2001:db8::/32, enter commands such as the following.
Brocade(config)# ipv6 access-list static permit any 2001:db8::/32
Brocade(config)# route-map static permit 1
Brocade(config-routemap static)# match ip address static
Brocade(config-routemap static)# router isis
Brocade(config-isis-router)# address-family ipv6 unicast
Brocade(config-isis-router-ipv6u)# redistribute static route-map static
Redistributing directly connected routes into IPv6 IS-IS
To redistribute directly connected IPv6 routes into IPv6 IS-IS routes, enter the following command at
the IPv6 IS-IS unicast address family configuration level.
Brocade(config-isis-router-ipv6u)# redistribute connected
This command configures the device to redistribute all directly connected routes in the IPv6 route
table into Level-2 IPv6 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.