From 421a3840e00b4508567c040b5241b3e74cf711e8 Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Thu, 8 Feb 2018 14:45:12 +0900 Subject: cli: Support to advertise PMSI Tunnel Attribute This patch enables "gobgp" command to advertise the PMSI Tunnel Attribute which is appended to the EVPN Inclusive Multicast Ethernet Tag routes for example. Usage Example: $ gobgp global rib -a evpn add multicast 10.0.0.1 etag 10 rd 65000:100 pmsi ingress-repl 100 1.1.1.1 $ gobgp global rib -a evpn Network Labels Next Hop AS_PATH Age Attrs *> [type:multicast][rd:65000:100][etag:10][ip:10.0.0.1] 0.0.0.0 00:00:00 [{Origin: ?} {Pmsi: type: ingress-repl, label: 100, tunnel-id: 1.1.1.1}] Signed-off-by: IWASE Yusuke --- docs/sources/evpn.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/sources/evpn.md b/docs/sources/evpn.md index 176dca3c..ddf80376 100644 --- a/docs/sources/evpn.md +++ b/docs/sources/evpn.md @@ -149,7 +149,7 @@ $ gobgp global rib -a evpn del macadv aa:bb:cc:dd:ee:ff 10.0.0.1 esi AS 65000 10 ```bash # Add a route -$ gobgp global rib -a evpn add multicast etag rd [rt ...] [encap ] +$ gobgp global rib -a evpn add multicast etag rd [rt ...] [encap ] [pmsi [leaf-info-required]