PacketAddressClassifier

PacketAddressClassifier
PacketAddressClassifier

A packet is classified to have an address binding, if its address configuration matches with all user specified properties.

JSON Example
{
    "vlan": 0,
    "ip_address": "string",
    "mac_address": "string"
}
integer As int64 As int64
vlan
Optional

Virtual Local Area Network Identifier

string As address-or-block-or-range As address-or-block-or-range
ip_address
Optional

A single IP address or a subnet, e.g. x.x.x.x or x.x.x.x/y

string As /^(([0-9A-Fa-f]{2}[:]){5}([0-9A-Fa-f]{2}))|(([0-9A-Fa-f]{2}[-]){5}([0-9A-Fa-f]{2}))$/
mac_address
Optional

A single MAC address