Skip to content

MLD Snooping Policy

Location in GUI: Tenant Template » Tenant Policies » MLD Snooping Policy

Diagram
NameTypeConstraintMandatoryDefault Value
mld_snooping_policiesList[mld_snooping_policies]No

mld_snooping_policies (ndo.tenant_templates.tenant_policies)

Section titled “mld_snooping_policies (ndo.tenant_templates.tenant_policies)”
NameTypeConstraintMandatoryDefault Value
nameStringRegex: ^[a-zA-Z0-9_.:-]{1,64}$Yes
descriptionStringRegex: ^[a-zA-Z0-9\\!#$%()*,-./:;@ _{|}~?&+]{1,128}$No
admin_stateBooleantrue, falseNofalse
fast_leave_controlBooleantrue, falseNofalse
querier_controlBooleantrue, falseNofalse
querier_versionChoicev1, v2Nov2
query_intervalIntegermin: 1, max: 18000No125
query_response_intervalIntegermin: 1, max: 25No10
last_member_query_intervalIntegermin: 1, max: 25No1
start_query_intervalIntegermin: 1, max: 18000No31
start_query_countIntegermin: 1, max: 10No2

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