MLD Snooping Policy
NDOLocation in GUI:
Tenant Template » Tenant Policies » MLD Snooping Policy
Diagram
Section titled “Diagram”Classes
Section titled “Classes”tenant_policies (ndo.tenant_templates)
Section titled “tenant_policies (ndo.tenant_templates)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| mld_snooping_policies | List | [mld_snooping_policies] | No |
mld_snooping_policies (ndo.tenant_templates.tenant_policies)
Section titled “mld_snooping_policies (ndo.tenant_templates.tenant_policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| description | String | Regex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$ | No | |
| admin_state | Boolean | true, false | No | false |
| fast_leave_control | Boolean | true, false | No | false |
| querier_control | Boolean | true, false | No | false |
| querier_version | Choice | v1, v2 | No | v2 |
| query_interval | Integer | min: 1, max: 18000 | No | 125 |
| query_response_interval | Integer | min: 1, max: 25 | No | 10 |
| last_member_query_interval | Integer | min: 1, max: 25 | No | 1 |
| start_query_interval | Integer | min: 1, max: 18000 | No | 31 |
| start_query_count | Integer | min: 1, max: 10 | No | 2 |
Examples
Section titled “Examples”Example-1: The example below shows a tenant policy template called TP1 that is created under the tenant NDO1 and the site APIC1. The MLD snooping policy MLD1 is defined with all attributes configured. Admin state is enabled, fast leave and querier control are enabled, querier version is v2, and custom query intervals are set.
ndo: tenant_templates: tenant_policies: - name: TP1 tenant: NDO1 sites: - APIC1 mld_snooping_policies: - name: MLD1 description: MLD Snooping Policy 1 admin_state: true fast_leave_control: true querier_control: true querier_version: v2 query_interval: 200 query_response_interval: 15 last_member_query_interval: 5 start_query_interval: 50 start_query_count: 3