hi i have problem with IPV6 bgp peering. here is my config:
show protocols bgp 42xxxxx neighbor 2a02:xxxxxxxxxxxx
address-family {
ipv4-unicast {
prefix-list {
export ipv4-drop-out
import ipv4-drop-out
}
}
ipv6-unicast {
maximum-prefix 2000
soft-reconfiguration {
inbound
}
}
}
description “XXXX”
remote-as XXXXX
and bgp si in this state:
IPV6 peer still sending ipv4 prefixes… How can i configure this to ipv6 only?? Thank you for help.
Bart