BGP Table Confirmation

Hi,

On NXOS9kv ive configured eBGP to multipath up to 2 spines.

leaf1# sh run bgp
!Command: show running-config bgp
!Time: Thu Jun 27 09:53:11 2019

version 7.0(3)I7(1)
feature bgp

router bgp 64521
  router-id 3.3.3.3
  address-family ipv4 unicast
    network 172.16.1.0/24
    maximum-paths 2
  neighbor 1.1.1.1
    remote-as 64520
    description eBGP peer spine1
    update-source loopback0
    ebgp-multihop 2
    address-family ipv4 unicast
      send-community
      next-hop-self
  neighbor 2.2.2.2
    remote-as 64520
    description eBGP peer spine2
    update-source loopback0
    ebgp-multihop 2
    address-family ipv4 unicast
      send-community
      next-hop-self

However can you confirm why the bgp table shows a blank entry by the network like so,

Thanks,

A post was merged into an existing topic: How to Read the BGP Table