mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
23 lines
451 B
ReStructuredText
23 lines
451 B
ReStructuredText
.. _vti-interface:
|
|
|
|
##############################
|
|
VTI - Virtual Tunnel Interface
|
|
##############################
|
|
|
|
Set Virtual Tunnel Interface
|
|
|
|
.. code-block:: none
|
|
|
|
set interfaces vti vti0 address 192.168.2.249/30
|
|
set interfaces vti vti0 address 2001:db8:2::249/64
|
|
|
|
Results in:
|
|
|
|
.. code-block:: none
|
|
|
|
vyos@vyos# show interfaces vti
|
|
vti vti0 {
|
|
address 192.168.2.249/30
|
|
address 2001:db8:2::249/64
|
|
description "Description"
|
|
} |