Endpoint MAC Tag
Location in GUI:
Tenants
» XXX
» Policies
» Endpoint Tags
» Endpoint MAC
Diagram
Classes
policies (apic.tenants)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
endpoint_mac_tags | List | [endpoint_mac_tags] | No |
endpoint_mac_tags (apic.tenants.policies)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
mac | MAC | Yes | ||
bridge_domain | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | all |
vrf | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
tags | List | [tags] | No |
tags (apic.tenants.policies.endpoint_mac_tags)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
key | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
value | String | Regex: ^[a-zA-Z0-9_.:-]{1,128}$ | Yes |
Examples
Example Endpoint MAC tag in all bridge domains in a VRF:
apic:
tenants:
- name: ABC
policies:
endpoint_mac_tags:
- mac: 00:01:02:03:04:05
vrf: VRF1
tags:
- key: Environment
value: Prod
Example Endpoint MAC tag in explicit bridge-domain:
apic:
tenants:
- name: ABC
policies:
endpoint_mac_tags:
- mac: 00:01:02:03:04:06
bridge_domain: BD1
vrf: VRF1
tags:
- key: Environment
value: Test