Command Reference Protocol-independent Configuration Commands
Name of the IPv6 access list.
prefix-list prefix-list-name
Specify the IPv6 prefix list to match.
Route map configuration mode
You can redistribute the routes from one routing process to another routing process. For example,
you can redistribute the route in the OSPF routing domain and then advertise it to the RIP routing
domain, and vice versa. The mutual route redistribution can be implemented between all the IP
routing protocols.
For route redistribution, route maps are usually used to control the mutual route redistribution
between two routing domains.
One or more match or set commands can be executed to configure a route map. If the match
command is not used, all the routes will be matched. If the set command is not used, no operation will
be performed.
The route map can be configured very flexibly to be used for route redistribution and policy-based
routing. No matter how the route map is used, the configuration principle is the same, except that
different command sets are used. Even if it is used on the route redistribution, different routing
protocols can use different commands with the route map.
The following example enables the OSPF routing protocol to redistribute RIP routes that only match
access list v6acl, with the default metric being 40.
ipv6 router ospf
redistribute rip subnets route-map redrip
ipv6 access-list v6acl
10 permit ipv6 2620::64 any
route-map redrip permit 10
match ipv6 address v6acl
set metric 40
Set the IPV6 access list.
Match the next-hop interface of the route.
Match the IP address in the IPv6 access list.
Match the route source address in the IPv6 access list.