<div dir="ltr"><div><br></div><div>```</div><div>dut-testbed(config-router-af)# do show ru<br>Building configuration...<br><br>Current configuration:<br>!<br>frr version 7.2.1-sonic<br>frr defaults traditional<br>hostname sonic<br>hostname dut-testbed<br>service integrated-vtysh-config<br>!<br>router bgp 65100<br> neighbor 10.0.0.57 remote-as 64600<br> neighbor 10.0.0.57 description ARISTA01T1<br> neighbor 10.0.0.57 timers 3 10<br> neighbor 10.0.0.59 remote-as 64600<br> neighbor 10.0.0.59 description ARISTA02T1<br> neighbor 10.0.0.59 timers 3 10<br> neighbor 10.0.0.61 remote-as 64600<br> neighbor 10.0.0.61 description ARISTA03T1<br> neighbor 10.0.0.61 timers 3 10<br> neighbor 10.0.0.63 remote-as 64600<br> neighbor 10.0.0.63 description ARISTA04T1<br> neighbor 10.0.0.63 timers 3 10<br> neighbor fc00::72 remote-as 64600<br> neighbor fc00::76 remote-as 64600<br> neighbor fc00::76 description ARISTA02T1<br> neighbor fc00::76 timers 3 10<br> neighbor fc00::7a remote-as 64600<br> neighbor fc00::7a description ARISTA03T1<br> neighbor fc00::7a timers 3 10<br> neighbor fc00::7e remote-as 64600<br> neighbor fc00::7e description ARISTA04T1<br> neighbor fc00::7e timers 3 10<br> !<br> address-family ipv4 unicast<br>  network <a href="http://10.1.0.32/32">10.1.0.32/32</a><br>  network <a href="http://192.168.0.0/21">192.168.0.0/21</a><br> exit-address-family<br> !<br> address-family ipv6 unicast<br>  network fc00:1::32/128<br>  neighbor fc00::72 activate<br>  neighbor fc00::76 activate<br>  neighbor fc00::7a activate<br>  neighbor fc00::7e activate<br> exit-address-family<br>!<br>line vty<br>!<br>end<br></div><div>```</div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>----</div>Simon Jones</div></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Simon Jones <<a href="mailto:batmanustc@gmail.com">batmanustc@gmail.com</a>> 于2020年7月30日周四 下午2:31写道:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi all,</div><div><br></div><div>I'm using frr-7.2.1-s3, I found command of `show ip bgp sum` shows ipv6 neighbors in ipv4 address-family, like this.</div><div><br></div><div>Is this a bug?</div><div><br></div><div>```</div><div>dut-testbed(config-router)# do show ip bgp ipv6 summary<br><br>IPv6 Unicast Summary:<br>BGP router identifier 10.1.0.32, local AS number 65100 vrf-id 0<br>BGP table version 13313<br>RIB entries 12007, using 2158 KiB of memory<br>Peers 3, using 61 KiB of memory<br><br>Neighbor        V         AS MsgRcvd MsgSent   TblVer  InQ OutQ  Up/Down State/PfxRcd<br>fc00::76        4      64600    3606    6686        0    0    0 00:20:06         6002<br>fc00::7a        4      64600    3605    6686        0    0    0 00:20:06         6002<br>fc00::7e        4      64600    3605    6686        0    0    0 00:20:05         6002<br><br>Total number of neighbors 3<br>dut-testbed(config-router)# do show ip bgp ipv4 summary<br><br>IPv4 Unicast Summary:<br>BGP router identifier 10.1.0.32, local AS number 65100 vrf-id 0<br>BGP table version 12008<br>RIB entries 12011, using 2158 KiB of memory<br>Peers 8, using 163 KiB of memory<br><br>Neighbor        V         AS MsgRcvd MsgSent   TblVer  InQ OutQ  Up/Down State/PfxRcd<br>10.0.0.57       4      64600    3610    3414        0    0    0 00:20:17         6002<br>10.0.0.59       4      64600    3610    3417        0    0    0 00:20:17         6002<br>10.0.0.61       4      64600    3610    3417        0    0    0 00:20:17         6002<br>10.0.0.63       4      64600    3610    3414        0    0    0 00:20:17         6002<br>fc00::72        4      64600       6      18        0    0    0    never         Idle<br>fc00::76        4      64600    3609    6690        0    0    0 00:20:15 NoNeg<br>fc00::7a        4      64600    3609    6690        0    0    0 00:20:15 NoNeg<br>fc00::7e        4      64600    3608    6689        0    0    0 00:20:14 NoNeg<br><br>Total number of neighbors 8<br>dut-testbed(config-router)# address-family ipv6<br>dut-testbed(config-router-af)# neighbor fc00::72 activate<br>dut-testbed(config-router-af)# do show ip bgp ipv4 summary<br><br>IPv4 Unicast Summary:<br>BGP router identifier 10.1.0.32, local AS number 65100 vrf-id 0<br>BGP table version 12008<br>RIB entries 12011, using 2158 KiB of memory<br>Peers 8, using 163 KiB of memory<br><br>Neighbor        V         AS MsgRcvd MsgSent   TblVer  InQ OutQ  Up/Down State/PfxRcd<br>10.0.0.57       4      64600    3617    3421        0    0    0 00:20:39         6002<br>10.0.0.59       4      64600    3617    3424        0    0    0 00:20:39         6002<br>10.0.0.61       4      64600    3617    3424        0    0    0 00:20:39         6002<br>10.0.0.63       4      64600    3617    3421        0    0    0 00:20:39         6002<br>fc00::72        4      64600       6      18        0    0    0    never         Idle<br>fc00::76        4      64600    3616    6697        0    0    0 00:20:37 NoNeg<br>fc00::7a        4      64600    3616    6697        0    0    0 00:20:37 NoNeg<br>fc00::7e        4      64600    3616    6697        0    0    0 00:20:36 NoNeg<br><br>Total number of neighbors 8<br>dut-testbed(config-router-af)# do show ip bgp ipv4 summary<br><br>IPv4 Unicast Summary:<br>BGP router identifier 10.1.0.32, local AS number 65100 vrf-id 0<br>BGP table version 12008<br>RIB entries 12011, using 2158 KiB of memory<br>Peers 8, using 163 KiB of memory<br><br>Neighbor        V         AS MsgRcvd MsgSent   TblVer  InQ OutQ  Up/Down State/PfxRcd<br>10.0.0.57       4      64600    3618    3422        0    0    0 00:20:41         6002<br>10.0.0.59       4      64600    3618    3425        0    0    0 00:20:41         6002<br>10.0.0.61       4      64600    3618    3425        0    0    0 00:20:41         6002<br>10.0.0.63       4      64600    3618    3422        0    0    0 00:20:41         6002<br>fc00::72        4      64600    3212      20        0    0    0 00:00:01 NoNeg<br>fc00::76        4      64600    3617    6698        0    0    0 00:20:39 NoNeg<br>fc00::7a        4      64600    3616    6698        0    0    0 00:20:39 NoNeg<br>fc00::7e        4      64600    3616    6698        0    0    0 00:20:38 NoNeg<br></div><div>```</div><br clear="all"><div><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div>----</div>Simon Jones</div></div></div></div></div></div>
</blockquote></div>