diff options
author | Wataru Ishida <ishida.wataru@lab.ntt.co.jp> | 2016-09-08 02:51:00 +0000 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-09-14 11:35:50 +0900 |
commit | a3ccd8e86b117dbd6fd5cb3892d8e7476c16a48d (patch) | |
tree | e20523c05ea5ec60572623cfb8270446b76b6693 /docs/sources/cli-command-syntax.md | |
parent | 6eb19da9651337ab38719468b1315b9950d3dcb3 (diff) |
bgp/cli: Support Large Community
see https://tools.ietf.org/html/draft-heitz-idr-large-community-04
Signed-off-by: Wataru Ishida <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'docs/sources/cli-command-syntax.md')
-rw-r--r-- | docs/sources/cli-command-syntax.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/sources/cli-command-syntax.md b/docs/sources/cli-command-syntax.md index c7e359a2..22ed2f38 100644 --- a/docs/sources/cli-command-syntax.md +++ b/docs/sources/cli-command-syntax.md @@ -64,6 +64,8 @@ If you want to remove routes with the address of the ipv6 from global rib: % gobgp global rib add -a ipv4 10.0.0.0/24 community 100:100,200:200 % gobgp global rib add -a ipv4 10.0.0.0/24 community no-export % gobgp global rib add -a ipv4 10.0.0.0/24 aigp metric 200 +% gobgp global rib add -a ipv4 10.0.0.0/24 large-community 100:100:100 +% gobgp global rib add -a ipv4 10.0.0.0/24 large-community 100:100:100,200:200:200 % gobgp global rib add -a ipv4-mpls 10.0.0.0/24 100 % gobgp global rib add -a ipv4-mpls 10.0.0.0/24 100/200 % gobgp global rib add -a ipv4-mpls 10.0.0.0/24 100 nexthop 20.20.20.20 |