Two routers, MLXe, simple VRRP configuration.  The master has my .1 address, 
and all works fine,  If I shutdown the VE interface on the master for testing, 
in a few seconds routing resumes on the VE interface of my backup router.  
However, I never can ping the same .1 address while the backup router is 
active.  Re-enable the master VE interface and I can ping .1 again, and of 
course the hosts are still happy.

Is that expected behavior?

Thanks

! master
interface ve 205
 port-name admin-swts
 ip address 10.99.99.1/22
 disable
 ip vrrp vrid 1
  version v3
  owner
  ip-address 10.99.99.1
  activate
!

! backup
interface ve 205
 port-name admin-swts
 ip address 10.99.99.5/22
 ip vrrp vrid 1
  version v3
  backup
  ip-address 10.99.99.1
  advertise backup
  activate
!
_______________________________________________
foundry-nsp mailing list
[email protected]
http://puck.nether.net/mailman/listinfo/foundry-nsp

Reply via email to