ENSP简单指令

用户视图模式切换至系统视图模式[Huawei]

system-view

sys

ENSP简单指令_第1张图片

1、历史命令查询

[Huawei] display history-command

2、配置主机名

system-view

[Huawei] sysname SW1

3、状态信息查询

display version ####查看VRP版本

ENSP简单指令_第2张图片

display users ####查看用户终端信息

4、进入接口模式并查看信息

sys

[Huawei]int g0/0/0

[Huawei-GigabitEthernet0/0/0]dis this ####查看当前视图下的配置信息

ENSP简单指令_第3张图片

5、配置文件管理命令

[Huawei]display saved-configuration ###查看设备保存的信息

ENSP简单指令_第4张图片

[Huawei]display current-configuration ###查看设备当前配置的信息

ENSP简单指令_第5张图片

reset saved-configuration ###擦除存储设备中的配置文件

ENSP简单指令_第6张图片

compare configuration ###比较当前配置信息与存储设备中的保存文件是否一致

ENSP简单指令_第7张图片

6、关闭华为的信息提示中心

[Huawei]undo info-center enable

undo terminal monitor

7、配置双工及速率命令

sys

[Huawei]int g0/0/1

[SW1-Ethernet0/0/1]undo negotiation auto ###关闭自动协商

[SW1-Ethernet0/0/1]speed 100 ###调至速率100M

[SW1-Ethernet0/0/1]duplex full ###调至全双工模式, 解释:full:Full-Duplex(全双工模式) half:Half-Duplex(半双工模式)

ENSP简单指令_第8张图片

8、永不超时退出登录

[Huawei]user-interface console 0

[Huawei-ui-console0]idle-timeout 0 0

9、保存配置

save

ENSP简单指令_第9张图片

10、用SecureCRT链接eNSP

●双击打开某台设备有【视图】和【配置】,打开【配置】---窗口配置:串口号:2000 ###这个是端口号

●打开SecureCRT 点击【链接】---【Protocol】Telnet----【Hostname】127.0.0.1----【Prot】2000

●当前终端被打开---断开【disconnect】----会话【session options】-----强制每次一个字符模式【Force charater at atime mode】---保存【OK】

●右击当前终端---链接【reconnect】

11、设置远程登录密码

[Huawei]user-interface vty 0 4

[Huawei-ui-vty0-4]authentication-mode password

[Huawei-ui-vty0-4]set authentication password simple 222

[Huawei-ui-vty0-4]user privilege level 3

[Huawei-ui-vty0-4]dis this

你可能感兴趣的:(华为)