Have a situation .. It is necessary to link two Rout server (internal bgp) by cat6509 approximate scheme: rs1 (vlan1, as1111)-c6509 (as1111) - rs2 (vlan2, as1111) In this configuration, protocol bgp c6509 { local as 1111; neighbor 178.xxx.xx.x as 1111; error: Only external neighbor can be RS client how can I get out of this situation and to link both route servers internal bgp? without the use of gray AS
on 27.02.2011 23:13 Denis Samsonov wrote:
Have a situation .. It is necessary to link two Rout server (internal bgp) by cat6509 approximate scheme: rs1 (vlan1, as1111)-c6509 (as1111) - rs2 (vlan2, as1111)
In this configuration, protocol bgp c6509 { local as 1111; neighbor 178.xxx.xx.x as 1111;
error: Only external neighbor can be RS client
how can I get out of this situation and to link both route servers internal bgp? without the use of gray AS
remove config line rs client; from both routeservers for each other, Arnold -- Arnold Nipper / nIPper consulting, Sandhausen, Germany email: arnold@nipper.de phone: +49 6224 9259 299 mobile: +49 152 53717690 fax: +49 6224 9259 333
participants (2)
-
Arnold Nipper -
Denis Samsonov