cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
670
Views
10
Helpful
2
Replies

["no activate" ipv6 neighbor under ipv4 address-family]

Carlos A. Silva
Level 3
Level 3

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.

2 Replies 2

Harold Ritter
Cisco Employee
Cisco Employee

Yes, this is normal behavior. The previous behavior in IOS was to activate address-family ipv4 for all neighbors, including the ipv6 neighbor. This behavior was changed a couple of years back to configure an explicit "no neighbor activate" for ipv6 neighbor", therefore if you ever need to activate address-family ipv4 on an ipv6 neighbor (not recommended), you should explicitly configure it.

 

Regards,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

Thanks, Harold. I figured out how to fixed my problem by using the command ‘no bgp default ipv4-unicast.