<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi,<div><br></div><div>   Is the bgp unnumbered feature broken from version 5.0? I checked in version 6 , I see the bgp neighborship established with unnumbered and if I advertise the routes its showing ipv4 address as next hop instead of interface ID/IPv6 Link local. Below are the show outputs and the running configurations of one of the system. Can somebody please help me out? Am i missing something?</div><div><br></div><div>```</div><div><div>show ip bgp summary</div><div><br></div><div>IPv4 Unicast Summary:</div><div>BGP router identifier 3.3.3.3, local AS number 65535 vrf-id 0</div><div>BGP table version 0</div><div>RIB entries 1, using 160 bytes of memory</div><div>Peers 2, using 41 KiB of memory</div><div>Peer groups 2, using 128 bytes of memory</div><div><br></div><div>Neighbor        V         AS MsgRcvd MsgSent   TblVer  InQ OutQ  Up/Down State/P</div><div>fxRcd</div><div>br200           4      65001      79      87        0    0    0 00:09:08</div><div>    0</div><div>br10            4      65002     119     106        0    0    0 00:08:09</div><div>    1</div></div><div>```</div><div><br></div><div>```</div><div><div>show ip bgp</div><div>BGP table version is 0, local router ID is 3.3.3.3, vrf id 0</div><div>Status codes:  s suppressed, d damped, h history, * valid, > best, = multipath,</div><div>               i internal, r RIB-failure, S Stale, R Removed</div><div>Nexthop codes: @NNN nexthop's vrf id, < announce-nh-self</div><div>Origin codes:  i - IGP, e - EGP, ? - incomplete</div><div><br></div><div>   Network          Next Hop            Metric LocPrf Weight Path</div><div>   <a href="http://40.1.1.0/24">40.1.1.0/24</a>      4.4.4.4                  0             0 65002 i</div></div><div>```</div><div><br></div><div>```</div><div><div>interface lo100</div><div> ip address <a href="http://3.3.3.3/32">3.3.3.3/32</a></div><div>!</div><div>router bgp 65535</div><div> bgp router-id 3.3.3.3</div><div> bgp bestpath as-path multipath-relax</div><div> bgp bestpath compare-routerid</div><div> neighbor fabric peer-group</div><div> neighbor fabric remote-as 65001</div><div> neighbor fabric capability extended-nexthop</div><div> neighbor fabric1 peer-group</div><div> neighbor fabric1 remote-as 65002</div><div> neighbor fabric1 capability extended-nexthop</div><div> neighbor br200 interface peer-group fabric</div><div> neighbor br10 interface peer-group fabric1</div><div> !</div><div> address-family ipv6 unicast</div><div>  neighbor fabric activate</div><div>  neighbor fabric1 activate</div><div> exit-address-family</div></div><div>```</div><div>Thanks,</div><div>Madhu</div></div></div></div></div>