Show PPPoE server status Show active PPPoE server sessions ${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto="pppoe" --action="show sessions" Show PPPoE server statistics ${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto="pppoe" --action="show stat" Show interfaces where PPPoE server listens on ${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto="pppoe" --action="pppoe interface show" Restart PPPoE server process ${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto="pppoe" --action="restart" Reset PPPoE server sessions Terminate all PPPoE server users ${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto="pppoe" --action="terminate all" Terminate a PPP interface ${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto="pppoe" --action="terminate if $4" Terminate specified users ${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto="pppoe" --action="terminate username $4" Set PPPoE server maintenance mode Set PPPoE server maintenance mode Deny new connections and stop serving PPPoE after disconnecting the last session ${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto="pppoe" --action="shutdown soft" Cancel maintenance mode ${vyos_op_scripts_dir}/ppp-server-ctrl.py --proto="pppoe" --action="shutdown cancel"