FD.io VPP  v16.09
Vector Packet Processing
vnet/vnet/mpls-gre

create mpls ethernet policy tunnel

Summary/usage

create mpls ethernet policy tunnel [del] dst <mac-addr> intfc <addr>/<mw>n classify-table-index <nn>.

Declaration and implementation

Declaration: create_mpls_ethernet_policy_tunnel_command (vnet/vnet/mpls-gre/interface.c:1941)

Implementation: create_mpls_ethernet_policy_tunnel_command_fn.

create mpls ethernet tunnel

Summary/usage

create mpls ethernet tunnel [del] dst <mac-addr> intfc <addr>/<mw>.

Declaration and implementation

Declaration: create_mpls_ethernet_tunnel_command (vnet/vnet/mpls-gre/interface.c:1599)

Implementation: create_mpls_ethernet_tunnel_command_fn.

create mpls gre tunnel

Summary/usage

create mpls gre tunnel [del] src <addr> dst <addr> intfc <addr>/<mw>.

Declaration and implementation

Declaration: create_mpls_tunnel_command (vnet/vnet/mpls-gre/interface.c:1114)

Implementation: create_mpls_gre_tunnel_command_fn.

show mpls tunnel

Summary/usage

show mpls tunnel.

Declaration and implementation

Declaration: show_mpls_tunnel_command (vnet/vnet/mpls-gre/interface.c:1226)

Implementation: show_mpls_tunnel_command_fn.

mpls decap add

Summary/usage

mpls decap add fib <id> label <nn> [s-bit-clear] [next-index <nn>].

Declaration and implementation

Declaration: mpls_add_decap_command (vnet/vnet/mpls-gre/mpls.c:514)

Implementation: mpls_add_decap_command_fn.

mpls decap delete

Summary/usage

mpls decap delete label <label> rx-fib <id> [s-bit-clear].

Declaration and implementation

Declaration: mpls_del_decap_command (vnet/vnet/mpls-gre/mpls.c:574)

Implementation: mpls_del_decap_command_fn.

mpls encap add

Summary/usage

mpls encap add label <label> ... fib <id> dest <ip4-address>.

Declaration and implementation

Declaration: mpls_add_encap_command (vnet/vnet/mpls-gre/mpls.c:298)

Implementation: mpls_add_encap_command_fn.

mpls encap delete

Summary/usage

mpls encap delete fib <id> dest <ip4-address>.

Declaration and implementation

Declaration: mpls_del_encap_command (vnet/vnet/mpls-gre/mpls.c:363)

Implementation: mpls_del_encap_command_fn.

show mpls fib

Summary/usage

show mpls fib.

Declaration and implementation

Declaration: show_mpls_fib_command (vnet/vnet/mpls-gre/mpls.c:697)

Implementation: show_mpls_fib_command_fn.