D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 1 Protocol-Independent
Configuration
1-18
been configured, after redistributing the route-map, the printed message prompts
that the application not support the corresponding rule.
# Configure route-map
DES-7200(config)# route-map redrip permit 10
DES-7200(config-route-map)# match length 1 3
DES-7200(config-route-map)# match route-type external
DES-7200(config-route-map)# set level backbone
# Configure OSPF
DES-7200(config)# router ospf 1
DES-7200(config-router)# redistribute rip subnets route-map redrip
% ospf redistribute rip not support match length
% ospf redistribute rip not support match route-type
% ospf redistribute rip not support set level backbone
1.6.2 Example of Static Route Redistribution
Configuration requirements
One router exchanges route information with other routers via the RIP. In addition,
there are three static routes. The RIP is only allowed to redistribute two routes:
172.16.1.0/24 and 192.168.1.0/24.
Detailed configuration
This is a common distribution list-based route filtering configuration example in
practice. Note that the metric is not specified for the routes to be redistributed in
the following configuration. Since a static route will be redistributed,the RIP will
automatically assign the metric. In the RIP configuration, the version must be
specified and the route aggregation must be disabled for the access list allows the
172.16.1.0/24 route. To advertise the route, the RIP protocol must first support the
classless route, and the route cannot be aggregated to the 172.16.0.0/16
network.
# Configure the static route
DES-7200(config)# ip route 172.16.1.0 255.255.255.0 172.200.1.2
DES-7200(config)# ip route 192.168.1.0 255.255.255.0 172.200.1.2
DES-7200(config)# ip route 192.168.2.0 255.255.255.0 172.200.1.4
# Configure RIP
DES-7200(config)# router rip
DES-7200(config-router)# version 2
DES-7200(config-router)# redistribute static
DES-7200(config-router)# network 192.168.34.0
DES-7200(config-router)# distribute-list 10 out static