[j-nsp] VRRP tracking problem

hani ibrahim hani.ibrahim.aswn at gmail.com
Sun Jan 8 02:25:01 EST 2012


Dear All,

kindly i need your help ,

i have VRRP issue between  My router and Loadbalancer , how can the router
detect the primary VIP get down to switch the traffic to the qualified next
hop ?

edit interfaces irb unit 202]


Mx480-re0#
show

description MX-to-Cache-LB;
family inet {
    address 10.10.10.27/29 {
        vrrp-group 1 {
            virtual-address 10.10.10.29;
            priority 50;
            fast-interval 300;
            accept-data;
        }
    }

    address 10.10.10.147/29 {
        vrrp-group 2 {
            virtual-address 10.10.10.149;
            priority 150;
            fast-interval 300;
            accept-data;
        }
    }
}



{master}[edit]
Mx480-re0## show interfaces ae0
description "Connected to  EX4200";
vlan-tagging;
encapsulation flexible-ethernet-services;
aggregated-ether-options {
    minimum-links 1;
    link-speed 10g;
}

}
unit 202 {
    description "LB";
    encapsulation vlan-bridge;
    vlan-id 202;
}

Mx480-re0# show bridge-domains
Cache-Filter-LB {
    domain-type bridge;
    vlan-id 202;
    interface ae0.202;
    interface ae3.202;
    routing-interface irb.202;
}

Mx480-re0# show routing-instances
Cache-LB {
    instance-type forwarding;
    routing-options {
        static {
            route 0.0.0.0/0 {
                next-hop 10.10.10.150;---------------------------->primary
LB VIP add
                qualified-next-hop 10.10.10.30 {--------------->-sec LB VIP
add
                    preference 6;
                }
            }
        }
    }

Thanks,
Hany


More information about the juniper-nsp mailing list