Adds MAC addresses.
Note: To assign a MAC address to the DENY MAC pool, use the
denyMACAddress() method. For more information, see Deny MAC Address.
Output / Response
Returns the object ID for the new MAC address.
API Call:
long addMACAddress( long configurationId,
String macAddress, String properties
)
Parameter | Description |
---|---|
configurationId | The object ID of the parent configuration in which the MAC address resides. |
macAddress | The MAC address in the format nnnnnnnnnnnn, nn-nn-nn-nn-nn-nn or nn:nn:nn:nn:nn:nn, where nn is a hexadecimal value. |
properties | Adds object properties, including the name, MAC Pool ID (macPool), and user-defined fields. |