Users Guide

Table Of Contents
Table 64. ome_smart_fabric_uplink (continued)
Parameter Required Default Choices Comments
mandatory for this
option.
secondary_switch_serv
ice_tag
False NA NA Service tag of the
secondary switch.
secondary_switch_port
s
False NA NA
The IOM slots to
be connected to the
secondary switch.
I(secondary_switch
_service_tag) is
mandatory for this
option.
tagged_networks: False NA NA VLANs to be associated
with the uplink I(name).
untagged_network False NA NA Specify the name of
the VLAN to be added
as untagged to the
uplink.
Return Values
msg:
type: str
description: Overall status of the uplink operation.
returned: always
sample: "Successfully modified the uplink."
uplink_id:
type: str
description: Returns the ID when an uplink is created or modified
returned: when I(state=present)
sample: "ddc3d260-fd71-46a1-97f9-708e12345678"
additional_info:
type: dict
description: Additional details of the fabric operation.
returned: when I(state=present) and additional information present in response.
sample: {
"error": {
"@Message.ExtendedInfo": [
{
"Message": "Unable to configure the Uplink Failure Detection mode on the
uplink because the firmware
version of the I/O Module running the Fabric Manager does not support
the configuration feature.",
"MessageArgs": [],
"MessageId": "CDEV7151",
"RelatedProperties": [],
"Resolution": "Update the firmware version of the I/O Module running the
Fabric Manager and retry
the operation. For information about the recommended I/O Module firmware
versions, see the
OpenManage Enterprise-Modular User's Guide available on the support
site.",
"Severity": "Informational"
}
],
"code": "Base.1.0.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more information."
}
}
Examples
- name: Create an Uplink
ome_smart_fabric_uplink:
Modules for OpenManage Enterprise (OME)
111