Re: Route map and default route

From: Ellis Chan (wkchan01@mingpao.com)
Date: Wed Jan 08 2003 - 23:19:13 GMT-3


Dear Group, Tim

Sorry for the missing paste

access-list 9 permit 10.10.10.144 0.0.0.7
access-list 9 permit 10.10.10.152 0.0.0.7
access-list 9 permit 10.10.10.160 0.0.0.31
access-list 9 deny any
access-list 10 permit 20.20.20.128 0.0.0.31
access-list 10 permit 20.20.20.160 0.0.0.31
access-list 10 permit 20.20.20.192 0.0.0.31
access-list 10 permit 20.20.20.224 0.0.0.31
access-list 10 permit 20.20.20.32 0.0.0.31
access-list 10 deny any

Ellis

----- Original Message -----
From: "Ouellette, Tim" <tim.ouellette@eds.com>
To: "'Ellis Chan'" <wkchan01@mingpao.com>
Cc: <ccielab@groupstudy.com>
Sent: Wednesday, January 08, 2003 6:15 PM
Subject: RE: Route map and default route

> Ellis,
>
> Your "match ip address 9" and "match ip address 10", I don't see those
ACL's
> on what it's supposed to match. If there is no match (aka. Policy match)
> won't it just route "normally"???
>
> Tim
>
> -----Original Message-----
> From: Ellis Chan [mailto:wkchan01@mingpao.com]
> Sent: Wednesday, January 08, 2003 4:46 AM
> To: ccielab@groupstudy.com
> Subject: Route map and default route
>
>
> 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