[j-nsp] vrrp on a vpls / ps interface

Baldur Norddahl baldur at gigabit.dk
Fri Jul 24 06:55:23 EDT 2020


Hello

I noticed that VRRP on a ps interface does not seem to work. Is there 
anything I can do about that or is that not supported?

This is on MX204. Exact same configuration is working fine on et-0/0/0.16.

admin at gc-edge1> show configuration interfaces ps2
anchor-point {
     lt-0/0/0;
}
flexible-vlan-tagging;
unit 0 {
     description Server;
     encapsulation ethernet-vpls;
}
unit 16 {
     description "Server CGN";
     vlan-tags outer 99 inner 16;
     family inet {
         address 100.127.254.2/24 {
             vrrp-group 159 {
                 virtual-address 100.127.254.1;
                 priority 10;
                 preempt;
                 accept-data;
             }
             vrrp-group 164 {
                 virtual-address 100.127.254.7;
                 priority 10;
                 preempt;
                 accept-data;
             }
         }
     }
}

admin at gc-edge1> show vrrp
Interface     State       Group   VR state VR Mode   Timer    Type Address
et-0/0/0.14   up            161   master   Active      A  0.113 lcl    
10.0.1.159
vip    10.0.1.160
et-0/0/0.14   up            162   backup   Active      D  2.825 lcl    
10.0.1.159
vip    10.0.1.1
mas    10.0.1.158
(etc... ps2.16 is not here)

Thanks,

Baldur




More information about the juniper-nsp mailing list