cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2562
Views
15
Helpful
3
Replies

BGP Route reflector problem

sel18
Level 1
Level 1

Hi,

 

i want to configure router as an route reflector but this is the error

 

router bgp 65001
bgp log-neighbor-changes
no bgp default ipv4-unicast
neighbor RR peer-group
neighbor RR remote-as 1
neighbor RR update-source Loopback0
neighbor 123.1.1.1 peer-group RR
neighbor 123.2.2.2 peer-group RR
neighbor 123.3.3.3 peer-group RR
neighbor 123.5.5.5 peer-group RR
neighbor 123.6.6.6 peer-group RR
neighbor 123.7.7.7 peer-group RR
!
address-family ipv4
exit-address-family
!
address-family vpnv4
neighbor RR send-community extended

router#neighbor RR route-reflector-client
% Invalid command. Not an internal neighbor

neighbor 123.1.1.1 activate
neighbor 123.2.2.2 activate
neighbor 123.3.3.3 activate
neighbor 123.5.5.5 activate
neighbor 123.6.6.6 activate
neighbor 123.7.7.7 activate
exit-address-family
!

 

 

any help please !

1 Accepted Solution

Accepted Solutions

filopeter
Level 1
Level 1

Your BGP neighbors are in different BGP Autonomous System (1) than your router (65001). Route reflector feature works only for internal BGP neighbors. 

View solution in original post

3 Replies 3

filopeter
Level 1
Level 1

Your BGP neighbors are in different BGP Autonomous System (1) than your router (65001). Route reflector feature works only for internal BGP neighbors. 

thank you @filopeter 

 

it's working now

balaji.bandi
Hall of Fame
Hall of Fame

check the peer group config : refere below thread :

 

https://community.cisco.com/t5/switching/peer-group-on-a-route-reflector/td-p/1536406

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help