实验之hsrp

此处r1:

interface Ethernet0/0
 ip address 192.168.1.1 255.255.255.0
 half-duplex
 standby 10 ip 192.168.1.254
 standby 10 priority 160
 standby 10 preempt
 standby 10 track Ethernet0/1 70
!        
interface Ethernet0/1
 ip address 192.168.2.1 255.255.255.0
 half-duplex
 standby 20 ip 192.168.2.254
 standby 20 preempt

r2:

!        
interface Ethernet0/0
 ip address 192.168.1.2 255.255.255.0
 half-duplex
 standby 10 ip 192.168.1.254
 standby 10 preempt
!        
interface Ethernet0/1
 ip address 192.168.2.2 255.255.255.0
 half-duplex
 standby 20 ip 192.168.2.254
 standby 20 priority 160
 standby 20 preempt
 standby 20 track Ethernet0/0 70

转载于:https://blog.51cto.com/2826269/579805

相关文章:

  • 2021-06-25
  • 2021-07-23
  • 2022-01-06
  • 2021-07-31
  • 2021-11-04
  • 2021-09-18
  • 2021-05-28
  • 2021-09-13
猜你喜欢
  • 2021-05-26
  • 2021-08-06
  • 2021-06-07
  • 2021-07-10
  • 2021-08-16
  • 2021-12-26
  • 2021-08-31
相关资源
相似解决方案