Hi Folks,
Based on the config snapshot, i do find we are missing the as-override knob for the BGP session. Can you please fix that?
YAHOO-GTWAY {
instance-type vrf;
interface em0.0;
route-distinguisher 10991:1;
vrf-import NNI-IMPORT;
vrf-export NNI-EXPORT;
protocols {
bgp {
group NNI {
type external;
peer-as 13789;
neighbor 15.15.15.1;
}
}
}
}
}
root>
-Python
#Please mark my solution as accepted if it helped, Kudos are appreciated as well.