05-01-2015 03:00 AM - edited 03-11-2019 10:52 PM
Hi
Just a quick and easy question. Im trying to get my head around the new nat proceedure.
I create a new nat:
object network OBJ-172.16.163.241 |
host 172.16.163.241 |
nat (inside,outside) dynamic NAT-200.200.200.200 |
show run object id OBJ-172.16.163.241 shows the object group and the host inside but how do you see the nat. why does this command not show all the config in the object group.
Thanks
Solved! Go to Solution.
05-01-2015 03:36 AM
i,
This is expected. You should use this command instead:-
show xlate local <real IP>
show xlate global <mapped IP>
show nat object <object name>
show run nat | in be <object name>
Thanks and Regards,
Vibhor Amrodia
05-01-2015 03:36 AM
i,
This is expected. You should use this command instead:-
show xlate local <real IP>
show xlate global <mapped IP>
show nat object <object name>
show run nat | in be <object name>
Thanks and Regards,
Vibhor Amrodia
05-01-2015 05:21 AM
thanks Vibhor
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