超级新手必须知道超级简单的四大Cisco路由器常见命令

      总结一下这几天学习的路由器常见操作命令,虽然很简单,但也要铭记于心,也希望对Cisco新手有所帮助。括弧内为该命令的简写。
 
一、常用进入状态命令
enable (en)      //从路由器用户模式进入特权模式
configure terminal (conf t)      //从特权模式进入全局配置模式
interface type slot/number (int)      //进入端口设置状态
line type slot/number (l)      //进入线路设置状态
router type (r)      //进入路由设置状态   
end (Ctrl+Z)      //退出到特权模式
disable (disa)      //退出到用户模式
exit (ex)      //退出局部设置模式
 
二、常用设置命令
hostname name (h)      //设置路由器显示名称
no ip domain-lookup      //关闭DNS自动查询
enable secret password (ena s)      //设置特权密码
clock set hh:mm:ss day mouth year      //设置路由时间
no shutdown (no sh)      //启动端口
 
三、常用显示命令
show version (sh ve)      //查看版本及引导信息
show running-config (sh r)      //查看运行设置
show startup-config (sh st)      //查看开机设置
show interfaces (sh in)      //显示端口信息
show ip route (sh ip ro)      //显示路由信息
show flash (sh fl)      //显示内存中的格式和内容及IOS镜像
 
四、常用网络命令
telnet hostname/IP address (tel)      //登陆远程主机
ping hostname/IP address (P)      //网络侦测命令
traceroute hostname/IP address (tr)      //路由跟踪命令

你可能感兴趣的:(职场,休闲,Cisco命令,路由器常见命令,新手命令)