blob: 1fa94f9fd050eff1eac58ccce3b321dca7e16bc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.. 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
|