Subject: Rare project developers
List archive
- From: Natrajan Venkataraman <>
- To: mc36 <>, Kaliraj Vairavakkalai <>, "" <>, Krzysztof Szarkowicz <>, Anton Elita <>
- Cc: Reshma Das <>
- Subject: Re: [rare-dev] BGP CT interop - Colorful Resolution
- Date: Tue, 7 Mar 2023 02:35:56 +0000
- Accept-language: en-IN, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=juniper.net; dmarc=pass action=none header.from=juniper.net; dkim=pass header.d=juniper.net; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=WtEnVNmhhczrqFvb2uZea6qB3sqVHqJyY1xC6w8tBLU=; b=HfHQxmFvyFTsO1LHQQeGEhmR7mP4Eo9goq+dbzc67shjXxzmeIVlwJGLU9nUKFEcXDPswcFMmBPMdx/4bQyJ5Y8PCJ90BP6rh4u34PsZniQD/qviOPNqgiRnPh2xpq+SnIFMK675ZEU4BpjNar2gVlB/+TeDZ2DfNb23hF/uupauDDt0eJN6iBLOcFXYDQMsw2fWTaKC1d3eJSFc5yQmK7sFqHmbo45+rO+usZrOBW6h6d30+pya6k0Uxed8HAw/41u5XodrrW0J52f3lavVvxYZDUdTmD+nIeextPa1/7M15hdCRLXpj83soEo60wkLsDfXykGSN+215Fkqog3how==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=GKVNm6flxBPynWu0rKwmpDIfNOmG3xdlcGZmm1nWThoK6kMtFbltILA1mB02WR+gTQ1E5EK4kvyWjuV5MdYjprGsZorCZtPNcZvmbaCc/PPRUdaf66iDB8t75/TksvfO5de73eQqoMY6Rqk1H7d2/7WaDlshrRwzSiKrtmrjnD5IgqtRTWBOVAkua7h713ImL4P6i07r9DR+BjNi/dsgMhqNgHbE/Sz12EdOsnvBqDt+OkTe886E+M6rFhg0UuP4sCTPRFna6RNPMbG7X6mOkWuCNi8psCPpxwhpMnD91rBOTLp0PRPpXQ3RPEIdERDH6ricR+bH7ZSs+czOynwg2A==
- Msip_labels: MSIP_Label_0633b888-ae0d-4341-a75f-06e04137d755_Enabled=True;MSIP_Label_0633b888-ae0d-4341-a75f-06e04137d755_SiteId=bea78b3c-4cdb-4130-854a-1d193232e5f4;MSIP_Label_0633b888-ae0d-4341-a75f-06e04137d755_SetDate=2023-03-07T02:34:20.8219749Z;MSIP_Label_0633b888-ae0d-4341-a75f-06e04137d755_ContentBits=0;MSIP_Label_0633b888-ae0d-4341-a75f-06e04137d755_Method=Standard
Hi Csaba,
BGP CT interop - Colorful Resolution - Success!
FreeRTR transits traffic colorfully with RSVP in V2 and V3!
Topology:
CE1 (10.1.1.1) | [PE11----P1----ASBR11] AS1: JUNOS | | AS2: FREERTR [ASBR21----P2----ASBR22] | | AS3: JUNOS [ASBR31----P3----PE31] | (10.11.11.11) CE2
AS1, AS3: PE/ASBR have RSVP Gold and Bronze tunnels towards each other.
Free Router Deployment and Config:
freertr-asbr21#show ver freeRouter v23.3.6-cur, done by cs@nop.
ASBR11 |EBGP-CT | RSVP | IBGP-CT IBGP-CT V1:ISIS,LDP ASBR21---------P2(RR)---------ASBR22 V1:ISIS1,LDP V1:ISIS,LDP | V2:ISIS2,RSVP RSVP |EBGP-CT V3:ISIS3,RSVP ASBR31
ASBR21: CT routes learned from ASBR22 will resolve based on the route-policy ibgp-in to VRF V2 and V3 based on color comm via RSVP tunnels tunnel1 and tunnel2 respectively
CT routes will be advertised from V2 and V3 post resolution.
To resolve the CT protocol nexthop, static route with PNH address 10.22.22.22/32 is created to point to the tunnel.
vrf definition v2 rd 68106:168427528 clr4import 100 clr6import 100 label4mode per-prefix label6mode per-prefix exit ! vrf definition v3 rd 68106:168427529 clr4import 200 clr4export 200 label4mode per-prefix label6mode per-prefix exit ! ipv4 route v2 10.22.22.22 255.255.255.255 10.121.121.122 ! ipv4 route v3 10.22.22.22 255.255.255.255 10.221.221.222
route-policy ibgp-in sequence 10 if extcomm 2562:0:100 sequence 20 set vrf v2 ipv4 sequence 30 pass sequence 40 enif sequence 50 if extcomm 2562:0:200 sequence 60 set vrf v3 ipv4 sequence 70 pass sequence 80 enif sequence 90 drop exit
router bgp4 1 vrf v1 local-as 64512 router-id 10.21.21.21 no safe-ebgp address-family unicast nexthop recursion 3 ! neighbor 10.11.121.1 remote-as 64511 neighbor 10.11.121.1 local-as 64512 neighbor 10.11.121.1 address-family ctp neighbor 10.11.121.1 distance 20 neighbor 10.11.121.1 send-community standard extended ! neighbor 10.20.20.20 remote-as 64512 neighbor 10.20.20.20 local-as 64512 neighbor 10.20.20.20 address-family ctp neighbor 10.20.20.20 distance 200 neighbor 10.20.20.20 update-source loopback0 neighbor 10.20.20.20 traffeng neighbor 10.20.20.20 send-community standard extended neighbor 10.20.20.20 route-policy-in ibgp-in ! afi-clr v2 enable afi-clr v2 redistribute bgp4 1 ! afi-clr v3 enable afi-clr v3 redistribute bgp4 1 !
freertr-asbr21#show running-config interface tunnel1 interface tunnel1 description lsp_asbr21_asbr22 tunnel vrf v1 tunnel source loopback0 tunnel destination 10.22.22.22 tunnel mode p2pte vrf forwarding v2 ipv4 address 10.121.121.121 255.255.255.0 mpls enable no shutdown no log-link-change exit !
freertr-asbr21#show running-config interface tunnel2 interface tunnel2 description lsp_asbr21_asbr22 tunnel vrf v1 tunnel source loopback0 tunnel destination 10.22.22.22 tunnel mode p2pte vrf forwarding v3 ipv4 address 10.221.221.221 255.255.255.0 mpls enable no shutdown no log-link-change exit !
RIB/MPLS-FIB Programming:
freertr-asbr21#show ipv4 route v2 typ prefix metric iface hop time B 10.10.10.10/32 200/0 null@v2:4 10.22.22.22 00:27:02 S 10.22.22.22/32 1/0 tunnel1 10.121.121.122 00:26:49
freertr-asbr21#show ipv4 route v3 typ prefix metric iface hop time B 10.10.10.10/32 200/0 null@v3:4 10.22.22.22 01:00:40 S 10.22.22.22/32 1/0 tunnel2 10.221.221.222 01:00:40
freertr-asbr21#show mpls forwarding label vrf iface hop label targets bytes 367169 v3:4 tunnel2 10.221.221.222 700462 120041040 823808 v2:4 tunnel1 10.121.121.122 235868 18560472
ASBR22: CT routes learned from ASBR21 will resolve via best effort LDP in V1 (Same as previous BGP-CT InterOp Demo)
Thanks, -Nats-
From:
mc36 <> [External Email. Be cautious of content]
Juniper Business Use Only |
- Re: [rare-dev] BGP CT interop - Colorful Resolution, mc36, 03/01/2023
- Re: [rare-dev] BGP CT interop - Colorful Resolution, mc36, 03/01/2023
- <Possible follow-up(s)>
- Re: [rare-dev] BGP CT interop - Colorful Resolution, mc36, 03/01/2023
- Re: [rare-dev] BGP CT interop - Colorful Resolution, mc36, 03/01/2023
- Re: [rare-dev] BGP CT interop - Colorful Resolution, mc36, 03/03/2023
- Re: [rare-dev] BGP CT interop - Colorful Resolution, mc36, 03/03/2023
- Re: [rare-dev] BGP CT interop - Colorful Resolution, Kaliraj Vairavakkalai, 03/03/2023
- Re: [rare-dev] BGP CT interop - Colorful Resolution, Natrajan Venkataraman, 03/03/2023
- Re: [rare-dev] BGP CT interop - Colorful Resolution, Natrajan Venkataraman, 03/07/2023
- Re: [rare-dev] BGP CT interop - Colorful Resolution, mc36, 03/07/2023
- Re: [rare-dev] BGP CT interop - Colorful Resolution, mc36, 03/08/2023
- Re: [rare-dev] BGP CT interop - Colorful Resolution, Kaliraj Vairavakkalai, 03/11/2023
- Re: [rare-dev] BGP CT interop - Colorful Resolution, mc36, 03/11/2023
- Re: [rare-dev] BGP CT interop - Colorful Resolution, mc36, 03/13/2023
- Re: [rare-dev] BGP CT interop - Colorful Resolution, Natrajan Venkataraman, 03/14/2023
- Re: [rare-dev] BGP CT interop - Colorful Resolution, mc36, 03/15/2023
- Re: [rare-dev] BGP CT interop - Colorful Resolution, Natrajan Venkataraman, 03/15/2023
- Re: [rare-dev] BGP CT interop - Colorful Resolution, Kaliraj Vairavakkalai, 03/15/2023
- [rare-dev] eantc interops --- was: Re: BGP CT interop - Colorful Resolution, mc36, 03/15/2023
- Re: [rare-dev] BGP CT interop - Colorful Resolution, mc36, 03/15/2023
- Re: [rare-dev] BGP CT interop - Colorful Resolution, Natrajan Venkataraman, 03/14/2023
- Re: [rare-dev] BGP CT interop - Colorful Resolution, Kaliraj Vairavakkalai, 03/11/2023
- Re: [rare-dev] BGP CT interop - Colorful Resolution, mc36, 03/03/2023
Archive powered by MHonArc 2.6.24.