Method: addMACToBlacklist

Add an end-system MAC address to the ExtremeControl blocked list end-system group. Force reauthentication on the end-system after it is blacklisted to limit network access.

Parameters

Name Type Description
mac string The MAC address of the end-system
description string Optional information stored in the end-system group with the MAC address
reauthorize boolean Set to true to force reauthentication on the affected end-system

Returns

The operation returns an integer error code.

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NACEndSystemWebService/addMACToBlacklist?mac=00:11:22:33:44:55&description=Example-Web-Service&reauthorize=true