ip local policy/nat

From: kpalmer (kip.palmer@xxxxxxxxxxx)
Date: Sat Jul 13 2002 - 01:57:33 GMT-3


   
Howdey,

I'm doing lab 18, ccieboot. I recall having the same problem last time I
did this
Lab as well. Hopefully we can resolve.

R1-s0-----s0-R2-e0-----e0-R13

R2 is not running a rtr protocol w/ R1. R2 is using *nat inside source
static*
to translate R13's eth0 connection to R2. Config works perfect until I
add the
required *ip local policy route-map* to R2's S0 & ETH 0 w/ acts as the
required
default route.

I looked at CCIEboot's config's and they are identical to what I have.
But I can't ping the statically translated R13 ETH0 ??? Get U.U.U

Here's my R2 config. Is there any obvious reason the policy map is
failing the ICPM??...from R1?

The *local* refers to self generated, right? So why are packets from R1
being effected. Again, it works fine with the *policy* not applied.

R2>

interface Serial0
 ip address 62.7.11.9 255.255.255.0
 ip nat outside
 no ip mroute-cache
 no fair-queue
 ip policy route-map setdefault

interface Ethernet0
 ip address 172.27.2.9 255.255.255.240
 ip nat inside
 ip policy route-map setdefault

ip local policy route-map setdefault
ip nat inside source static *172.27.2.10 62.7.11.10
ip classless

access-list 1 permit any log

route-map setdefault permit 10
 match ip address 1
 set ip precedence critical
 set ip next-hop 62.7.11.11

*R13's non-route advertised, eth 0.

Help requested!

Kip Palmer



This archive was generated by hypermail 2.1.4 : Sat Sep 07 2002 - 19:36:28 GMT-3