diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-08 14:19:44 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-08 14:19:44 +0100 |
commit | 5cb8fbdc27e05312f335560a6155afc60a098731 (patch) | |
tree | 20565c95aadfff4f07d540286d2a82e1054a3033 /docs/vrf.rst | |
parent | f7e9ac022dd3fbed2d584b5f55405e85ece81de4 (diff) | |
download | vyos-documentation-5cb8fbdc27e05312f335560a6155afc60a098731.tar.gz vyos-documentation-5cb8fbdc27e05312f335560a6155afc60a098731.zip |
vrf: add interfaces to "show vrf" output
Diffstat (limited to 'docs/vrf.rst')
-rw-r--r-- | docs/vrf.rst | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/docs/vrf.rst b/docs/vrf.rst index 67a2428d..6a24f223 100644 --- a/docs/vrf.rst +++ b/docs/vrf.rst @@ -169,11 +169,10 @@ For VR Fmaintenance the followin operational commands are in place. .. code-block:: none vyos@vyos:~$ show vrf - - interface state mac flags - --------- ----- --- ----- - bar up ee:c7:5b:fc:ae:f9 noarp,master,up,lower_up - foo up ee:bb:a4:ac:cd:20 noarp,master,up,lower_up + VRF name state mac address flags interfaces + -------- ----- ----------- ----- ---------- + blue up de:c4:83:d8:74:24 noarp,master,up,lower_up dum200,eth0.302 + red up be:36:ce:02:df:aa noarp,master,up,lower_up dum100,eth0.300,bond0.100,peth0 .. note:: Command should probably be extended to list also the real interfaces assigned to this one VRF to get a better overview. @@ -182,10 +181,10 @@ For VR Fmaintenance the followin operational commands are in place. .. code-block:: none - vyos@vyos:~$ show vrf name bar - interface state mac flags - --------- ----- --- ----- - bar up ee:c7:5b:fc:ae:f9 noarp,master,up,lower_up + vyos@vyos:~$ show vrf name blue + VRF name state mac address flags interfaces + -------- ----- ----------- ----- ---------- + blue up de:c4:83:d8:74:24 noarp,master,up,lower_up dum200,eth0.302 .. opcmd:: show ip route vrf <name> |