Re: [c-nsp] v6 vrrp

2022-07-09 Thread Saku Ytti
Junos automatically assigns LL as 1st. IOS-XR can be made to do this auto-assign, and will use the same policy to generate it. SROS validates that the set of virtuals are identical, so having SROS in the network forces you to look a little bit deeper, if you want VRRP to actually work. It is

Re: [c-nsp] v6 vrrp

2022-07-09 Thread Doug McIntyre
On Sat, Jul 09, 2022 at 01:44:28PM -0700, Randy Bush wrote: > now to make the matching junos. for a junos facing an xr, i > did not have to do this link local stuff. The standard states that the first address in VRRP v3 IPv6 needs to be an IPv6 link-local address.

Re: [c-nsp] v6 vrrp

2022-07-09 Thread Randy Bush
someone i will not uncloak, as they chose not to cc: the list, gave me the clue vrrp 1 address-family ipv4 description ipv4 vrrp priority 120 vrrpv2 address 147.28.0.1 primary exit-vrrp vrrp 2 address-family ipv6 description ipv6 vrrp address FE80::10 primary address

Re: [c-nsp] v6 vrrp

2022-07-09 Thread Simon Leinen
Randy Bush writes: > r0.sea(config)#fhrp version vrrp v3 > r0.sea(config)#interface GigabitEthernet0/0/0 > r0.sea(config-if)# vrrp 1 address-family ipv4 > r0.sea(config-if-vrrp)# description ipv4 vrrp > r0.sea(config-if-vrrp)# address 147.28.0.1 primary > r0.sea(config-if-vrrp)#

[c-nsp] v6 vrrp

2022-07-09 Thread Randy Bush
r0.sea(config)#fhrp version vrrp v3 r0.sea(config)#interface GigabitEthernet0/0/0 r0.sea(config-if)# vrrp 1 address-family ipv4 r0.sea(config-if-vrrp)# description ipv4 vrrp r0.sea(config-if-vrrp)# address 147.28.0.1 primary r0.sea(config-if-vrrp)# priority 120 r0.sea(config-if-vrrp)#