mplsTEService
The mplsTEService table represents an MPLS TE service and includes relevant protocol data. This MPLS TE service runs on a device, as modeled in the hostedService table. Each row in this table corresponds to a single hosted MPLS TE service. MPLS TE configured devices will host only one MPLS TE service, which in turn can support multiple MPLS TE tunnels.
The following table describes the mplsTEService table.
Column name | Type | Constraints | Description |
---|---|---|---|
entityId | 32-bit integer | Foreign Key Not Null |
The identifier of an MPLS TE service from the entityData table. |
numTunnelsConfigured | 32-bit integer | The number of configured tunnels represented by this service. | |
numTunnelsActive | 32-bit integer | The number of active tunnels represented by this service. | |
teDistributionProtos | 30-character string | Names of the TE distribution protocols in use by the service. | |
maxNumTunnelHops | 32-bit integer | Maximum number of hops a TE tunnel is allowed to make. |