IGMP Snooping Policy
Location in GUI:
Tenants
» XXX
» Policies
» Protocol
» IGMP Snoop
Diagram
Classes
policies (apic.tenants)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
igmp_snooping_policies | List | [igmp_snooping_policies] | No |
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 |
expected_state | Class | [expected_state] | No |
expected_state (apic.tenants.policies.igmp_snooping_policies)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
minimum_health | Integer | min: 0 , max: 100 | No | |
maximum_critical_faults | Integer | min: 0 | No | |
maximum_major_faults | Integer | min: 0 | No | |
maximum_minor_faults | Integer | min: 0 | No |
Examples
apic:
tenants:
- name: ABC
policies:
igmp_snooping_policies:
- name: IGMP-SNOOP1
fast_leave: true
querier: true