.. _clicmd_src_plugins_pvti: =============================================================== Pvti cli reference =============================================================== pvti interface create ------------------------------------------------------------------------- .. code-block:: console pvti interface create peer [ local-ip ][ underlay-mtu ][underlay-table ][inderlay-fib ] Declaration: ``pvti_interface_create_command`` `src/plugins/pvti/pvti.c line 322 `_ Implementation: ``pvti_interface_create_command_fn`` pvti interface delete ------------------------------------------------------------------------- .. code-block:: console pvti interface delete if-index Declaration: ``pvti_interface_delete_command`` `src/plugins/pvti/pvti.c line 331 `_ Implementation: ``pvti_interface_delete_command_fn`` set interface ip pvti-bypass ------------------------------------------------------------------------- .. code-block:: console set interface ip pvti-bypass [del] Declaration: ``set_interface_ip_pvti_bypass_command`` `src/plugins/pvti/pvti.c line 170 `_ Implementation: ``set_ip4_pvti_bypass`` set interface ip6 pvti-bypass ------------------------------------------------------------------------- .. code-block:: console set interface ip6 pvti-bypass [del] Declaration: ``set_interface_ip6_pvti_bypass_command`` `src/plugins/pvti/pvti.c line 183 `_ Implementation: ``set_ip6_pvti_bypass`` show pvti interface ------------------------------------------------------------------------- .. code-block:: console show pvti interface Declaration: ``pvti_show_interface_command`` `src/plugins/pvti/pvti.c line 396 `_ Implementation: ``pvti_show_interface_command_fn`` show pvti rx peers ------------------------------------------------------------------------- .. code-block:: console show pvti rx peers Declaration: ``pvti_show_rx_peers_command`` `src/plugins/pvti/pvti.c line 408 `_ Implementation: ``pvti_show_rx_peers_command_fn`` show pvti tx peers ------------------------------------------------------------------------- .. code-block:: console show pvti tx peers Declaration: ``pvti_show_tx_peers_command`` `src/plugins/pvti/pvti.c line 402 `_ Implementation: ``pvti_show_tx_peers_command_fn``