ccna学习笔记之三:思科基本配置

1、打开日志同步,避免日志干扰输出
conf t
line console 0
logging syn '打开日志同步
exec-timeout 0 0 '设置超时时间,0 0 为不超时,第一位数表示分钟,第二位数表示秒钟
 
2、关闭域名解析
conf  t
no ip domain-lookup
 
3、设置特权模式密码
conf t
en password 密码 ’设置密码
service password-encryption  ‘加密密码
en secret 密码 'md5加密密码
 
如果使用了最后一条密码,则最后一个密码生效
 
 

本文出自 “网络探索者” 博客,转载请与作者联系!

你可能感兴趣的:(职场,休闲)