Shared Flashcard Set

Details

NAT Commands
NAT admin commands
9
Computer Networking
Professional
09/04/2015

Additional Computer Networking Flashcards

 


 

Cards

Term
Statically maps a host with a private IP address to a global Internet address.
Definition
(config)#ip nat inside source static <inside_local> <inside_global>
Term
Creates a pool of inside global addresses for the inside local hosts to use.
Definition
(config)#ip nat pool <pool_name> <start_IP> <end_IP> M.M.M.M
Term
Sets the inside local hosts that match the access-list number to use the pool of addresses configured by the ip nat pool command.
Definition
(config)#ip nat inside source list <list_number> pool <pool_name>
Term
Creates an access list that permits the inside local hosts to use the global pool of addresses.
Definition
(config)#access-list <#> permit <network IP> W.W.W.W
Term
Sets an interface as an inside interface.
Definition
(config-if)#ip nat inside
Term
Sets an interface as an outside interface.
Definition
(config-if)#ip nat outside
Term
Shows the basic translation table.
Definition
#show ip nat translation
Term
Shows a summary of your configuration, your active translations, and the inside and outside interfaces that are being used.
Definition
#show ip nat statistics
Term
Shows the sending address, the translation, and the destination address on each debug line.
Definition
#debug ip nat
Supporting users have an ad free experience!