diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-01-17 18:25:01 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-17 18:25:01 +0200 | 
| commit | 7475ed3330779ada05b05682a0b2800dff8f36ba (patch) | |
| tree | f25c95593e1da6715cd26b0ccb39758504c40a74 /doc | |
| parent | e2fd75fce259948033112b5056a7d4f15a12129f (diff) | |
| parent | 4300ed10048eefaf4a27e7320da61bc85d326908 (diff) | |
Merge pull request #12449 from chiragshah6/mdev1
zebra: vrf-id support for show vrf vni json cmd
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/user/evpn.rst | 20 | 
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/user/evpn.rst b/doc/user/evpn.rst index 7c16e1f4ab..7c4d9fe7d9 100644 --- a/doc/user/evpn.rst +++ b/doc/user/evpn.rst @@ -509,4 +509,22 @@ Displaying EVPN information  .. clicmd:: show evpn mac vni (1-16777215) detail [json]     Display detailed information about MAC addresses for -   a specified VNI.
\ No newline at end of file +   a specified VNI. + +.. clicmd:: show vrf [<NAME$vrf_name|all$vrf_all>] vni [json] + +   Displays VRF to L3VNI mapping. It also displays L3VNI associated +   router-mac, svi interface and vxlan interface. +   User can get that information as JSON format when ``json`` keyword +   at the end of cli is presented. + +   .. code-block:: frr + +      tor2# show vrf vni +      VRF                                   VNI        VxLAN IF             L3-SVI               State Rmac +      sym_1                                 9288       vxlan21              vlan210_l3           Up    21:31:36:ff:ff:20 +      sym_2                                 9289       vxlan21              vlan210_l3           Up    21:31:36:ff:ff:20 +      sym_3                                 9290       vxlan21              vlan210_l3           Up    21:31:36:ff:ff:20 +      tor2# show vrf sym_1 vni +      VRF                                   VNI        VxLAN IF             L3-SVI               State Rmac +      sym_1                                 9288       vxlan21              vlan210_l3           Up    44:38:36:ff:ff:20  | 
