.. _clicmd_src_plugins_gre: =============================================================== Gre cli reference =============================================================== create gre tunnel ------------------------------------------------------------------------- .. code-block:: console create gre tunnel src <addr> dst <addr> [instance <n>] [outer-fib-id <fib>] [teb | erspan <session-id>] [del] [multipoint] Declaration: ``create_gre_tunnel_command`` `src/plugins/gre/interface.c line 755 <https://github.com/FDio/vpp/blob/master//src/plugins/gre/interface.c#L755>`_ Implementation: ``create_gre_tunnel_command_fn`` Declaration: ``show_gre_tunnel_command`` `src/plugins/gre/interface.c line 799 <https://github.com/FDio/vpp/blob/master//src/plugins/gre/interface.c#L799>`_ Implementation: ``show_gre_tunnel_command_fn``