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
|
|
Term
| Shows a summary of your configuration, your active translations, and the inside and outside interfaces that are being used. |
|
Definition
|
|
Term
| Shows the sending address, the translation, and the destination address on each debug line. |
|
Definition
|
|