04-28-2021 02:17 AM
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 !
Solved! Go to Solution.
04-28-2021 02:26 AM - edited 04-28-2021 02:27 AM
Your BGP neighbors are in different BGP Autonomous System (1) than your router (65001). Route reflector feature works only for internal BGP neighbors.
04-28-2021 02:26 AM - edited 04-28-2021 02:27 AM
Your BGP neighbors are in different BGP Autonomous System (1) than your router (65001). Route reflector feature works only for internal BGP neighbors.
04-28-2021 02:34 AM - edited 04-28-2021 03:18 AM
04-28-2021 02:32 AM
check the peer group config : refere below thread :
https://community.cisco.com/t5/switching/peer-group-on-a-route-reflector/td-p/1536406
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide