EIGRP Interface Policy
Location in GUI: Tenants » XXX » Policies » Protocol » EIGRP » EIGRP Interface
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policies (apic.tenants)
Section titled “policies (apic.tenants)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| eigrp_interface_policies | List | [eigrp_interface_policies] | No |
eigrp_interface_policies (apic.tenants.policies)
Section titled “eigrp_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 | |
| passive_interface | Boolean | true, false | No | false |
| split_horizon | Boolean | true, false | No | true |
| self_nexthop | Boolean | true, false | No | true |
| bfd | Boolean | true, false | No | false |
| hello_interval | Integer | min: 1, max: 65535 | No | 5 |
| hold_interval | Integer | min: 1, max: 65535 | No | 15 |
| bandwidth | Integer | min: 0, max: 256000000 | No | 0 |
| delay | Integer | min: 0, max: 4294967295 | No | 0 |
| delay_unit | Choice | tens-of-micro, pico | No | tens-of-micro |
Examples
Section titled “Examples”Simple example:
apic: tenants: - name: ABC policies: eigrp_interface_policies: - name: EIP1Full example:
apic: tenants: - name: ABC policies: eigrp_interface_policies: - name: EIP1 description: My Desc bfd: false self_nexthop: true passive_interface: false split_horizon: true hello_interval: 5 hold_interval: 15 bandwidth: 0 delay: 0