Hi jacek,
Your config regarding the route-map seems ok. On the flip side let
me tell you what I think is happenning :=
1) you have a default route statement throgh serial 1 = "ip route 0.0.0.0
0.0.0.0 Serial1"
2) therefore a packet generated from 10.x.x.x by default will go through S1
3) now rememeber that the packet will have a Source Ip of 10.x.x.x and a
destination IP of y.y.y.y
4) when the packet is returned, it will obviously return it to 10.x.x.x
5) hence it comes BACK THROUGH S0
Test to see if the above is true, by doing an extended ping. If it is so
then remove the default route statement and that should solve the problem.
In any case please tell me how u went about fixing it.
Santosh Koshy
""Jacek Malinowski"" <[EMAIL PROTECTED]> wrote in message
97r3bn$etj$[EMAIL PROTECTED]">news:97r3bn$etj$[EMAIL PROTECTED]...
> I have a big problem with the route-map command.
> My network looks like :
>
> ISP A ISP B
> | |
> | |
> | |
> --s0--(router 2611)--- s1--
>
> configuration (hypothetical):
>
> interface Serial0
> ip address 1.1.1.1 255.255.255.0
> !
> interface Serial1
> ip address 100.100.100.100 255.255.255.0
> !
> interface FastEthernet0
> ip address 10.0.0.222 255.255.255.0 secondary
> ip address 192.168.1.1 255.255.255.0
> ip policy route-map POLICY
> no ip directed-broadcast
> !
> ip classless
> ip route 0.0.0.0 0.0.0.0 Serial1
> no ip http server
> !
> access-list 2 permit 10.0.0.0 0.0.0.255
> route-map POLICY permit 10
> match ip address 2
> set ip next-hop 1.1.1.1
>
> traffic from the network 10.0.0.0 should go through serial 0 and ISP A
> traffic from the network 192.168.1.0 should go through serial 1 and ISP B.
>
> I don't understand how is it possible, that ping from 10.0.0.0 goes
through
> serial 1 and return through serial 0.
> there is the policy on the ethernet interface.
>
> I can't run BGP :( because my router is only 2611
>
>
>
>
> _________________________________
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]