blob: 992d49455171f706ca8af941f8c91efe054172bf (
plain)
1
2
3
4
5
6
7
8
9
10
|
.. cfgcmd:: set interfaces {{ var0 }} <interface> description <description>
Set a human readable, descriptive alias for this connection. Alias is used by
e.g. the :opcmd:`show interfaces` command or SNMP based monitoring tools.
Example:
.. code-block:: none
set interfaces {{ var0 }} {{ var1 }} description 'This is an awesome interface running on VyOS'
|