diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-10-08 05:42:08 -0700 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-10-08 05:50:53 -0700 |
commit | cab09990b87f98ed61d3bb596695c6f35c47c624 (patch) | |
tree | 9ad0e9f9d2b1754b9908e9bb30a0caf15853ef64 /docs/sources | |
parent | bd42075ef02f1c1c99fb00eedc08a887f71a8303 (diff) |
docs: add cli example to add route with blackhole community
[ci skip]
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'docs/sources')
-rw-r--r-- | docs/sources/cli-command-syntax.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sources/cli-command-syntax.md b/docs/sources/cli-command-syntax.md index 22ed2f38..c6e009fb 100644 --- a/docs/sources/cli-command-syntax.md +++ b/docs/sources/cli-command-syntax.md @@ -63,6 +63,7 @@ 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 % 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 community blackhole % 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 |