RE: Add communities on direct routes in Juniper

2023-10-16 Thread Jeff Behrns via NANOG
Junos doesn't maintain an intermediate BGP table / RIB as you would see on other Cisco-like platforms. Therefore you need to build comm-string actions into your neighborship policies.

Re: Add communities on direct routes in Juniper

2023-10-15 Thread Owen DeLong via NANOG
I believe you need to add the communities either on the import policy which pulls in the direct route or the export policy to the neighbor(s) you want to feed the communities to. Owen > On Oct 15, 2023, at 05:51, Jason R. Rokeach via NANOG wrote: > > Hi Stanislav, > I believe this is what

Re: Add communities on direct routes in Juniper

2023-10-15 Thread Jason R. Rokeach via NANOG
Hi Stanislav, I believe this is what you are looking for: [edit] jcluser@Lothlorien-MX1# show | compare [edit interfaces lo0 unit 0 family inet] address 10.0.0.0/32 { ... } + address 5.5.5.5/32; [edit protocols bgp] - export IPV4-STATIC; + export [ IPV4-STATIC TAG-DIRECT ];

Re: Add communities on direct routes in Juniper

2023-10-15 Thread Saku Ytti
Unfortunately not yet, as far as I know. Long time ago I gave this to my account team Title: Direct routes must support tag and or community Platform: Trio, priority MX80, MPC2 JunOS: 12.4Rx Command: 'set interfaxe ge-4/2.0 family inet address 10.42.42.1/24 tag|community X' JTAC: