The command is there according to the v7.5.1 docs.
http://docs.frrouting.org/en/stable-7.5/bgp.html#route-reflector
**HINT** Use the (frr) 'find' command to find at which levels a
command/parameter can be used.
router# find route-reflector-client
(bgp) neighbor <A.B.C.D|X:X::X:X|WORD> route-reflector-client
(bgp) no neighbor <A.B.C.D|X:X::X:X|WORD> route-reflector-client
(bgp vpnv4) neighbor <A.B.C.D|X:X::X:X|WORD> route-reflector-client
(bgp vpnv4) no neighbor <A.B.C.D|X:X::X:X|WORD> route-reflector-client
(bgp vpnv6) neighbor <A.B.C.D|X:X::X:X|WORD> route-reflector-client
(bgp vpnv6) no neighbor <A.B.C.D|X:X::X:X|WORD> route-reflector-client
(bgp ipv4 unicast) neighbor <A.B.C.D|X:X::X:X|WORD> route-reflector-client
(bgp ipv4 unicast) no neighbor <A.B.C.D|X:X::X:X|WORD> route-reflector-client
(bgp ipv4 multicast) neighbor <A.B.C.D|X:X::X:X|WORD> route-reflector-client
(bgp ipv4 multicast) no neighbor <A.B.C.D|X:X::X:X|WORD>
route-reflector-client
(bgp ipv4 labeled unicast) neighbor <A.B.C.D|X:X::X:X|WORD>
route-reflector-client
(bgp ipv4 labeled unicast) no neighbor <A.B.C.D|X:X::X:X|WORD>
route-reflector-client
(bgp ipv6) neighbor <A.B.C.D|X:X::X:X|WORD> route-reflector-client
(bgp ipv6) no neighbor <A.B.C.D|X:X::X:X|WORD> route-reflector-client
(bgp ipv6 multicast) neighbor <A.B.C.D|X:X::X:X|WORD> route-reflector-client
(bgp ipv6 multicast) no neighbor <A.B.C.D|X:X::X:X|WORD>
route-reflector-client
(bgp ipv6 labeled unicast) neighbor <A.B.C.D|X:X::X:X|WORD>
route-reflector-client
(bgp ipv6 labeled unicast) no neighbor <A.B.C.D|X:X::X:X|WORD>
route-reflector-client
(bgp evpn) neighbor <A.B.C.D|X:X::X:X|WORD> route-reflector-client
(bgp evpn) no neighbor <A.B.C.D|X:X::X:X|WORD> route-reflector-client
(bgp ipv4 flowspec) neighbor <A.B.C.D|X:X::X:X|WORD> route-reflector-client
(bgp ipv4 flowspec) no neighbor <A.B.C.D|X:X::X:X|WORD>
route-reflector-client
(bgp ipv6 flowspec) neighbor <A.B.C.D|X:X::X:X|WORD> route-reflector-client
(bgp ipv6 flowspec) no neighbor <A.B.C.D|X:X::X:X|WORD>
route-reflector-client
router# configure terminal
router(config)# router bgp
router(config-router)# address-family ipv[64] unicast
router(config-router-af)# [no] neighbor <A.B.C.D|X:X::X:X|WORD>
route-reflector-client
> To view this discussion on the web visit
https://groups.google.com/d/msgid/sonicproject/f35441d1-37eb-41a2-93bd-bc5ee5733f0en%40googlegroups.com.