IGMP Snooping Policy
Location in GUI: Tenants » XXX » Policies » Protocol » IGMP Snoop
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| igmp_snooping_policies | List | [igmp_snooping_policies] | No |
igmp_snooping_policies (apic.tenants.policies)
Section titled “igmp_snooping_policies (apic.tenants.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 | true |
| last_member_query_interval | Integer | min: 1, max: 25 | No | 1 |
| query_interval | Integer | min: 1, max: 18000 | No | 125 |
| query_response_interval | Integer | min: 1, max: 25 | No | 10 |
| start_query_count | Integer | min: 1, max: 10 | No | 2 |
| start_query_interval | Integer | min: 1, max: 18000 | No | 31 |
| fast_leave | Boolean | true, false | No | false |
| querier | Boolean | true, false | No | false |
Examples
Section titled “Examples”Example-1: This is a single example of an IGMP Sooping Policy where the IGMP Sooping Policy IGMP-SNOOP1 is configured under tenant ABC. This sample illustrates a configuration where IGMP Fast Leave and Querier are enabled.
apic: tenants: - name: ABC policies: igmp_snooping_policies: - name: IGMP-SNOOP1 fast_leave: true querier: trueExample-2: This is a single example of an IGMP Sooping Policy where the IGMP Sooping Policy IGMP_Snooping_Disabled is configured under tenant ABC. This sample illustrates a configuration where IGMP Snooping is disabled.
apic: tenants: - name: ABC policies: igmp_snooping_policies: - name: IGMP_Snooping_Disabled admin_state: false