Sie sind auf Seite 1von 1

TO CONFIGURE STATIC NAT-----------en

conf t
int serial 0/0
ip nat outside
int fa 0/0
ip nat inside
exit
ip nat inside source static 50.0.0.2 20.0.0.3
exit
sh ip nat translations
sh ip nat statistics
TO REMOVE STATIC NAT:---conf t
no ip nat inside source static 50.0.0.2 20.0.0.3

Das könnte Ihnen auch gefallen