FD.io VPP  v16.12-rc0-122-gce64b8e
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:2229)

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:1905)

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/interface.c:1434)

Implementation: create_mpls_gre_tunnel_command_fn.

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:2272)

Implementation: mpls_interface_enable_disable.

show mpls tunnel

Summary/usage

show mpls tunnel.

Declaration and implementation

Declaration: show_mpls_tunnel_command (vnet/vnet/mpls/interface.c:1546)

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/mpls.c:591)

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/mpls.c:651)

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/mpls.c:375)

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:440)

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:879)

Implementation: vnet_mpls_local_label.

show mpls encap

Summary/usage

show mpls encap.

Declaration and implementation

Declaration: show_mpls_fib_command (vnet/vnet/mpls/mpls.c:725)

Implementation: show_mpls_fib_command_fn.

show mpls features

Summary/usage

show mpls features.

Declaration and implementation

Declaration: show_ip_features_command (vnet/vnet/mpls/mpls_features.c:193)

Implementation: show_mpls_features_command_fn.

show mpls interface features

Summary/usage

show mpls interface features <intfc>.

Declaration and implementation

Declaration: show_mpls_interface_features_command (vnet/vnet/mpls/mpls_features.c:249)

Implementation: show_mpls_interface_features_command_fn.