cisco 常用命令

2011-8-3 18:14
满意回答
思科CCNA实验常用的命令
路由器实验: 

   router> enable         从用户模式进入特权模式 

   router# disable or exit     从特权模式退出到用户模式 

   router# show sessions      查看本机上的TELNET会话 

   router# disconnect       关闭所有的TELNET会话 

   router# show users       查看本机上的用户 

   router# erase startup-config  删除NVRAM中的配置 

   router# reload         重启路由器 

   router# config terminal     从用户模式进入特权模式 

   router(config)# hostname rl   配置用户名为rl 

   router(config)# #banner welcome#   配置开机话语 

   router# show controllers serial0  查看串口0的物理层信息(主要是查看DTE/DCE) 

   router# show ip interface    查看端口的IP配置信息 

   router# show hosts       查看主机表 

   end or ctrl+z          从各种配置模式退到特权模式 

   rl(config)# no ip domain-lookup     关闭动态域名解析 

   rl(config)# ip domain-lookup  打开动态域

 

你可能感兴趣的:(Cisco,interface,Terminal,路由器,思科)