0% found this document useful (0 votes)
57 views5 pages

Show Ip Nat Translations Show Ip Nat Statistics Clear Ip Nat Statistics

The document discusses different Network Address Translation (NAT) configurations including static NAT, dynamic NAT, Port Address Translation (PAT), and port forwarding. It provides the commands needed to configure each type of NAT such as ip nat inside, ip nat outside, ip nat pool, and access lists. It also lists commands for verifying and troubleshooting NAT configurations like show ip nat translations, clear ip nat statistics, and debug ip nat.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views5 pages

Show Ip Nat Translations Show Ip Nat Statistics Clear Ip Nat Statistics

The document discusses different Network Address Translation (NAT) configurations including static NAT, dynamic NAT, Port Address Translation (PAT), and port forwarding. It provides the commands needed to configure each type of NAT such as ip nat inside, ip nat outside, ip nat pool, and access lists. It also lists commands for verifying and troubleshooting NAT configurations like show ip nat translations, clear ip nat statistics, and debug ip nat.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

NAT, DYNAMIC and PAT

NAT

*create the mapping between inside local and outside local

ip nat inside source static local-ip global-ip (NAT)

*Identify the inside and outside interface

ip nat inside

ip nat outside

*Verifying Static NAT

show ip nat translations

show ip nat statistics

clear ip nat statistics

DYNAMIC NAT

*create the mapping between inside local and outside local (1)

ip nat pool name start-ip end-ip {netmask netmask | prefix-length prefix


length} (DYNAMIC)

*Create a standard ACL to permit those addresses to be translated

access-list access-list-number permit source [source-wildcard]

*Bind the ACL to the pool

ip nat inside source list access-list-number pool name

*Identify the inside and outside interfaces

ip nat outside

ip nat inside
*Verifying Dynamic NAT

show ip nat translations

show ip nat translations verbose

clear ip nat statistics

clear ip nat translations

PAT

Address Pool:

*create the mapping between inside local and outside local

ip nat pool name start-ip end-ip {netmask netmask | prefix-length prefix


length} (PAT)

*Create a standard ACL to permit those addresses to be translated

access-list access-list-number permit source [source-wildcard]

*Bind the ACL to the pool

ip nat inside source list access-list-number pool name

*Identify the inside and outside interfaces

ip nat outside

ip nat inside
Single Address

*Create a standard ACL to permit those addresses to be translated

access-list access-list-number permit source [source-wildcard]

*Establish dynamic source translation, specify the ACL, exit interface and
overload option

ip nat interface inside source list acess-list-number interface type name


overload

*Identify the inside and outside interfaces

ip nat outside

ip nat inside

*Verifying PAT

show ip nat translations

show ip nat statistics

clear ip nat statistics

PORT FORWARDING

*Configuring Port Forwarding with IOS

ip nat inside source [static {tcp | udp local-ip local-port global-ip global-
port} [extendable]

NAT IPV6

Unique Local Address

In a much different context than IPV4

Use to provide transparent communication between IPv6 and IPv4

NAT64
TROUBLESHOOT NAT

Use verify commands (show and clear)

Use debug commands (debug)

debug ip nat

You might also like