D-Link DES-7200 Cli Reference Manual page 593

Hide thumbs Also See for DES-7200:
Table of Contents

Advertisement

DES-7200 CLI Reference Guide
Usage
guideline
Examples
Related
commands
Chapter 34 Protocol-independent Configuration Commands
You can redistribute the routing information 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.
In the route redistribution, route maps are usually used to control the
mutual route redistribution between two routing domains.
In configuring one route map, one or more match or set commands
can be executed. 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 match access list 10, with the route type
being type 1 external type and the default metric being 40.
ipv6 router ospf
redistribute rip subnets route-map redrip
ipv6 access-list v6acl
10 permit ipv6 5200::64 any
route-map redrip permit 10
match ipv6 address v6acl
set metric 50
Command
ipv6 access-list
match interface
match ipv6 address
match ipv6 next-hop
Description
Set the IPV6 access list.
Match the next-hop interface
of the route.
Match the IP address in the
IPv6 access list.
Match the next hop in the
IPv6 access list.
34-29

Advertisement

Table of Contents
loading

Table of Contents