L2tp cli reference
clear l2tp counters
clear all active counters
Declaration: clear_counters_command
src/plugins/l2tp/l2tp.c line 209
Implementation: clear_counters_command_fn
create l2tpv3 tunnel
create l2tpv3 tunnel client <ip6> our <ip6> local-cookie <hex> remote-cookie <hex> local-session <dec> remote-session <dec>
Declaration: create_l2tpv3_tunnel_command
src/plugins/l2tp/l2tp.c line 502
Implementation: create_l2tpv3_tunnel_command_fn
set interface ip6 l2tpv3
set interface ip6 l2tpv3 <intfc> [del]
Declaration: set_interface_ip6_l2tpv3
src/plugins/l2tp/l2tp.c line 646
Implementation: set_ip6_l2tpv3
show l2tpv3
show l2tpv3 [verbose]
Declaration: show_session_detail_command
src/plugins/l2tp/l2tp.c line 139
Implementation: show_l2tp_command_fn
test lt2p counters
increment all active counters
Declaration: test_counters_command
src/plugins/l2tp/l2tp.c line 178
Implementation: test_counters_command_fn