Hello,
In one of our setups, I've two CCR2216-1G-12XS-2XQ running 7.11.2 configured with VRRP on several VLAN:s. I've tried to enable authentication in the VRRP interfaces which works for simple authentication (and without authentication), but AH authentication doesn't work at all; both VRRP interfaces goes to master mode. I've tried different passwords, but no change.
Router 1 with AH authenticationRouter 2 with AH authenticationI've tried to read the documentation in both the old wiki and the new support site, but I can't find what I'm doing wrong. Have I missed something? I've also attached a capture file with the affected VRRP interfaces.
In one of our setups, I've two CCR2216-1G-12XS-2XQ running 7.11.2 configured with VRRP on several VLAN:s. I've tried to enable authentication in the VRRP interfaces which works for simple authentication (and without authentication), but AH authentication doesn't work at all; both VRRP interfaces goes to master mode. I've tried different passwords, but no change.
Router 1 with AH authentication
Code:
/interface vrrpadd authentication=ah interface=br.893_Test name=vrrp1 password=1111111111111111 priority=254 version=2/ip addressadd address=192.168.1.1/24 interface=br.893_Test network=192.168.1.0add address=192.168.1.3 interface=vrrp1 network=192.168.1.3
Code:
/interface vrrpadd authentication=ah interface=br.893_Test name=vrrp1 password=1111111111111111 preemption-mode=no version=2 vrid=2/ip addressadd address=192.168.1.2/24 interface=br.893_Test network=192.168.1.0add address=192.168.1.3 interface=vrrp1 network=192.168.1.3
Statistics: Posted by falcka — Fri Jan 05, 2024 6:14 pm