Show specified PPPoE interface information interfaces pppoe ${vyos_op_scripts_dir}/interfaces.py show --intf_name="$4" 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