FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
set interface l2 l2-emulation <interface-name> [disable|enable]
Configure l2 emulation. When the interface is in L2 mode, configure the extraction of L3 packets out of the L2 path and into the L3 path.
vpp# set interface l2 input l2-emulation <interface-name> [disable]
Declaration: l2_emulation_cli_node (src/plugins/l2e/l2e.c line 124)
Implementation: l2_emulation_cli.
show interface l2 l2-emulation
Show l2 emulation. When the interface is in L2 mode, configure the extraction of L3 packets out of the L2 path and into the L3 path.
vpp# show interface l2 l2-emulation
Declaration: l2_emulation_show_node (src/plugins/l2e/l2e.c line 163)
Implementation: l2_emulation_show.