Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 23620

Forwarding Protocols • Re: ROS7 and BGP IPv6 Reflectors, still broken?

$
0
0
Back on this. It's the table, breaks rr even on v4.

Code:
/routing bgp templateadd address-families=ip as=65531 cluster-id=10.50.50.1 disabled=no name="test -v4" router-id=10.50.50.1 routing-table=main/routing bgp connectionadd address-families=ip as=65531 connect=yes disabled=no listen=yes local.address=10.50.50.1 .role=ibgp-rr name=router-1 nexthop-choice=propagate remote.address=10.30.30.1/32 \    .as=65531 router-id=10.50.50.1 templates="test -v4"add address-families=ip as=65531 connect=yes disabled=no listen=yes local.address=10.50.50.1 .role=ibgp-rr name=router-2 nexthop-choice=propagate remote.address=10.20.20.1/32 \    .as=65531 router-id=10.50.50.1 templates="test -v4"[admin@router1] > /ip/route/print where dst-address=10.42.42.0/24Flags: D - DYNAMIC; A - ACTIVE; b - BGPColumns: DST-ADDRESS, GATEWAY, DISTANCE    DST-ADDRESS    GATEWAY    DISTANCEDAb 10.42.42.0/24  10.20.20.1       200/routing bgp templateadd address-families=ip as=65531 cluster-id=10.50.50.1 disabled=no name="test -v4" router-id=10.50.50.1 routing-table=reflect/routing bgp connectionadd address-families=ip as=65531 connect=yes disabled=no listen=yes local.address=10.50.50.1 .role=ibgp-rr name=router-1 nexthop-choice=propagate remote.address=10.30.30.1/32 \    .as=65531 router-id=10.50.50.1 templates="test -v4"add address-families=ip as=65531 connect=yes disabled=no listen=yes local.address=10.50.50.1 .role=ibgp-rr name=router-2 nexthop-choice=propagate remote.address=10.20.20.1/32 \    .as=65531 router-id=10.50.50.1 templates="test -v4"[admin@router1] > /ip/route/print where dst-address=10.42.42.0/24Flags: D - DYNAMIC; A - ACTIVE; b - BGPColumns: DST-ADDRESS, GATEWAY, DISTANCE    DST-ADDRESS    GATEWAY    DISTANCEDAb 10.42.42.0/24  10.50.50.1       200

My fault, I guess. I did not even consider running a reflector from the FIB. Tested on 7.17.2.

Statistics: Posted by lele — Mon Feb 10, 2025 8:05 pm



Viewing all articles
Browse latest Browse all 23620

Trending Articles