no ip domain lookup #打下不存在的指令,不用等待查找直接错误返回。
username cisco password cisco #设置用户名和密码
enable secret cisco #设置enable密码
line console 0 #console口
logging syn #输出同步
exec-time 0 0 #空闲超时配置
end
line vty 0 4 #telnet 线程 0-4
login local
exec-time 30 #空闲超时配置
end
alias exec a show ip route #模式下 敲 a 回车后 效果等价于show ip route
alias exec b show ip inter brief #模式下 敲 a 回车后 效果等价于show ip inter brief
alias exec c show running-config
alias exec d show vlan bri
alias exec e show cdp neibor
no ip domain lookup
username cisco password cisco #设置路由器的名字和 密码 都是cisco
enable secret cisco #特权模式密码
line console 0
logging syn #设置 登录类型
exec-time 0 0
end
line vty 0 4 # 可以telnet
login local
exec-time 30 # 30秒的时间 没操作就自动退出 为了安全
end
百度搜索这些英文单词,应该都有问搜过了的。