dear Ben Greear :
     vrrp is not work on linux.
    connect:
    xorp router==============switch
  
 a.f #show -all 
protocols {
vrrp {
interface eth1 {
vif eth1 {
 vrid 1 {
 priority: 2
 interval: 1
 preempt: true
 ip 192.168.1.1 {   prefix-length: 24   }
 disable: false
 }
 }
 }
interface eth2 {
vif eth2 {
  vrid 1 {
  priority: 100
  interval: 1
  preempt: true
  ip 192.168.1.1 {
  prefix-length: 24
  }
  disable: false
  }
  }
  }
  }
  }
  [edit]
 # quit
a.f>show version
  Version 1.8.3
a.f>show vrrp
  Interface eth1
  Vif eth1
  VRID 1
  State initialize
  Master IP 0.0.0.0
  Interface eth2
  Vif eth2
  VRID 1
  State initialize
  Master IP 0.0.0.0
_______________________________________________
Xorp-hackers mailing list
[email protected]
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers

Reply via email to