From 69aceacaecde3adda0ed9627ecbff3922225433d Mon Sep 17 00:00:00 2001 From: ISHIDA Wataru Date: Thu, 13 Aug 2015 11:21:51 +0900 Subject: docs: update cli syntax doc Signed-off-by: ISHIDA Wataru --- docs/sources/cli-command-syntax.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'docs') diff --git a/docs/sources/cli-command-syntax.md b/docs/sources/cli-command-syntax.md index e78e4062..43f3dd63 100644 --- a/docs/sources/cli-command-syntax.md +++ b/docs/sources/cli-command-syntax.md @@ -7,16 +7,16 @@ This page explains gobgp client command syntax. ## basic command pattern gobgp \ \ opts... -gobgp has three subcommands. -- global -- neighbor -- policy -- vrf -- monitor -- mrt +gobgp has six subcommands. +- [global](#global) +- [neighbor](#neighbor) +- [policy](#policy) +- [vrf](#vrf) +- [monitor](#monitor) +- [mrt](#mrt) -## 1. global subcommand +## 1. global subcommand ### 1.1. Operations for Global-Rib - add/del/show - #### - syntax ```shell @@ -49,7 +49,7 @@ The following options can be specified in the global subcommand:
-## 2. neighbor subcommand +## 2.
neighbor subcommand ### 2.1. Show Neighbor Status #### - syntax ```shell @@ -132,7 +132,7 @@ You can specify multiple policy to neighbor separated by commas.
-## 3. policy subcommand +## 3.
policy subcommand ### 3.1. Operations for PrefixSet - add/del/show - #### - syntax ```shell @@ -364,7 +364,7 @@ The following options can be specified in the policy subcommand: |- |a-med |specify the med operation of the route that match to the conditions | |- |a-asprepend |specify a combination of an AS number and repeat count(e.g. 65100,10) to prepend if the path matches conditions| -## 4. vrf subcommand +## 4. vrf subcommand ### 4.1 Add/Delete/Show VRF #### Syntax ```shell @@ -412,7 +412,7 @@ The following options can be specified in the policy subcommand: % gobgp vrf vrf1 rib del 2001::/64 ``` -## 5. monitor subcommand +## 5. monitor subcommand ### 5.1 monitor global rib #### Syntax ```shell @@ -455,7 +455,7 @@ The following options can be specified in the policy subcommand: % gobgp neighbor 192.168.10.2 enable ``` -## 6. mrt subcommand +## 6. mrt subcommand ### 6.1 dump mrt records #### Syntax ```shell -- cgit v1.2.3