vtep-ctl

Production Quality, Multilayer Open Virtual Switch

Install

All systems
curl cmd.cat/vtep-ctl.sh
Debian Debian
apt-get install openvswitch-common
Ubuntu
apt-get install openvswitch-vtep
Alpine
apk add openvswitch
Arch Arch Linux
pacman -S openvswitch
image/svg+xml Kali Linux
apt-get install openvswitch-common
CentOS
yum install openvswitch
Fedora
dnf install openvswitch
Windows (WSL2)
sudo apt-get update sudo apt-get install openvswitch-vtep
Raspbian
apt-get install openvswitch-dbg
Docker
docker run cmd.cat/vtep-ctl vtep-ctl powered by Commando

openvswitch

Production Quality, Multilayer Open Virtual Switch

openvswitch-vtep

Open vSwitch VTEP utilities

Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. This package provides utilities that are useful to interact with a VTEP-configured database and a VTEP emulator.

openvswitch-dbg

Debug symbols for Open vSwitch packages

Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. This package contains the debug symbols for all the other openvswitch-* packages. Install it to debug one of them or to examine a core dump produced by one of them.

openvswitch-common

Open vSwitch common components

Open vSwitch is a production quality, multilayer, software-based, Ethernet virtual switch. It is designed to enable massive network automation through programmatic extension, while still supporting standard management interfaces and protocols (e.g. NetFlow, IPFIX, sFlow, SPAN, RSPAN, CLI, LACP, 802.1ag). In addition, it is designed to support distribution across multiple physical servers similar to VMware's vNetwork distributed vswitch or Cisco's Nexus 1000V. openvswitch-common provides components required by both openvswitch-switch and openvswitch-testcontroller.