3.0思科之基础命令集
工程三招
IOU2#conf t
//关闭域名解析(防止敲错命令查询)
IOU2(config)#no ip domain lookup
//log当前显示信息同步
IOU2(config)#line console 0
IOU2(config-line)#logging synchronous
//关闭会话超时,防止一段时间不操作自动退出
IOU2(config-line)#no exec-timeout
Last updated
Was this helpful?