Show VXLAN interface information ${vyos_op_scripts_dir}/interfaces.py show_summary --intf-type=vxlan Show detailed VXLAN interface information ${vyos_op_scripts_dir}/interfaces.py show --intf-type=vxlan Show specified VXLAN interface information interfaces vxlan ${vyos_op_scripts_dir}/interfaces.py show --intf-name="$4" --intf-type=vxlan Show summary of the specified VXLAN interface information ${vyos_op_scripts_dir}/interfaces.py show_summary --intf-name="$4" --intf-type=vxlan Show VLAN to VNI mapping for the specified VXLAN interface ${vyos_op_scripts_dir}/interfaces.py show_vlan_to_vni --intf-name="$4" Show VLAN to VNI mapping for the specified VLAN interfaces vxlan ${COMP_WORDS[3]} vlan-to-vni ${vyos_op_scripts_dir}/interfaces.py show_vlan_to_vni --intf-name="$4" --vid="$7" Show detailed VLAN to VNI mapping for the specified VLAN ${vyos_op_scripts_dir}/interfaces.py show_vlan_to_vni --intf-name="$4" --vid="$7" --detail Show VLAN to VNI statistics for the specified VLAN ${vyos_op_scripts_dir}/interfaces.py show_vlan_to_vni --intf-name="$4" --vid="$7" --statistics Show detailed VLAN to VNI mapping for the specified VXLAN interface ${vyos_op_scripts_dir}/interfaces.py show_vlan_to_vni --intf-name="$4" --detail Show VLAN to VNI statistics for the specified VXLAN interface ${vyos_op_scripts_dir}/interfaces.py show_vlan_to_vni --intf-name="$4" --statistics #include