blob: ab98c2d348a22bdf8f64587a41f1a331e36649b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
::::{cfgcmd} set interfaces {{ var0 }} \<interface\> {{ var2 }} {{ var3 }}
::::
{{ var5 }} {{ var6 }} vrf <vrf>
Place interface in given VRF instance.
:::{seealso}
There is an entire chapter about how to configure a :ref:`vrf`,
please check this for additional information.
:::
Example:
.. code-block:: none
set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} vrf red
|