Quantcast
Channel: EdgeRouter topics
Viewing all articles
Browse latest Browse all 20028

BGP - IPv6 no-activate

$
0
0

Hi, I'm using the 1.9.0 version with a EdgeRouter Pro 8 to establish some sessions bgp ipv6, but one of them is not working. After trying to use the "no-activate" without success, I decided to remove it, but I came across a serious problem for some reason the system does not allow me to remove this option.


        
neighbor 2001: xxxx :: 253 {
            
address-family {
                
ipv6-unicast {
                    
route-map {
                        
export zzzz-OUT
                        
import zzzz-IN
                    
}
                    
soft-reconfiguration {
                        
inbound
                    
}
                
}
            
}
            no
-activate
            
remote them ZZZZZ
        
}

Attempting to remove the option no-activate receive an error message, see:

# delete protocols bgp neighbor AAAAA 2001: xxxx :: 253 no-activate
[Edit]
# show protocols bgp neighbor AAAAA 2001: xxxx :: 253
 
address-family {
     
ipv6-unicast {
         
route-map {
             
export zzzz-OUT
             
import zzzz-IN
         
}
         
soft-reconfiguration {
             
inbound
         
}
     
}
 
}
-no-activate
 
remote them ZZZZZ
[Edit]
# commit
[Protocols bgp AAAAAA]
Specify remote-as the peer-group commands first
Error configuring routing subsystem. See log for more detailed information

commit failed
[Edit]

In the log I:
ubnt-protocols-cfg [16072]: / usr / bin / vtysh -c -c configure terminal router bgp AAAAAA -c neighbor 2001: xxxx :: 253 activate failed: 10752

 

Interesting fact, this peer not appear on the list of peers using the command show ip bgp sum or show ipv6 bgp sum. It seems to me this behavior is also incorrect.

How to remove the "no-activate"?

This is a bug?


Viewing all articles
Browse latest Browse all 20028

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>