Open vSwitch Commands

ovs-vsctl show
ovs-vsctl list-ports br0
ovs-ofctl show br0
ovs-vsctl list interface
ovs-vsctl list interface | grep name | grep -v status
ovs-vsctl list interface <Interface>
ovs-appctl bond/show br0-up
ovs-ofctl show br0
ovs-ofctl show br0.local
ovs-ofctl show br1.local
ovs-vsctl list bridge
ovs-vsctl list bridge <Bridge>
ovs-vsctl show | grep eth
ovs-vsctl show | grep Interface
ovs-vsctl show | grep Bridge
ovs-vsctl show | grep Port
ovs-vsctl list br
ovs-vsctl list br | grep name
ovs-vsctl list interface br0
ovs-vsctl list interface tap1
ovs-vsctl list port br0
ovs-vsctl list port tap1
ovs-vsctl list-ports br0
ovs-vsctl list-ifaces br0
ovs-vsctl list Port
ovs-vsctl list Port | grep name
ovs-vsctl list Interface
ovs-vsctl list Interface | grep name
ovs-vsctl list Interface | grep name | grep -v status
ovs-appctl version
ovs-appctl fdb/show br0
ovs-appctl bridge/dump-flows br0
ovs-appctl dpif/dump-flows br0
ovs-appctl -t ovs-vswitchd lacp/show
ip link show
netstat -i
ovs-appctl vlog/list
ovs-ofctl dump-flows br0
ovs-ofctl dump-ports-desc br0
ovs-dpctl show
ovs-dpctl dump-flows
ip link set dev eth3 up
brctl show






No comments:

Post a Comment