2024年8月27日 17:38:56

This commit is contained in:
Noriu 2024-08-27 17:38:55 +08:00
parent b07fc4afae
commit c48647de3a

View File

@ -22,13 +22,13 @@
``` ```
备份组10 备份组10
SW1-master设备 SW2-backup设备
作用:监控备份组20的master设备 作用:监控备份组10的master设备
优先级默认100 优先级默认100
备份组20 备份组20
SW1-backup设备 SW2-master设备
作用转发VLAN10用户上网数据 作用转发VLAN20用户上网数据
优先级130 优先级130
``` ```
@ -168,8 +168,10 @@
- **AR1** - **AR1**
``` ```
[AR1]ip route-static 192.168.10.0 24 192.168.13.1 [AR1]ip route-static 192.168.10.0 24 192.168.13.1 preference 100
[AR1]ip route-static 192.168.20.0 24 192.168.23.1 [AR1]ip route-static 192.168.10.0 24 192.168.23.1
[AR1]ip route-static 192.168.20.0 24 192.168.13.1
[AR1]ip route-static 192.168.20.0 24 192.168.23.1 preference 100
``` ```
### 五、测试 ### 五、测试