1、显示运行状态及配置:
sh (sp) run
2、登录:
en
3、备份:
copy (sp) run (sp) tftp
4、恢复:
copy (sp) tftp (sp) running-config
5、存盘(写入路由器):
wr mem
6、添加静态映射:
ip (sp) nat (sp) inside (sp) source (sp) static (sp) x.x.x.x(如:192.168.0.210 ) (sp) x.x.x.x(如:202.105.124.210)
7、删除静态映射:
no (sp) ip (sp) nat (sp) inside (sp) source (sp) static (sp) x.x.x.x(如:192.168.0.210 ) (sp) x.x.x.x(如:202.105.124.210)
8、退出配置:
exit
9、重启路由器
reload
***********************************************************
