Show PPPoE interface information interfaces pppoe ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" Show specified PPPoE interface log /usr/bin/journalctl --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}/show_interfaces.py --intf-type=pppoe --action=show-brief Show detailed PPPoE interface information ${vyos_op_scripts_dir}/show_interfaces.py --intf-type=pppoe --action=show