Users Guide

Table Of Contents
password: "password"
name: "Network VLAN - 1
Port breakout
ome_network_port_breakout
Synopsis
This module allows to automate the breaking out of IOMs in fabric mode into logical sub ports.
The port breakout operation is only supported in OpenManage Enterprise Modular.
Options
Table 51. ome_network_port_breakout
Parameter Required Default Choices Comments
hostname True NA NA Target IP address or
hostname
username True NA NA Target username
password True NA NA Target user password
port False 443 NA Target HTTPS port
target_port True NA NA The ID of the port in
the switch to breakout.
Enter the port ID in the
format: Service
tag:port. For example,
2HB7NX2:ethernet1/1/1
3.
breakout_type True NA NA
The preferred
breakout type. For
example, 4X10GE.
To revoke the
default breakout
configuration, enter
'HardwareDefault'.
Return Values
msg:
description: Overall status of the port configuration.
returned: always
type: str
sample: Port breakout configuration job submitted successfully.
breakout_status:
description: Details of the OpenManage Enterprise jobs.
returned: success
type: dict
sample: {
"Builtin": false,
"CreatedBy": "root",
"Editable": true,
"EndTime": null,
"Id": 11111,
"JobDescription": "",
"JobName": "Breakout Port",
"JobStatus": {"Id": 1112, "Name": "New"},
"JobType": {"Id": 3, "Internal": false, "Name": "DeviceAction_Task"},
"LastRun": null,
"LastRunStatus": {"Id": 1113, "Name": "NotRun"},
"NextRun": null,
"Params": [
{"JobId": 11111, "Key": "operationName", "Value": "CONFIGURE_PORT_BREAK_OUT"},
130
Modules for OpenManage Enterprise (OME)