vrf: T5234: Add bash identifier for given VRF instance

This commit is contained in:
Christian Breunig 2023-05-22 09:19:05 +02:00
parent c417c7c6b6
commit 38e576b16b

View File

@ -194,8 +194,8 @@ For VRF maintenance the following operational commands are in place.
the round-trip time of these packets is used in calculating the minimum/ the round-trip time of these packets is used in calculating the minimum/
average/maximum round-trip time numbers. average/maximum round-trip time numbers.
Ping command can be interrupted at any given time using `<Ctrl>+c`- A brief .. note:: Ping command can be interrupted at any given time using ``<Ctrl>+c``.
statistic is shown afterwards. A brief statistic is shown afterwards.
.. code-block:: none .. code-block:: none
@ -215,6 +215,17 @@ For VRF maintenance the following operational commands are in place.
route packets taken to the given hosts IP address family. This option is route packets taken to the given hosts IP address family. This option is
useful when the host is specified as a hostname rather than an IP address. useful when the host is specified as a hostname rather than an IP address.
.. opcmd:: force vrf <name>
Join a given VRF. This will open a new subshell within the specified VRF.
The prompt is adjusted to reflect this change in both config and op-mode.
.. code-block:: none
vyos@vyos:~$ force vrf blue
vyos@vyos:blue:~$
.. _vrf example: .. _vrf example:
Example Example