Dynamische NAT

#tussen de () is na eigen invulling

en

conf t

ip nat pool nat-pool1 (209.165.200.226) (209.165.200.240) netmastk (255.255.255.224)

access-list 1 permist (192.168.0.0) (0.0.255.255)

ip nat inside source list 1 pool nat-pool1

int (serial0/0/0)

ip nat inside

int (serial0/1/0)

ip nat outside

exit

 

show ip nat translations

show ip nat translation verbose

clear ip nat translations *

show ip nat statistics

clear ip nat statistics