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}', 'exit')¶
-
ADD_NETWORK_TO_TRUNK= ('interface vlan {segmentation_id}', 'tagged {port}', 'exit')¶
-
DELETE_NETWORK= ('no interface vlan {segmentation_id}', 'exit')¶
-
DELETE_PORT= ('interface vlan {segmentation_id}', 'no untagged {port}', 'exit')¶
-
PLUG_PORT_TO_NETWORK= ('interface vlan {segmentation_id}', 'untagged {port}', 'exit')¶
-
REMOVE_NETWORK_FROM_TRUNK= ('interface vlan {segmentation_id}', 'no tagged {port}', 'exit')¶
-