Show specified Ethernet interface information interfaces ethernet ${vyos_op_scripts_dir}/interfaces.py show --intf_name="$4" --intf_type=ethernet Show summary of the specified ethernet interface information ${vyos_op_scripts_dir}/interfaces.py show_summary --intf_name="$4" --intf_type=ethernet 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}/interfaces.py show --intf_name="$4.$6" --intf_type=ethernet Show summary of specified virtual network interface (vif) information ${vyos_op_scripts_dir}/interfaces.py show_summary --intf_name="$4.$6" --intf_type=ethernet Show eXpress Data Path statistics sudo ${vyos_op_scripts_dir}/show_xdp_stats.sh ethernet "$4" Show Ethernet interface information ${vyos_op_scripts_dir}/interfaces.py show_summary --intf_type=ethernet Show detailed ethernet interface information ${vyos_op_scripts_dir}/interfaces.py show --intf_type=ethernet