Skip to Content.
Sympa Menu

rare-users - Re: [RARE-users] [freertr] EANTC - BGP CT - Juniper-FreeRTR

Subject: RARE user and assistance email list

List archive

Re: [RARE-users] [freertr] EANTC - BGP CT - Juniper-FreeRTR


Chronological Thread 
  • From: mc36 <>
  • To: Kaliraj Vairavakkalai <>, Krzysztof Szarkowicz <>, Simon Leinen <>, Ivana Golub <>, Frédéric LOUI <>
  • Cc: Natrajan Venkataraman <>, Reshma Das <>, "" <>
  • Subject: Re: [RARE-users] [freertr] EANTC - BGP CT - Juniper-FreeRTR
  • Date: Wed, 15 Feb 2023 07:10:59 +0100

(xr lifted this recently, whereas it's still true for xe and rare/freerouter)



c8000v-1(config)#router bgp 1
c8000v-1(config-router)#address-family ipv4 unicast
c8000v-1(config-router-af)#neighbor 1.1.1.1 send-label ?
explicit-null Advertise Explicit Null label in place of Implicit Null
<cr> <cr>

c80000v-1(config-router-af)#neighbor 1.1.1.1 send-label

so this knob is what "converts" this peering from ipv4 unicast to ipv4
labeled unicast, and obviously it's set or not... :)

rare/freertr used the neighbor 1.1.1.1 address-family knob whta controls, but
the safis are similarly exclusive, only one of them is accepted:

sid#configure
sid(cfg)#router bgp4 123 vrf v3
sid(cfg-rtr)#neighbor 1.1.1.1 remote-as 321
sid(cfg-rtr)#neighbor 1.1.1.1 address-family unicast labeled
sid(cfg-rtr)#show running-config this
router bgp4 123 vrf v3
neighbor 1.1.1.1 remote-as 321
neighbor 1.1.1.1 address-family labeled
exit
!

sid(cfg-rtr)#




Archive powered by MHonArc 2.6.19.

Top of Page