Associates a MAC address with a MAC pool.
Attention: To assign a MAC address to the DENY MAC pool, use the
denyMACAddress() method. For more information, see Deny MAC Address.
Output / Response
None.
API Call:
void associateMACAddressWithPool( long configurationId,
String macAddress, long poolId )
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. |
poolId | The object ID of the MAC pool with which this MAC address is associated. |