PIM
Diagram
Section titled “Diagram”Classes
Section titled “Classes”routing (nxos.devices.configuration)
Section titled “routing (nxos.devices.configuration)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| pim | Class | [pim] | No |
loopbacks (nxos.devices.configuration.interfaces)
Section titled “loopbacks (nxos.devices.configuration.interfaces)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| pim | Class | [pim] | No |
vlans (nxos.devices.configuration.interfaces)
Section titled “vlans (nxos.devices.configuration.interfaces)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| pim | Class | [pim] | No |
ethernets (nxos.devices.configuration.interfaces)
Section titled “ethernets (nxos.devices.configuration.interfaces)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| pim | Class | [pim] | No |
pim (nxos.devices.configuration.routing)
Section titled “pim (nxos.devices.configuration.routing)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| vrfs | List | [vrfs] | No |
pim (nxos.devices.configuration.interfaces.loopbacks)
Section titled “pim (nxos.devices.configuration.interfaces.loopbacks)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| admin_state | Boolean | true, false | Yes | |
| bfd | Choice | none, enabled, disabled | No | |
| dr_priority | Integer | min: 1, max: 4294967295 | No | |
| passive | Boolean | true, false | No | |
| sparse_mode | Boolean | true, false | No |
vrfs (nxos.devices.configuration.routing.pim)
Section titled “vrfs (nxos.devices.configuration.routing.pim)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| vrf | String | Yes | ||
| admin_state | Boolean | true, false | No | true |
| bfd | Boolean | true, false | No | |
| rps | List | [rps] | No | |
| anycast_rp_local_interface | String | No | ||
| anycast_rp_source_interface | String | No | ||
| anycast_rps | List | [anycast_rps] | No |
rps (nxos.devices.configuration.routing.pim.vrfs)
Section titled “rps (nxos.devices.configuration.routing.pim.vrfs)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| address | IP | Yes | ||
| group_range | IP | No | ||
| bidir | Boolean | true, false | No | |
| override | Boolean | true, false | No |
anycast_rps (nxos.devices.configuration.routing.pim.vrfs)
Section titled “anycast_rps (nxos.devices.configuration.routing.pim.vrfs)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| address | IP | Yes | ||
| set_address | IP | Yes |
Examples
Section titled “Examples”nxos: devices: - name: Device1 configuration: routing: pim: vrfs: - name: default rps: - address: 1.2.3.4 group_range: 232.0.0.0/8 bidir: true interfaces: ethernets: - id: 1/14 pim: sparse_mode: true