DVSMacLearningPolicy

DVSMacLearningPolicy
DVSMacLearningPolicy

This data object type describes MAC learning policy of a port.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "inherited": false,
    "enabled": false,
    "allowUnicastFlooding": false,
    "limit": 0,
    "limitPolicy": "string"
}
boolean
enabled
Required

The flag to indicate if source MAC address learning is allowed.

boolean
allowUnicastFlooding
Optional

The flag to allow flooding of unlearned MAC for ingress traffic.

integer As int32 As int32
limit
Optional

The maximum number of MAC addresses that can be learned.

string
limitPolicy
Optional

The default switching policy after MAC limit is exceeded.

See DVSMacLimitPolicyTypeEnum for valid values.