您现在的位置是:首页 >学无止境 >网络安全day3网站首页学无止境
网络安全day3
1、计算机英语
timeout:超时
UTP、Unshielded Twisted Pair:非屏蔽双绞线
STP、Shielded twisted pair:屏蔽双绞线
ICT,information communication technology:信息通信技术
eNSP,enternet network simulation platform:以太网络模拟平台
VRP ,versatile routing platform :通用路由平台
Switch:交换机
router:路由器
Firewall:防火墙
Console:控制台
SYStem:系统
view视图
interface接口
quit退出
return返回
display显示
version版本
language语言
undo撤销
shutdown关闭
reboot重启
current当前的
config配置
authentication认证
mode模式
terminal终端
monitor监视器
device设备
gigabit:千兆位
idle闲置,空闲
cipther路由器
2、取消console口令
<switch>undo terminal monitor
[switch-ui-console0]undo set authentication password
Info: Current terminal monitor is off.
3、取消终端显示提示信息
<Huawei>undo terminal monitor
4、终端提示为中文设置
<Huawei>language-mode chinese
5、命令简写
<Huawei>u t m 关闭日志提示
<Huawei>dis ver 显示版本
<Huawei>dis cu 查看当前配置信息
<Huawei>sy 进入系统视图 [Huawei]sy s1更改设备名为s1
[s1]int g0/0/1进入接口 [s1-GigabitEthernet0/0/1]sh禁用接口 [s1-GigabitEthernet0/0/1] un sh启用接口
s1]user-in co 0 进入console口 [s1-ui-console0]auth p 启用密码认证 [s1-ui-console0]set a p c 123 设置密码 [s1-ui-console0] re 返回用户视图
<s1>sa保存
<s1>qu退出
6、远程管理交换机
1、优点:通过网络方便管理网络设备,不需要到设备旁边
2、配置交换机IP地址(管理IP)
3、
交换机1: [Huawei]interface Vlanif 1 [Huawei-Vlanif1]ip addr [Huawei-Vlanif1]ip address 192.168.1.100 255.255.255.0
[Huawei-Vlanif1]undo shutdown(开启端口) Info: Interface Vlanif1 is not shutdown.
4、配置远程访问
Huawei>sy Enter system view, return user view with Ctrl+Z. [Huawei]user-interface vty 0 4 [Huawei-ui-vty0-4]set authen [Huawei-ui-vty0-4]set authentication p [Huawei-ui-vty0-4]set authentication password c [Huawei-ui-vty0-4]set authentication password cipher 456
[Huawei-ui-vty0-4]user privilege level 3
[Huawei-ui-vty0-4]return
交换机2:
<Huawei>sy [Huawei]interface vlanif 1 [Huawei-Vlanif1]ip address 192.168.1.10 255.255.255.0 [Huawei-Vlanif1]undo shutdown
5、客户端远程登陆被管理的交换机
<Huawei>telnet 192.168.1.100(登陆指令)
退出的话用quit
注意:telnet远程管理协议 端口23
根据提示输入密码
交换机的接口不在接口去配置。