pimService
The pimService table represents a Protocol Independent Multicast (PIM) service and includes relevant protocol data.
The following table describes the pimService table.
| Column name | Type | Constraints | Description |
|---|---|---|---|
| entityId | 32-bit integer | Foreign key Not null |
The identifier of a PIM service entity from the entityData table. |
| joinPruneInterval | 32-bit integer | The PIM join/prune message interval (in seconds). | |
| isRP | 8-bit integer | Indicates whether the service is known to be acting as a Rendezvous Point for one or more Multicast Groups. | |
| isCRP | 8-bit integer | Indicates whether the service acts as a Candidate Rendezvous Point for one or more Multicast Groups. | |
| isBSR | 8-bit integer | Indicates whether the service is known to be acting as a Bootstrap Router. | |
| isCBSR | 8-bit integer | Indicates whether the service acts as a Candidate Bootstrap Router. | |
| isDR | 8-bit integer | Indicates whether the service acts as a Designated Router. |