1.测试拓扑:
2.配置步骤:
A.测试心跳连通 性:
①FW1:
interface Ethernet2
nameif failover
ip add 192.168.1.1 255.255.255.0
no shut
②FW2:
interface Ethernet2
nameif failover
ip add 192.168.1.2 255.255.255.0
no shut
③测试:
FW1(config-if)# ping 192.168.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 30/40/50 ms
FW1(config-if)#
④清除接口配置:
(config)# clear configure interface ethernet 2
时间: 2024-11-01 02:05:56