> -----Original Message-----
> From: Stacy W. Smith [mailto:st...@acm.org]
> Sent: Monday, June 27, 2011 12:34 PM
> To: Eric Van Tol
> Cc: 'Juniper-Nsp'
> Subject: Re: [j-nsp] L2VPN Active Route Selection
> 
> Do you have anything configured under [edit protocols bgp path-
> selection]? Specifically, do you happen to have "cisco-non-
> deterministic" configured?
> 
> --Stacy

No, I do not.  The BGP config on the PE is pretty bare - no options besides the 
family:

admin@lab.router# show protocols bgp | display inheritance 
local-address 10.18.20.46;
group 65000-dr {
    type internal;
    family inet {
        unicast;
    }
    family inet-vpn {
        unicast;
    }
    family l2vpn {
        signaling;
    }
    export ibgp-car_to_dr;
    peer-as 7784;
    neighbor 10.18.20.72;
    neighbor 10.18.20.73;
}
group 65000-vpn {
    type internal;
    family inet-vpn {                   
        unicast;
    }
    family l2vpn {
        signaling;
    }
    neighbor 10.18.20.10;
}

I thought about configuring 'bgp-always-compare-med' or 
'cisco-non-deterministic', but figured it would be pointless, because the MEDs 
are all equal, and thus, the options wouldn't have any effect.

Thanks,
evt

_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to