<div dir="ltr"><div>Vijay is correct. This is somewhat confusing. After some investigation here's what appears to be the status quo:<br></div><div><br></div><div></div><div>1. In "show [ip] bgp summary", specifying "ip" shows only activated for the IPv4 AF. Omitting "ip" shows only peers activated for the IPv6 AF.<br></div><div>2. IPv4 unicast is activated by default for all peers.</div><div>3. At some point, we decided this was very confusing, and added a command - "show bgp [afi] [safi]", which would show peers activated for the specific AFI/SAFI combination you were interested in. However, this was added to the existing "show [ip] bgp" command definition, so now we have "show [ip] bgp [afi] [safi]". So you can enter things like "show ip bgp ipv6". What does this mean? Indeterminate.</div><div>4. Conclusion: use "show [ip] bgp", OR "show bgp [afi] [safi]". While you can use both, the results are basically undefined, inasmuch as I don't think anyone has actually thought through what that even means and coded for it.</div><div><br></div><div>Hope this helps!<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Aug 5, 2020 at 2:39 PM Erwan David <<a href="mailto:erwan@rail.eu.org" target="_blank">erwan@rail.eu.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Le 05/08/2020 à 19:10, Vijay Kumar Gupta a écrit :<br>
><br>
> By default ipv6 nbrs are activated in IPv4 address family , you will<br>
> have to disable them explicitly<br>
><br>
> “no neighbor xx::xx activate”<br>
><br>
>  <br>
><br>
> Thanks,<br>
><br>
> Vijay<br>
><br>
<br>
Or you can use "no bgp default ipv4-unicast", and activate the ipv4<br>
neighbors in the ipv4 unicast address family.<br>
<br>
<br>
_______________________________________________<br>
frog mailing list<br>
<a href="mailto:frog@lists.frrouting.org" target="_blank">frog@lists.frrouting.org</a><br>
<a href="https://lists.frrouting.org/listinfo/frog" rel="noreferrer" target="_blank">https://lists.frrouting.org/listinfo/frog</a><br>
</blockquote></div>