MacRange
MacRange
A range of MAC addresses with a start and end value
JSON Example
{
"start": "string",
"end": "string"
}
string As /^(([0-9A-Fa-f]{2}[:]){5}([0-9A-Fa-f]{2}))|(([0-9A-Fa-f]{2}[-]){5}([0-9A-Fa-f]{2}))$/
start
Required
Start value for MAC address range
string As /^(([0-9A-Fa-f]{2}[:]){5}([0-9A-Fa-f]{2}))|(([0-9A-Fa-f]{2}[-]){5}([0-9A-Fa-f]{2}))$/
end
Required
End value for MAC address range