Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »


arp on the linux VM
vagrant@MiniUbuntu:~$ arp
Address    HWtype  HWaddress         Flags Mask   Iface
11.0.1.221               ether  02:05:86:71:81:07   C            eth1      <<<<<<<<< this is the VRRP IP@ and Mac@

11.0.1.11                ether   00:00:5e:00:01:01   C            eth1      <<<<<<<<< this is the physical interface

show vrrp detail
vagrant@vqfx1> show vrrp detail
Physical interface: xe-0/0/1, Unit: 0, Address: 11.0.1.221/24
  Index: 569, SNMP ifIndex: 524, VRRP-Traps: enabled, VRRP-Version: 2
  Interface state: up, Group: 1, State: master, VRRP Mode: Active
  Priority: 100, Advertisement interval: 1, Authentication type: none
  Advertisement threshold: 3, Computed send rate: 0
  Preempt: yes, Accept-data mode: no, VIP count: 1, VIP: 11.0.1.11
  Advertisement Timer: 0.607s, Master router: 11.0.1.221
  Virtual router uptime: 00:37:41, Master router uptime: 00:37:34
  Virtual Mac: 00:00:5e:00:01:01   <--------------------------------------------- VRRP Virtual Mac@
  Preferred: yes
  Tracking: disabled



https://www.juniper.net/documentation/en_US/junos/topics/concept/vrrp-overview-ha.html

Script:

https://github.com/Juniper/junoscriptorium/blob/master/library/public/commit/protocols/drain-vrrp-ext/example-ext.conf

  • No labels