- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2007 10:36 AM - edited 03-05-2019 02:09 PM
My router's configuration contains two ip nat inside source commands with route maps. One command is a static translation and one is a dynamic. Is this the way processing works:
The inside packet source address is processed against one of the command's route map (which command?). If that route map permits the address, then the source address is natted.
However, if the first route map denies the address, then the router continues on to the second ip nat inside source command and processes the address against its route list.
Right?
Solved! Go to Solution.
- Labels:
-
LAN Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2007 01:30 PM
Hi
Basically yes, the router will compare the packet against all route-maps until it finds a match (if any) and then apply the NAT.
If you think about it logically it shouldn't matter which order it applies them because if you are statically mapping one address to another you would ensure that this address is never matched in your dynamic NAT setup otherwise you could get very unpredictable results.
HTH
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2007 01:30 PM
Hi
Basically yes, the router will compare the packet against all route-maps until it finds a match (if any) and then apply the NAT.
If you think about it logically it shouldn't matter which order it applies them because if you are statically mapping one address to another you would ensure that this address is never matched in your dynamic NAT setup otherwise you could get very unpredictable results.
HTH
Jon
