The networking_generic_switch.devices.netmiko_devices.huawei_vrpv8 Module¶
-
class
networking_generic_switch.devices.netmiko_devices.huawei_vrpv8.Huawei(device_cfg)¶ Bases:
networking_generic_switch.devices.netmiko_devices.NetmikoSwitchFor Huawei Next-Generation Network Operating System VRP V8.
-
ADD_NETWORK= ('vlan {segmentation_id}', 'commit')¶
-
DELETE_NETWORK= ('undo vlan {segmentation_id}', 'commit')¶
-
DELETE_PORT= ('interface {port}', 'undo port default vlan {segmentation_id}', 'commit')¶
-
PLUG_PORT_TO_NETWORK= ('interface {port}', 'port link-type access', 'port default vlan {segmentation_id}', 'commit')¶
-