The networking_generic_switch.devices.netmiko_devices.ovs
Module¶
-
class
networking_generic_switch.devices.netmiko_devices.ovs.
OvsLinux
(device_cfg)¶ Bases:
networking_generic_switch.devices.netmiko_devices.NetmikoSwitch
-
DELETE_PORT
= ('ovs-vsctl clear port {port} tag', 'ovs-vsctl clear port {port} trunks', 'ovs-vsctl clear port {port} vlan_mode')¶
-
PLUG_PORT_TO_NETWORK
= ('ovs-vsctl set port {port} vlan_mode=access', 'ovs-vsctl set port {port} tag={segmentation_id}')¶
-