IPoE (Internet Protocol over Ethernet) server
Clear IPoE (Internet Protocol over Ethernet) server session
Clear IPoE server session by username
${vyos_op_scripts_dir}/ipoe-control.py --action="terminate" --selector="username" --target="$5"
Clear IPoE server session by Session ID
${vyos_op_scripts_dir}/ipoe-control.py --action="terminate" --selector="sid" --target="$5"
Clear IPoE server session by interface
${vyos_op_scripts_dir}/ipoe-control.py --action="terminate" --selector="if" --target="$5"
Show IPoE (Internet Protocol over Ethernet) server status
Show active IPoE server sessions
${vyos_op_scripts_dir}/ipoe-control.py --action="show_sessions"
Show IPoE server statistics
${vyos_op_scripts_dir}/ipoe-control.py --action="show_stat"
Restart IPoE (Internet Protocol over Ethernet) server process
${vyos_op_scripts_dir}/ipoe-control.py --action="restart"