Hi,
By default, BGP supernet unicast routes are considered invalid and cannot be advertised to BGP peers or delivered to the IP routing table.” Any route that meets one of the following conditions is a BGP supernet route.
· If you perform bitwise AND operations on the destination address mask with the destination address and next hop address, respectively, the calculated network addresses are the same, and the destination address mask is greater than or equal to the next hop address mask.
· If you perform bitwise AND operations on the destination address mask with the destination address and next hop address, respectively, the calculated network addresses are different. However, if you perform bitwise AND operations on the next hop address mask with the destination address and next hop address, respectively, the calculated network addresses are the same.


Solution
In order to make the supernet route valid, have to configure the “supernet unicast advertise enable”.
ipv4-family unicast
supernet unicast advertise enable
Note:
With the command "supernet unicast advertise enable" configured, the router can only support to make the supernet route valid, and can advertise the received supernet route to other BGP peers, but it doesn’t support to add the supernet route into its own general routing table.