DELL N3000 User Manual

Page of 1460
Configuring Access Control Lists
641
Route-Map with Scheduled Redirection of RFC 1918 Addresses to a Different Next-
Hop
time-range work-hours
periodic weekdays 07:30 to 18:00
exit
ip access-list subnet-172-16
permit ip any 172.16.0.0 0.15.255.255 time-range work-hours
exit
ip access-list subnet-192-168
permit ip any 192.168.0.0 0.0.255.255 time-range work-hours
exit
ip access-list subnet-10-0
permit ip any 10.0.0.0 0.255.255.255 time-range work-hours
exit
route-map redirect-vlan12 permit 32
match ip address subnet-172-16 subnet-192-168 subnet-10-0
set ip next-hop 12.1.13.1
set ip next-hop 12.1.14.1
exit
Complete Example of Policy Based Routing on VLAN Routing Interfaces
In this example, an L3 router with four VLAN routing interfaces (VLAN 10, 
VLAN 20, VLAN 30 and VLAN 40) is configured.  Each of these interfaces is 
connected to L2 switches.
Traffic sent to host 2.2.2.2 from host 1.1.1.2 on VLAN interface 10 is normally 
routed over VLAN interface 20. The steps to override the normal routing 
decision and policy route traffic from VLAN interface 10 to VLAN interface 
30 are described following the figure.