diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2017-12-15 15:14:45 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-12-21 08:23:14 +0900 |
commit | b8863e58144a0ea1685b7ef39903bb621bc5310a (patch) | |
tree | e5319662ee87c6fe6f62af4f30f0372766662585 /docs/sources/cli-command-syntax.md | |
parent | 41f97f11056b097ab25b147abbd80a582e3ec019 (diff) |
doc: CLI Syntax for EVPN routes
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to 'docs/sources/cli-command-syntax.md')
-rw-r--r-- | docs/sources/cli-command-syntax.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/sources/cli-command-syntax.md b/docs/sources/cli-command-syntax.md index c084be51..3b2aacad 100644 --- a/docs/sources/cli-command-syntax.md +++ b/docs/sources/cli-command-syntax.md @@ -90,7 +90,10 @@ The following options can be specified in the global subcommand: |--------|---------------|--------------------------------------------|---------| |a |address-family |specify any one from among `ipv4`, `ipv6`, `vpnv4`, `vpnv6`, `ipv4-labeled`, `ipv6-labeled`, `evpn`, `encap`, `rtc`, `ipv4-flowspec`, `ipv6-flowspec`, `l2vpn-flowspec`, `opaque` | `ipv4` | -For the `*-flowspec` address family, see also [CLI Syntax for Flow Specification](flowspec.md#cli-syntax) +Also, refer to the following for the detail syntax of each address family. + +- `evpn` address family: [CLI Syntax for EVPN](evpn.md#cli-syntax) +- `*-flowspec` address family: [CLI Syntax for Flow Specification](flowspec.md#cli-syntax) ## 2. <a name="neighbor"> neighbor subcommand ### 2.1. Show Neighbor Status |