The networking_generic_switch.devices.netmiko_devices.brocade Module

class networking_generic_switch.devices.netmiko_devices.brocade.BrocadeFastIron(device_cfg)

Bases: networking_generic_switch.devices.netmiko_devices.NetmikoSwitch

ADD_NETWORK = ('vlan {segmentation_id} by port', 'name {network_id}')
DELETE_NETWORK = ('no vlan {segmentation_id}',)
DELETE_PORT = ('vlan {segmentation_id} by port', 'no untagged ether {port}')
PLUG_PORT_TO_NETWORK = ('vlan {segmentation_id} by port', 'untagged ether {port}')
QUERY_PORT = ('show interfaces ether {port} | include VLAN',)
clean_port_vlan_if_necessary(port)
get_wrong_vlan(port)
plug_port_to_network(port, segmentation_id)