FD.io VPP
v18.07-34-g55fbdb9
Vector Packet Processing
|
set interface l2 l2-emulation <interface-name> [disable|enable]n.
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 148)
Implementation: l2_emulation_cli.
show interface l2 l2-emulationn.
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 186)
Implementation: l2_emulation_show.