HSRP Interface Policy
Location in GUI: Tenants » XXX » Policies » Protocol » HSRP » HSRP Interface Policies
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| hsrp_interface_policies | List | [hsrp_interface_policies] | No |
hsrp_interface_policies (apic.tenants.policies)
Section titled “hsrp_interface_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 | |
| bfd_enable | Boolean | true, false | No | false |
| use_bia | Boolean | true, false | No | false |
| delay | Integer | min: 0, max: 10000 | No | 0 |
| reload_delay | Integer | min: 0, max: 10000 | No | 0 |
Examples
Section titled “Examples”Simple example:
apic: tenants: - name: ABC policies: hsrp_interface_policies: - name: HSRP_IF1 bfd_enable: trueFull example:
apic: tenants: - name: ABC policies: hsrp_interface_policies: - name: HSRP_IF1 description: My HSRP Interface Policy bfd_enable: true use_bia: false delay: 5 reload_delay: 10