2024年8月5日 11:45:19

This commit is contained in:
Noriu 2024-08-05 11:45:17 +08:00
parent 59db698f4d
commit af44f3f9c4

View File

@ -123,3 +123,26 @@
- 静态路由:由网络管理员手动配置的路由信息。 - 静态路由:由网络管理员手动配置的路由信息。
- 动态路由通过运行路由协议如RIP、OSPF、BGP等自动获取和更新的路由信息。 - 动态路由通过运行路由协议如RIP、OSPF、BGP等自动获取和更新的路由信息。
3. #### 交换机远程路由器
- 路由器配置
```
<R1>sy
[R1]user-interface vty 0 4
[R1-ui-vty0-4]authentication-mode password
> Please configure the login password (maximum length 16):123
[R1-ui-vty0-4]user privilege level 3
```
- 交换机配置
```
<SW1>u t m
[SW1]interface Vlanif 1
[SW1-Vlanif1]ip address 192.168.1.100 24
<SW1>telnet 192.168.1.254
```