Switch>en
Switch#config t
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#hostname sw0
sw0(config)#clock set 8:33:26 17 Feb 2012
                 
^
% Invalid input detected at '^' marker.
 
sw0(config)#exit
 
%SYS-5-CONFIG_I: Configured from console by console
sw0#clock set 8:33:26 17 Feb 2012
sw0#config t
Enter configuration commands, one per line.  End with CNTL/Z.
sw0(config)#enable secret yanjin
sw0(config)#line console 0
sw0(config-line)#password yanjin
sw0(config-line)#login
sw0(config-line)#line vty 0 15
sw0(config-line)#password yanjin
sw0(config-line)#login
sw0(config-line)#line console 0
sw0(config-line)#logging s
sw0(config-line)#logging synchronous
sw0(config-line)#exec-timeout 0 0
sw0(config-line)#exit
sw0(config)#banner motd #
Enter TEXT message.  End with the character '#'.
This is sw0
#
 
sw0(config)#service ?
  password-encryption  Encrypt system passwords
 
timestamps           Timestamp
debug/log messages
sw0(config)#service pa
sw0(config)#service password-encryption
sw0(config)#

最新文章

  1. 跟Unity3D学代码优化
  2. 转载:《.NET 编程结构》专题汇总(C#)
  3. JavaWeb学习笔记——表达式语言
  4. Makefile.am链接openCV库的写法
  5. Swift 自动布局框架-SnapKit
  6. 【HAOI2009】【P1307】毛毛虫
  7. 03 在Linux下安装Myeclipse及Tomcat(含下载)
  8. iPhone开发之UIScrollView初步
  9. application/x-www-form-urlencoded multipart/form-data text/plain 的区别和作用
  10. Android中通过代码获取arrays.xml文件中的数据
  11. NYIST OJ 题目42 一笔画问题
  12. html的块级元素和内联元素
  13. jinja2模板常用方法
  14. 从零开始学习PYTHON3讲义(八)列表类型跟冒泡排序
  15. (转)MySQL中In与Exists的区别
  16. Java接口自动化测试之Maven项目的创建(一)
  17. leecode第二题(两数相加)
  18. MATLAB GUI图片添加背景
  19. 程序包org.junit不存在和编码GBK的不可映射字符问题解决
  20. win10 问题:你没有权限在此位置中保存文件。请与管理员联系以获得相应权限。

热门文章

  1. Flex 布局 (两个div居中自适应 宽度变小变一列,宽度够就是两列)
  2. ASP.NET自学之路(转载)
  3. webservice和一般处理程序
  4. 富文本编辑器复制Wod字体问题
  5. JAVA基础——IO流字符流
  6. 洛谷——P3918 [国家集训队]特技飞行
  7. 启发式合并CodeForces - 1009F
  8. 使用枚举(emum)代替常量类
  9. Excel OLE控制
  10. 微信小程序 传值取值的方法总结