Hi Andrew,
Actually, the case is like this:
1. we have connected to two diff. isp (one primary and one as backup)
2. a cisco router 2600 with fw feature set is conected to the internal
network (ethernet) and on the other side connected to the two isp router
through another ethernet.
3. eigrp is running between the 2600 router and the isp routers, so two
default route with diff. cost is passed to the 2600 router
4. route-map is used in order for correct NAT mapping.
the access list is just like this:
access-list 20 permit 192.168.115.222
(where 192.168.115.222 is the ethernet addr of the isp1 router)
route-map to-isp1 permit 20
match ip next-hop 20
however, after I apply this route-map, I can't ping inside my internal
network (other service working fine e.g. www, telnet, ftp). Is there any
reason for that. I suspect that IP NAT process sequence is diff. when using
'route-map' instead of 'list'. Do you know where in cisco web site I could
checkout in details how route-map + nat is working.
Thanks in adv., Eric
Andrew Larkins <[EMAIL PROTECTED]> wrote in message
news:<8F5F72F80EF5D311ADE600A0C9DCF862379E86@UBDCCOMJHBEX>...
> where are the access lists for the route map??
>
> Andrew Larkins
> Usko Communications
> Tel: +2711 236-8000
> Fax: +2711 236-8350
> Cell: +2783-656-7214
> Email: [EMAIL PROTECTED]
>
>
> "This message may contain information which is confidential and subject to
> legal privilege. If you are not the intended recipient, you may not
peruse,
> use, disseminate, distribute or copy this message. If you have received
> this message in error, please notify the sender immediately by email,
> facsimile or telephone and return and/or destroy the original message."
>
>
>
>
> -----Original Message-----
> From: Eric Lam [mailto:[EMAIL PROTECTED]]
> Sent: 30 May 2000 03:48
> To: [EMAIL PROTECTED]
> Subject: route-map ping problem
>
>
> All,
>
> After I using route-map to map the NAT pool, I can't ping from inside to
> outside but other service are ok (e.g. www, telnet, ftp).
>
> original config (no problem for ping)
> ip nat pool test 192.168.115.219 192.168.115.220 netmask 255.255.255.224
> ip nat inside source list 1 pool test overload
>
> new config ( can't ping from inside net PC to outside)
> ip nat pool test 192.168.115.219 192.168.115.220 netmask 255.255.255.224
> ip nat inside source route-map to-test pool test overload
>
> is there any reason for that ??
>
> Pls help.
> Thanks, Eric
>
>
>
> ___________________________________
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
> ___________________________________
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---
___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]