Cyber_Security_Notes/1. 基础部分/0801_交换机.md

160 lines
4.7 KiB
Markdown
Raw Normal View History

# 交换机
2024-08-02 08:54:59 +08:00
### 一、 组建局域网的主要设备
##### 1、 交换机
- 作用:
- 用 于将多台计算机/交换机连接到一起,组建网络。
- 连接电脑组建局域网(组建局域网的主要设备)
- 类型限制、隔离、ALC
##### 2、 eNSP
1. 交换机、路由器、防火墙、WIFI、电脑
> 设置显示与隐藏标签:菜单 - 工具 - 选项 - 显示设备标签/显示设备型号
>
> 设置显示与隐藏标签:菜单 - 工具 - 选项 - 总显示接口标签
>
> 通过文本工具添加标签,右击文本文字可调整大小、字体、背景颜色
##### 3、 拓扑文件保存
##### 4、 配置视图
1. 连接物理设备
- 使用console线一端连接交换机console口另一端连接计算机USB或com、Putty、SecureCRT、Xshell等终端程序进入设备的配置界面。
2. 视图
- 用户视图:<Hwuwei>
- 系统视图:[Hwuwei]
- 命令system-view简写sy
- 作用:配置设备的系统参数
- quite退回到上一个视图逐级退回
- returnctrl+z直接退回到用户视图
3. 接口视图
- 命令interface GigabitEtherent 0/0/1简写int g0/0/1
4. 协议视图
5. 操作技巧
- 可以查看help
- 查命令的全拼sys?
- 查后面能跟什么命令interface ?
- Tab自动补全但需前置键入的检索结果唯一
- 命令简写sy、int g0/0/1
- 不区分大小写
##### 5、 交换机的基本配置命令
1. <Huawei>display version查看版本信息
2. <Huawei>display current-configuration查看华为网络设备的当前配置
- 回车翻行,空格翻页
3. display this查看当前视图的配置
> [Huawei]display this
>
> [Huawei-GigabitEthernet0/0/1]display this
4. sysname更改设备名称需要在用户视图save保存
2024-08-02 10:55:25 +08:00
> [Huawei]sysname SW1 //修改设备名为SW1
2024-08-02 08:54:59 +08:00
>
2024-08-02 10:55:25 +08:00
> [SW1]display this //查看当前视图有效配置
2024-08-02 08:54:59 +08:00
5. <Huawei>reboot重启
6. [Huawei-GigabitEthernet0/0/3]shutdown关闭端口禁用端口
[Huawei-GigabitEthernet0/0/3]undo shutdown启用端口
7. 设置交换机密码
> [Huawei]user-interface console 0
>
2024-08-02 10:55:25 +08:00
> [Huawei-ui-console0]authentication-mode password //启用密码验证
2024-08-02 08:54:59 +08:00
>
2024-08-02 10:55:25 +08:00
> [Huawei-ui-console0]set authentication password cipher 123456 //设置加密密码
2024-08-02 09:46:23 +08:00
>
2024-08-02 10:55:25 +08:00
> [Huawei-ui-console0]set authentication password simple 123456 //设置明文密码
2024-08-02 10:11:51 +08:00
>
2024-08-02 10:55:25 +08:00
> [Huawei-ui-console0]undo set authentication password //关闭密码验证
2024-08-02 09:46:23 +08:00
eg. 加密密码
2024-08-02 10:55:25 +08:00
2024-08-02 09:46:23 +08:00
```
<Huawei>sy
[Huawei]user-interface console 0
[Huawei-ui-console0]user-interface console 0
[Huawei-ui-console0]authentication-mode password
2024-08-02 10:55:25 +08:00
[Huawei-ui-console0]set authentication password cipher 123456 //设置加密密码
2024-08-02 09:46:23 +08:00
[Huawei-ui-console0]display this
#
user-interface con 0
authentication-mode password
set authentication password cipher 8s~f3m^nI@EBi%T]n/.IF3G#
user-interface vty 0 4
#
```
2024-08-02 10:55:25 +08:00
2024-08-02 09:46:23 +08:00
eg. 明文密码
2024-08-02 10:55:25 +08:00
2024-08-02 09:46:23 +08:00
```
<Huawei>sy
[Huawei]user-interface console 0
[Huawei-ui-console0]user-interface console 0
[Huawei-ui-console0]authentication-mode password
2024-08-02 10:55:25 +08:00
[Huawei-ui-console0]set authentication password simple 123456 //设置明文密码
2024-08-02 09:46:23 +08:00
[Huawei-ui-console0]display this
#
user-interface con 0
authentication-mode password
set authentication password simple 123456
user-interface vty 0 4
#
```
2024-08-02 10:55:25 +08:00
8. 设置交换机闲置会话时间
- [Huawei-ui-console0]idle-timeout 1 //设置闲置会话时间为1分钟
- [Huawei-ui-console0]idle-timeout 0 //永不超时
```
<Huawei>sy
[Huawei]user-interface console 0
[Huawei-ui-console0]authentication-mode password
[Huawei-ui-console0]set authentication password cipher 123456
[Huawei-ui-console0]idle-timeout 1 //设置闲置会话时间为1分钟
[Huawei-ui-console0]idle-timeout 0 //永不超时
```
9. 关闭终端提示
> <Huawei>undo terminal monitor //缩写:<Huawei>u t m
10. 恢复出厂默认设置
> <Huawei>reset saved-configuration
```
<S1>reset saved-configuration
Warning: The action will delete the saved configuration in the device.
The configuration will be erased to reconfigure. Continue? [Y/N]:y
Warning: Now clearing the configuration in the device.
Info: Succeeded in clearing the configuration in the device.
<S1>reboot
Info: The system is now comparing the configuration, please wait.
Warning: All the configuration will be saved to the configuration file for the n
ext startup:, Continue?[Y/N]:n
Info: If want to reboot with saving diagnostic information, input 'N' and then e
xecute 'reboot save diagnostic-information'.
System will reboot! Continue?[Y/N]:
```
2024-08-02 09:46:23 +08:00
2024-08-02 10:55:25 +08:00