The networking_generic_switch.devices.netmiko_devices.hpe Module

The networking_generic_switch.devices.netmiko_devices.hpe Module

class networking_generic_switch.devices.netmiko_devices.hpe.HpeComware(device_cfg)

Bases: networking_generic_switch.devices.netmiko_devices.NetmikoSwitch

ADD_NETWORK = ('vlan {segmentation_id}',)
DELETE_NETWORK = ('undo vlan {segmentation_id}',)
DELETE_PORT = ('interface {port}', 'undo port access vlan')
PLUG_PORT_TO_NETWORK = ('interface {port}', 'port link-type access', 'port access vlan {segmentation_id}')
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.