diff options
author | sanjmonkey <sanjmonkey@users.noreply.github.com> | 2017-12-13 21:57:18 +0000 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-12-16 20:15:32 +0900 |
commit | c09259df3d0441e1dd1cce3123ed2f5644408b22 (patch) | |
tree | 47575b25f61d4a918939c13de68ae2a5ce69230b /docs/sources/evpn.md | |
parent | 7b4ebf9be4b719d101593baccdb813d02c90ca02 (diff) |
docs: update evpn.md for with yabgp 0.4.0
Notable change: extended community formatting.
# YaBGP BGP EVPN extended communities:
mac-mobility
esi-label
es-import
router-mac
Diffstat (limited to 'docs/sources/evpn.md')
-rw-r--r-- | docs/sources/evpn.md | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/docs/sources/evpn.md b/docs/sources/evpn.md index 3ca46308..b1c3a87b 100644 --- a/docs/sources/evpn.md +++ b/docs/sources/evpn.md @@ -195,7 +195,7 @@ ipv4/flow-vpn,*: - Just like the example using BaGPipe, this example uses [YABGP](https://github.com/smartbgp/yabgp). GoBGP receives EVPN routes from one YABGP peer and re-advertises it to another YABGP peer. -**NOTE:** The following supposes to use YABGP version "0.3.1". +**NOTE:** The following supposes to use YABGP version "0.4.0". ### Configuration @@ -312,11 +312,7 @@ curl -X POST -u admin:admin -H 'Content-Type: application/json' http://10.0.0.1: ] }, "16": [ - [ - 1537, - 0, - 500 - ] + "esi-label:0:500" ] } }' @@ -353,11 +349,7 @@ curl -X POST -u admin:admin -H 'Content-Type: application/json' http://10.0.0.1: ] }, "16": [ - [ - 1536, - 1, - 500 - ] + "mac-mobility:1:500" ] } }' @@ -417,10 +409,7 @@ curl -X POST -u admin:admin -H 'Content-Type: application/json' http://10.0.0.1: ] }, "16": [ - [ - 1538, - "00-11-22-33-44-55" - ] + "es-import:00-11-22-33-44-55" ] } }' |