06-10-2022
01:20 AM
- last edited on
06-14-2022
03:57 AM
by
Translator
Hi,
I am looking for a small router, to do some NAT separation between 2 networks.
The commands would be as following:
interface <inside-int>
ip address 192.168.13.1 255.255.255.0
ip nat inside
interface <outside-int>
ip address 192.168.12.201 255.255.255.0
ip nat outside
exit
ip nat inside source static 192.168.13.32 192.168.12.32
ip nat outside source static 192.168.12.13 192.168.13.213
ip nat outside source static 192.168.12.14 192.168.13.214
So as I know that
2-way-NAT
is seldom used, I need some confirmation, that 867VAE (or some other small CISCO router) supports it. In packet tracer, several router types support the commands.
Best regards
Henrik
Solved! Go to Solution.
06-10-2022 05:32 AM
Thats correct. As soon as the device support NAT, this command will be available. Would be a surprise to me if does not work, but I never did it on this specific router.
Unfortunatelly I dont have one here to test.
However, this device 867VAE is already end of sale, so, if you buy it, will not be through cisco channel. So, be care.
06-10-2022
04:14 AM
- last edited on
06-14-2022
03:43 AM
by
Translator
Hi
I dont recall to see explicty
support 2-way NAT
on the Datasheet. What I´ve seeing is:
06-10-2022
04:56 AM
- last edited on
06-14-2022
03:56 AM
by
Translator
Hi Flavio,
thanks for the answer.
You are right about
2-way NAT
is not mentioned. But is that feature explicitly mentioned on other CISCO routers?
I know it is seldom used. So perhaps not a feature to advertise so much about.
PS: If somebody owns 867VAE, they could try from cli after conf t:
ip nat inside source static ?
ip nat outside source static ?
..just to see if router OS accepts those NAT commands both ways.
Best regards
Henrik
06-10-2022 05:32 AM
Thats correct. As soon as the device support NAT, this command will be available. Would be a surprise to me if does not work, but I never did it on this specific router.
Unfortunatelly I dont have one here to test.
However, this device 867VAE is already end of sale, so, if you buy it, will not be through cisco channel. So, be care.
06-10-2022
12:02 PM
- last edited on
06-14-2022
03:50 AM
by
Translator
can i see
show ip nat translation
06-10-2022 02:52 PM
Hello
can you elaborate on what you are trying to achieve?
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