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)#




相关文章:

  • 2022-12-23
  • 2022-02-11
  • 2021-05-11
  • 2022-12-23
  • 2022-02-28
  • 2021-09-09
  • 2021-09-15
  • 2021-06-02
猜你喜欢
  • 2021-09-10
  • 2021-05-16
  • 2021-08-15
  • 2022-02-08
  • 2021-05-21
  • 2021-07-31
  • 2021-08-14
相关资源
相似解决方案