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.
entityName |
displayLabel |
domainName |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|