Show specified Ethernet interface information interfaces ethernet ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" Show summary of the specified ethernet interface information ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4" --action=show-brief Visually identify specified ethernet interface echo "Blinking interface $4 for 30 seconds."; ethtool --identify "$4" 30 Show physical device information for specified ethernet interface ethtool "$4"; ethtool --show-ring "$4"; ethtool --driver "$4" Show physical device offloading capabilities ethtool --show-features "$4" | sed -e 1d -e '/fixed/d' -e 's/^\t*//g' -e 's/://' | column -t -s' ' Show physical device statistics for specified ethernet interface ethtool --statistics "$4" Show transceiver information from modules (e.g SFP+, QSFP) ethtool --module-info "$4" Show specified virtual network interface (vif) information interfaces ethernet ${COMP_WORDS[3]} vif ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4.$6" Show summary of specified virtual network interface (vif) information ${vyos_op_scripts_dir}/show_interfaces.py --intf="$4.$6" --action=show-brief Show eXpress Data Path statistics sudo ${vyos_op_scripts_dir}/show_xdp_stats.sh ethernet "$4" Show Ethernet interface information ${vyos_op_scripts_dir}/show_interfaces.py --intf-type=ethernet --action=show-brief Show detailed ethernet interface information ${vyos_op_scripts_dir}/show_interfaces.py --intf-type=ethernet --action=show