Show 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."; /sbin/ethtool --identify "$4" 30 Show physical device information for specified ethernet interface /sbin/ethtool "$4"; /sbin/ethtool -i "$4" Show physical device offloading capabilities /sbin/ethtool -k "$4" | sed -e 1d -e '/fixed/d' -e 's/^\t*//g' -e 's/://' | column -t -s' ' Show physical device statistics for specified ethernet interface /sbin/ethtool -S "$4" Show transceiver information from modules (e.g SFP+, QSFP) /sbin/ethtool -m "$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