The networking_generic_switch.devices.netmiko_devices.dell Module¶
-
class
networking_generic_switch.devices.netmiko_devices.dell.DellNos(device_cfg)¶ Bases:
networking_generic_switch.devices.netmiko_devices.NetmikoSwitch-
ADD_NETWORK= ('interface vlan {segmentation_id}', 'name {network_id}')¶
-
DELETE_NETWORK= ('no interface vlan {segmentation_id}',)¶
-
DELETE_PORT= ('interface vlan {segmentation_id}', 'no untagged {port}')¶
-
PLUG_PORT_TO_NETWORK= ('interface vlan {segmentation_id}', 'untagged {port}')¶
-