PIM Policy
Location in GUI: Tenants » XXX » Policies » Protocol » PIM
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| pim_policies | List | [pim_policies] | No |
pim_policies (apic.tenants.policies)
Section titled “pim_policies (apic.tenants.policies)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | Yes | |
| auth_key | Any | String[min: 1, max: 130] | No | |
| auth_type | Choice | none, ah-md5 | No | none |
| designated_router_delay | Integer | min: 1, max: 65535 | No | 3 |
| designated_router_priority | Integer | min: 1, max: 4294967295 | No | 1 |
| hello_interval | Integer | min: 1, max: 18724286 | No | 30000 |
| join_prune_interval | Integer | min: 60, max: 65520 | No | 60 |
| mcast_dom_boundary | Boolean | true, false | No | false |
| passive | Boolean | true, false | No | false |
| strict_rfc | Boolean | true, false | No | false |
| join_prune_filter_policy_in | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
| join_prune_filter_policy_out | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No | |
| neighbor_filter_policy | String | Regex: ^[a-zA-Z0-9_.:-]{1,64}$ | No |
Examples
Section titled “Examples”apic: tenants: - name: ABC policies: pim_policies: - name: PIM1 passive: true auth_type: ah-md5 auth_key: C1sco123 designated_router_delay: 100 designated_router_priority: 100 hello_interval: 100 join_prune_interval: 60 join_prune_filter_policy_out: MRM1 join_prune_filter_policy_in: MRM2 neighbor_filter_policy: MRM1