Show specified PPPoE interface information interfaces pppoe ${vyos_op_scripts_dir}/interfaces.py show --intf-name="$4" --intf-type=pppoe Show specified PPPoE interface log journalctl --no-hostname --boot --follow --unit "ppp@$4".service Show specified PPPoE interface statistics interfaces pppoe if [ -d "/sys/class/net/$4" ]; then /usr/sbin/pppstats "$4"; fi Show PPPoE interface information ${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=pppoe Show detailed PPPoE interface information ${vyos_op_scripts_dir}/interfaces.py show --intf-type=pppoe