diff options
author | Stephen Worley <sworley@nvidia.com> | 2022-11-21 23:58:48 +0100 |
---|---|---|
committer | Stephen Worley <sworley@nvidia.com> | 2023-02-14 00:12:05 +0100 |
commit | a04e18c9e89fb5f852db68507c04a2e3ffa8f64f (patch) | |
tree | 4e77d20e3d64789b1790993cf2adeb234996e2e1 /doc/user/zebra.rst | |
parent | tests: skip SVD/DVNI tests for < 5.7 kernel (diff) | |
download | frr-a04e18c9e89fb5f852db68507c04a2e3ffa8f64f.tar.xz frr-a04e18c9e89fb5f852db68507c04a2e3ffa8f64f.zip |
doc: add docs for `show evpn access-vlan`
Add docs for `show evpn access-vlan`
Signed-off-by: Stephen Worley <sworley@nvidia.com>
Diffstat (limited to '')
-rw-r--r-- | doc/user/zebra.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index a9c8b6758..a3283fb61 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -622,6 +622,16 @@ via `ip link`, `bridge link` and `bridge vlan` commands: bridge None vxlan0 100 100 +.. clicmd:: show evpn access-vlan [IFNAME VLAN-ID | detail] [json] + + Show information for EVPN Access VLANs. + + :: + + VLAN SVI L2-VNI VXLAN-IF # Members + bridge.20 vlan20 20 vxlan0 0 + bridge.10 vlan10 0 vxlan0 0 + .. _zebra-mpls: MPLS Commands |