FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
vnet/vnet/mpls

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/interface.c line 1070)

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/interface.c line 746)

Implementation: create_mpls_ethernet_tunnel_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/mpls.c line 323)

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/mpls.c line 388)

Implementation: mpls_del_encap_command_fn.

mpls local-label

Summary/usage

Create/Delete MPL local labels.

Declaration and implementation

Declaration: mpls_local_label_command (vnet/vnet/mpls/mpls.c line 650)

Implementation: vnet_mpls_local_label.

set interface mpls

Summary/usage

Enable/Disable an interface for MPLS forwarding.

Declaration and implementation

Declaration: set_interface_ip_table_command (vnet/vnet/mpls/interface.c line 1113)

Implementation: mpls_interface_enable_disable.

show mpls encap

Summary/usage

show mpls encap.

Declaration and implementation

Declaration: show_mpls_fib_command (vnet/vnet/mpls/mpls.c line 462)

Implementation: show_mpls_fib_command_fn.

show mpls tunnel

Summary/usage

show mpls tunnel.

Declaration and implementation

Declaration: show_mpls_tunnel_command (vnet/vnet/mpls/interface.c line 390)

Implementation: show_mpls_tunnel_command_fn.