Cisco Systems

 


Modules:  1  |  2  |  3  |  4  |  5  |  6  |  7  |  8  |  9  |  10  |  11  |  12  |  13  |  CS 1  |  CS 2  |  All  |
Module 10: Scaling IP Addresses with NAT
 
10.2.2 Configuring Dynamic NAT

Router(config)#ip nat pool name start-ip end-ip {netmask netmask | prefix-length prefix-length}[type rotary]
Router(config-if)#ip nat {inside | outside}

 

10.2.5 Configuring static NAT

Router(config)#ip nat inside source {list {access-list-number | name} {pool name | interface dialer-name}[overload] | static local-ip global-ip}
Router(config-if)#ip nat {inside | outside}

 

10.3.1 Verifying NAT translation

Router#show ip nat translations [verbose]
Router#show ip nat statistics

 

Close Window
All contents copyright © 2003 Cisco Systems, Inc. All rights reserved.