NAT Flashcards
Clear all dynamic NAT translation entries:
R1# […]
clear ip nat translation *
Show the NAT statistics:
R1# […]
show ip nat statistics
Show the NAT translation table:
R1# […]
show ip nat translations
When only source NAT is used, in the output of show ip nat translations you can expect the […] and […] addresses to be the same.
outside local / outside global
Configure a static source NAT mapping:
R1(config)# […]
ip nat inside source static inside-local-ip inside-global-ip
Configure the NAT outside interface:
R1(config-if)# […]
ip nat outside
Configure the NAT inside interface:
R1(config-if)# […]
ip nat inside
Cisco NAT terminology:
[…] = The IP address of the outside host from the perspective of the outside network.
Outside Global
Cisco NAT terminology:
[…] = The IP address of the outside host from the perspective of the inside network.
Outside Local
Cisco NAT terminology:
[…] = The IP address of the inside host from the perspective of the outside network.
Inside Global
Cisco NAT terminology:
[…] = The IP address of the inside host from the perspective of the inside network.
Inside Local
Static Source NAT = […] address is mapped to […] address.
Inside Local / Inside Global
[…] NAT involves statically configuring one-to-one IP address mappings.
Static
What does NAT stand for?
Network Address Translation
Can private IPv4 addresses be used over the Internet?
No