h3c 基本配置方法

h3c 基本配置

=========================================================================

#名字,时间配置

sysname R1

clock timezone GMT add 8

clock timezone UTC add 8

clock datetime 9:30:20 2001/02/08

#告警

header motd XXXXXXXXXXXXXXXXXXXXXXXXXXX

Please input banner content, and quit with the character 'X'.

X

#Telnet配置

telnet server enable

user-interface vty 0 4

authentication-mode password

set authentication password simple cisco

user privilege level 3

acl 2000 inbound

acl number 2000

rule 5 deny source 1.1.1.1 0

#Telnet配置实用用户名验证

telnet server enable

local-user user

service-type telnet level 3

password simple ciscocisco

user-interface vty 0 4

acl 2000 inbound

authentication-mode scheme

#保存配置文件

save

The current configuration will be written to the device. Are you sure? [Y/N]:y

Please input the file name(*.cfg)[flash:/startup.cfg]

(To leave the existing filename unchanged, press the enter key):

flash:/startup.cfg exists, overwrite? [Y/N]:y

<R1>dir

Directory of flash:/

0 drw- - Dec 25 2009 19:34:36 logfile

1 -rw- 1363 Feb 08 2001 18:06:13 startup.cfg

2 -rw- 47646 Feb 08 2001 17:38:37 default.diag

#清除保存的配置文件

reset saved-configuration

你可能喜欢

  • 设备配置说明
  • 配置原则
  • 服务器配置
  • 资源配置
  • 配置管理
  • 系统配置
  • 产品配置说明

h3c 基本配置方法相关文档

最新文档

返回顶部