Skip to content

Commit 0858780

Browse files
committed
Merge branch '5.17-reviews' into stage
2 parents 3f64961 + d575045 commit 0858780

1 file changed

Lines changed: 151 additions & 0 deletions

File tree

  • content/cumulus-linux-517/Network-Virtualization/Ethernet-Virtual-Private-Network-EVPN

content/cumulus-linux-517/Network-Virtualization/Ethernet-Virtual-Private-Network-EVPN/EVPN-Enhancements.md

Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,157 @@ You can configure route maps to match unreachability EVPN route types with the N
306306
Setting the gateway overlay for unreachability EVPN prefixes is not supported.
307307
{{%/notice%}}
308308

309+
To show the EVPN unreachability route Reporters details, run the `nv show vrf <vrf-id> router bgp address-family l2vpn-evpn route <evpn-route-id> -o json` command. To show the information in vtysh format, run the `nv show vrf <vrf-id> router bgp address-family l2vpn-evpn route <evpn-route-id> -o native` command.
310+
311+
```
312+
cumulus@leaf01:mgmt:~$ nv show vrf default router bgp address-family l2vpn-evpn route [6.1.1.1:3]:[254]:[0]:[2001:10:11:1::/64] -o json
313+
{
314+
"advertised-to": {
315+
"2006::17": {
316+
"hostname": "spine1-plane1"
317+
},
318+
"2006::21": {
319+
"hostname": "spine2-plane1"
320+
}
321+
},
322+
"ethernet-tag": 0,
323+
"evpn-prefix-str": "[254]:[0]:[64]:[2001:10:11:1::]",
324+
"ip": "2001:10:11:1::",
325+
"path": {
326+
"1": {
327+
"aspath": {
328+
"4202201117": {},
329+
"4202201118": {}
330+
},
331+
"bestpath": {
332+
"from-as": 4202201117,
333+
"overall": "yes",
334+
"selection-reason": "Router ID"
335+
},
336+
"ext-community": {
337+
"RT:32798:500001 ET:8 Rmac:00:01:00:00:09:09": {}
338+
},
339+
"flags": {
340+
"bestpath": {},
341+
"valid": {}
342+
},
343+
"flags-string": "*v",
344+
"last-update-time": 140,
345+
"nexthop": {
346+
"1": {
347+
"accessible": "on",
348+
"afi": "ipv6",
349+
"ip": "2006::9",
350+
"metric": 0,
351+
"scope": "global",
352+
"used": "on"
353+
}
354+
},
355+
"nexthop-count": 1,
356+
"origin": "incomplete",
357+
"path-from": "external",
358+
"peer": {
359+
"hostname": "spine1-plane1",
360+
"id": "2006::17",
361+
"router-id": "7.1.1.1",
362+
"type": "external"
363+
},
364+
"reporters": {
365+
"6.1.1.1": {
366+
"reporter-as": 4202201118,
367+
"subtlv": {
368+
"reason": "Local-Link-Down",
369+
"timestamp": "2026-04-22T18:53:17Z"
370+
}
371+
}
372+
},
373+
"valid": "on",
374+
"vni": {
375+
"0": {}
376+
}
377+
},
378+
"2": {
379+
"aspath": {
380+
"4202201117": {},
381+
"4202201118": {}
382+
},
383+
"ext-community": {
384+
"RT:32798:500001 ET:8 Rmac:00:01:00:00:09:09": {}
385+
},
386+
"flags": {
387+
"valid": {}
388+
},
389+
"flags-string": "v",
390+
"last-update-time": 140,
391+
"nexthop": {
392+
"1": {
393+
"accessible": "on",
394+
"afi": "ipv6",
395+
"ip": "2006::9",
396+
"metric": 0,
397+
"scope": "global",
398+
"used": "on"
399+
}
400+
},
401+
"nexthop-count": 1,
402+
"origin": "incomplete",
403+
"path-from": "external",
404+
"peer": {
405+
"hostname": "spine2-plane1",
406+
"id": "2006::21",
407+
"router-id": "7.1.2.1",
408+
"type": "external"
409+
},
410+
"reporters": {
411+
"6.1.1.1": {
412+
"reporter-as": 4202201118,
413+
"subtlv": {
414+
"reason": "Local-Link-Down",
415+
"timestamp": "2026-04-22T18:53:17Z"
416+
}
417+
}
418+
},
419+
"valid": "on",
420+
"vni": {
421+
"0": {}
422+
}
423+
}
424+
},
425+
"path-count": 2,
426+
"prefix": "2001:10:11:1::/64",
427+
"rd": "6.1.1.1:3",
428+
"route-type": "254"
429+
}
430+
```
431+
432+
```
433+
cumulus@leaf01:mgmt:~$ nv show vrf default router bgp address-family l2vpn-evpn route [6.1.1.1:3]:[254]:[0]:[2001:10:11:1::/64] -o native
434+
BGP routing table entry for 6.1.1.1:3:[254]:[0]:[64]:[2001:10:11:1::]
435+
Paths: (2 available, best #1)
436+
Advertised to peers:
437+
spine1-plane1(2006::17) spine2-plane1(2006::21)
438+
Route [254]:[0]:[64]:[2001:10:11:1::] VNI 0
439+
4202201117 4202201118
440+
2006::9 (spine1-plane1) from spine1-plane1(2006::17) (7.1.1.1)
441+
Origin incomplete, valid, external, bestpath-from-AS 4202201117, best (Router ID)
442+
Extended Community: RT:32798:500001 ET:8 Rmac:00:01:00:00:09:09
443+
Reporter: 6.1.1.1 AS 4202201118
444+
Reason Code: 9 (Local-Link-Down)
445+
Timestamp: Wed Apr 22 18:53:17 2026
446+
Last update: Thu Apr 23 07:52:09 2026
447+
Route [254]:[0]:[64]:[2001:10:11:1::] VNI 0
448+
4202201117 4202201118
449+
2006::9 (spine2-plane1) from spine2-plane1(2006::21) (7.1.2.1)
450+
Origin incomplete, valid, external
451+
Extended Community: RT:32798:500001 ET:8 Rmac:00:01:00:00:09:09
452+
Reporter: 6.1.1.1 AS 4202201118
453+
Reason Code: 9 (Local-Link-Down)
454+
Timestamp: Wed Apr 22 18:53:17 2026
455+
Last update: Thu Apr 23 07:52:09 2026
456+
457+
Displayed 2 paths for requested prefix
458+
```
459+
309460
### Considerations
310461

311462
- EVPN Multihoming is not supported with unreachability in disjoined planes.

0 commit comments

Comments
 (0)