10-13-2006 02:43 AM - edited 03-03-2019 02:20 PM
Hi,
I have just replaced the core router Cisco 3640 in my company with Cisco 3845. I am facing an which is "NAT" and "Route Map" on the LAN interface (fastehternet) of my router are not working. The IOS version is 12.3(11r)T2.
I am attaching the imp configuration part. Please if anyone can help urgently. Thanks a lot.
10-13-2006 02:55 AM
Can you please be more clear about what is not working, Nat or Route-map?
If its a NAT problem, then the next hop specified is 10.254.254.1 which is not in the same subnet where the NAT outside is specified and hence i think the NAT is failing.
HTH
Narayan
10-16-2006 02:53 AM
Thanks for replying. Actually I have configured both NAT & Route Map on the interface fe3/0 (interface with ip add 10.1.220.1). For Route map it should forward the traffic to 10.254.254.1 whic is another router connected to it on its fe2/0 port (whoe ip add is 10.254.254.2).
For NAT as the default route is defined towards interface s1/0.0.2 (on which ip nat outside is defined) and I have configured command " ip nat inside source list 101 interface Serial1/0/0.2 overload" on it, this should forward traffic destined towards unknown network on this interface with NAT.
IMPORTANT: ALL ABOVE WAS WORKING WELL ON 3645 ROUTER BUT EVERSINCE I REPLACED IT WITH 3845 NAT & ROUTE MAP STOPPED WORKING.
10-16-2006 03:12 AM
Hi Syed,
From the notepad message , route-map is working fine as there is a increase in the bytecount . Can u pls check the access-list config of 150 -- the traffic than needs to go to internet and access-list 101 that should allow the ips for PAT
regards
vanesh k
10-16-2006 03:15 AM
It will be hard to determine the exact cause without more detailed information about the configuration. Still it is not very likely to be directly related to the platform-change you describe.
Have you checked all ip routes and the setting for ip classless?
Regards,
Leo
10-16-2006 05:12 AM
Hi Syed,
Can you post the configs
Narayan
10-16-2006 09:59 PM
10-16-2006 10:20 PM
Hi,
In the route-map , u have misplaced the access-list .
Access-list 140 is for accessing internet , but the same is pushed via route-map
and access-list 150 is for accessing some private ips , but the same is pushed to internet .
Pls have the same changed
route-map Supernet_Internet deny 10
match ip address 140
!
route-map Supernet_Internet permit 20
match ip address 150
set ip next-hop 10.254.254.1
regards
vanesh k
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide