FcoeConfig
This data object type describes an FCoE configuration as it pertains to an underlying physical NIC.
Terminology is borrowed from T11's working draft of the Fibre Channel Backbone 5 standard (FC-BB-5). The draft can be found at http://www.t11.org.
{
"_typeName": "string",
"priorityClass": 0,
"sourceMac": "string",
"vlanRange": [
{
"_typeName": "string",
"vlanLow": 0,
"vlanHigh": 0
}
],
"capabilities": {
"_typeName": "string",
"priorityClass": false,
"sourceMacAddress": false,
"vlanRange": false
},
"fcoeActive": false
}
802.1p priority class used for FCoE traffic.
Source MAC address used for FCoE traffic.
This MAC address is associated with the logical construct that is a physical NIC's associated underlying FCoE Controller, as defined in the FC-BB-5 standard. This MAC address should be of the form "xx:xx:xx:xx:xx:xx", where 'x' is a hexadecimal digit. Valid MAC addresses are unicast addresses.
Flags which indicate what parameters are settable for this FcoeConfig.
Indicates whether this FcoeConfig is "active" (has been used in conjunction with a parent physical network adapter for FCoE discovery).