blob: ca715fb21429dfe0142a250761b68c7aa12f2ea5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }} {{ var4 }} 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 }} vrf red
|