Unset enforce-first-as on r3 of bgp_route_server_client to enable the
reception of routes on this router.
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
router bgp 65003
bgp router-id 10.10.10.3
no bgp ebgp-requires-policy
+ no bgp enforce-first-as
neighbor 2001:db8:3::1 remote-as external
neighbor 2001:db8:3::1 timers 3 10
neighbor 2001:db8:3::1 timers connect 5
"routerId": "10.10.10.3",
"localAS": 65003,
"routes": {
+ "2001:db8:1::/64": [
+ {
+ "nexthops": [
+ {
+ "ip": "2001:db8:1::2",
+ "hostname": "r2",
+ "afi": "ipv6",
+ "scope": "global",
+ "used": true
+ }
+ ]
+ }
+ ],
"2001:db8:3::/64": [
{
"nexthops": [
]
}
],
+ "2001:db8:f::1/128": [
+ {
+ "nexthops": [
+ {
+ "ip": "2001:db8:1::2",
+ "hostname": "r2",
+ "afi": "ipv6",
+ "scope": "global",
+ "used": true
+ }
+ ]
+ }
+ ],
"2001:db8:f::3/128": [
{
"nexthops": [