From: Ellis Chan (wkchan01@mingpao.com)
Date: Wed Jan 08 2003 - 06:45:49 GMT-3
Dear group,
I have an router 3660 with four FE, one connected to internal segment, three
connected to three different ISP.
I have enabled route map on internal interface on 3660, packet that originate
from firewall was translated to different ISP's address before enter the
3660.
Then 3660 will do policy routing base on the translated address from firewall
and select which ISP to go.
The following is partial config:
-------------
interface FastEthernet0/0
description Interface connected to Internal LAN
ip address 10.10.10.150 255.255.255.248 secondary
ip address 10.10.10.61 255.255.255.224
ip load-sharing per-packet
no ip mroute-cache
ip policy route-map FMC
load-interval 30
speed 100
full-duplex
fair-queue
interface FastEthernet0/1
ip address 10.10.10.101 255.255.255.252
ip load-sharing per-packet
no ip mroute-cache
load-interval 30
speed 100
full-duplex
fair-queue
interface FastEthernet2/0
ip address 10.10.10.105 255.255.255.252
ip load-sharing per-packet
no ip mroute-cache
load-interval 30
speed 10
full-duplex
fair-queue
..
..
..
route-map FMC permit 9
match ip address 9
set ip next-hop 10.10.10.102
!
route-map FMC permit 10
match ip address 10
set ip next-hop 10.10.10.106
-----------
Question:
Does route map need default route to function?
Problem:
very strange that I need to add a default route "0.0.0.0 0.0.0.0 10.10.10.102"
( or 0.0.0.0 0.0.0.0 10.10.10.106 )
in order to make the route map function properly.
Any input are welcome.
Regards,
Ellis
.
This archive was generated by hypermail 2.1.4 : Sat Feb 01 2003 - 07:33:45 GMT-3