List all Traffic Engineered tunnels

This database query shows the names of the Traffic Engineered (TE) tunnels that have been discovered, and the domain they are associated with.

Example

1] SELECT      e.entityName, e.displayLabel, d.domainName
2] FROM        entityData e
3] INNER JOIN  entityType t on t.entityType = e.entityType
4] INNER JOIN  domainMgr d on d.domainMgrId = e.domainMgrId
5] WHERE       t.typeName = 'MPLS TE Tunnel';

Results

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

Table 1. Results of the query 

entityName

displayLabel

domainName

172.20.1.6_MPLS_TE_Tunnel_Idx_10_Inst_0

172.20.1.6 Tunnel10 10:0

NCOMS

172.20.1.6_MPLS_TE_Tunnel_Idx_10_Inst_12

172.20.1.6 Tunnel10 10:12 Primary

NCOMS

172.20.1.7_MPLS_TE_Tunnel_Idx_12_Inst_0

172.20.1.7 Tunnel12 12:0

NCOMS

172.20.1.7_MPLS_TE_Tunnel_Idx_12_Inst_13

172.20.1.7 Tunnel12 12:13 Primary

NCOMS

172.20.1.7_MPLS_TE_Tunnel_Idx_50_Inst_0

172.20.1.7 Tunnel50 50:0

NCOMS

172.20.1.7_MPLS_TE_Tunnel_Idx_50_Inst_12

172.20.1.7 Tunnel50 50:12 Primary

NCOMS