4.2 macPools usage
The admin creates a macPools resource on the Network Controller.
-
PUT ~/networking/v1/macPools/macPool1 { "properties": { "startMacAddress": "00-1D-A8-B7-1C-00", "endMacAddress": "00-1D-A8-F4-1F-FF" } }
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The admin creates a macPools resource on the Network Controller.
PUT ~/networking/v1/macPools/macPool1
{
"properties": {
"startMacAddress": "00-1D-A8-B7-1C-00",
"endMacAddress": "00-1D-A8-F4-1F-FF"
}
}