Show performance data for a Traffic Engineered tunnel

This query shows performance data for a tunnel.

Example

1] SELECT eTun.entityName, res.maxRate, res.meanRate, res.maxBurstSize, res.meanBurstSize
2] FROM entityData eTun
3] INNER JOIN dependency d ON d.dependentEntityId = eTun.entityId
4] INNER JOIN mplsTETunnelResource res ON res.entityId = d.independentEntityId
5] WHERE eTun.entityName = '172.20.1.7_MPLS_TE_Tunnel_Idx_50_Inst_12';

Results

The following table provides an example of part of the result set for this query.

Table 1. Results of the query 

entityName

172.20.1.7_MPLS_TE_Tunnel_Idx_50_Inst_12

maxRate

100000

meanRate

100000

maxBurstSize

1000

meanBurstSize

1