From 38e576b16b6ad4cad1075a6c496f098ac34f285f Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 22 May 2023 09:19:05 +0200 Subject: vrf: T5234: Add bash identifier for given VRF instance --- docs/configuration/vrf/index.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'docs/configuration/vrf') diff --git a/docs/configuration/vrf/index.rst b/docs/configuration/vrf/index.rst index f8139a0d..c4d8d067 100644 --- a/docs/configuration/vrf/index.rst +++ b/docs/configuration/vrf/index.rst @@ -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/ average/maximum round-trip time numbers. - Ping command can be interrupted at any given time using `+c`- A brief - statistic is shown afterwards. + .. note:: Ping command can be interrupted at any given time using ``+c``. + A brief statistic is shown afterwards. .. 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 useful when the host is specified as a hostname rather than an IP address. +.. opcmd:: force vrf + + 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: Example -- cgit v1.2.3