Hi!
Is it normal for a BGP ipv6 neighbor to appear under ipv4 address-family as "no activate"?
For example:
(I removed many commands for brevity, but that's a real config)
router bgp AAAAAA
neighbor X:X:X::X remote-as AAAAAA
neighbor X:X:X::X description BBBBBBB
neighbor X:X:X::X password CCCCCC
neighbor X:X:X::X update-source Loopback0
[snip]
address-family ipv4
no neighbor X:X:X::X activate <---appeared by itself
[snip]
address-family ipv6
neighbor X:X:X::X activate
Maybe it is OK, just haven't ran across this before.
Thanks!
c.