Hi, what command can we use to see the BGP IPv6 receive route neighbors on MikroTik?
I used the command “routing route print where belongs-to=XXXXX,” but it only shows me the IPv4 addresses.
routing/route/print where afi =ipv6
Works for all IPv6
I'm nor running bGP, but you might want to try:
routing/route/print where afi =ipv6 and bgp
At least I am using something similar for OSPF.
It works. Thank you so much