Hello Guys,

I have this message on M320 router 1:

ho...@lism320r1-re0> show log messages.1.gz | match vrrp 
Sep 2 16:05:42 LISM320R1-re0 /kernel: arp_update_iff_vrrp: IFF ae0
doesn't have a vrrp group configured
Sep 2 20:04:35 LISM320R1-re0 /kernel: arp_update_iff_vrrp: IFF ae0
doesn't have a vrrp group configured

The config of ae0 contains interfaces with vrrp groups 

erics...@lism320r2-re0> show configuration interfaces ae0    
vlan-tagging;
aggregated-ether-options {
    lacp {
        active;
        periodic fast;
    }
}
unit 172 {
    description "vlan internet2_r";
    vlan-id 172;
    family inet {
        address x.x.x.x;
    }
}
unit 203 {
    description SS7_IU_SGSN_2;
    vlan-id 203;
    family inet {
        address x.x.x.x;
    }
}
unit 204 {
    description RAN_IU_SGSN_1;
    vlan-id 204;
    family inet {
        address x.x.x.x;
    }
}
unit 209 {
    description "vlan CSG";
    vlan-id 209;
    family inet {
        address x.x.x.x{
            vrrp-group 50 {
                apply-groups VRRP_SECONDARY;
                virtual-address x.x.x.x;
            }
        }
    }
}

Any clue ?
thkx
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to