A tunnel is established over a link and has communication with a peer. A peer can be a Gateway (edge to Cloud traffic), Hub (edge to data center traffic) or Edge (dynamic edge-to-edge VPN traffic). The Tunnel Stats template captures the stats of a tunnel and it is sent every one minute. The linkUUID field lists the link established for the tunnel. The interfaceIndex field says to which peer it is communicating.
Difference between Tunnel and Path
Path is a unidirectional entity and tunnel is bi-directional. TX and RX paths make up a tunnel.
- Only connected tunnels will be exported. If a tunnel goes DEAD, this tunnel’s stats will not be exported from the next export interval. For example: if the tunnel stats template export interval is 300 seconds and the tunnel was exported at time t1 and tunnel goes down at t1+100. Stats between (t1 and t1+100) will be exported at t1+300. And from the next interval, this tunnel’s stats will not be exported since the tunnel has gone DEAD.
- Number of tunnels down events will be exported as part of tunnel stats template.
- Formula for Loss computation:
- TX Loss Percent = ((packetsLostDeltaTxCount) / (packetsLostDeltaTxCount + packetsLostCompDeltaTxCount)) * 100
- RX Loss Percent = ((packetsLostDeltaRxCount) / (packetsLostDeltaRxCount + packetsLostCompDeltaRxCount)) * 100
Template ID: 258
Element ID | Name | Type | Description | Applicable Edge Release |
---|---|---|---|---|
12 | destinationIPv4Address |
Ipv4Address |
This is destination Ipv4 address of tunnel. |
3.4.0 |
45008 (12240) |
linkUUID |
octetArray(16) |
This is link UUID on which tunnel is established. This value points to entry in link option template (276). |
3.4.0 |
10 | interfaceIndex |
Unsigned32 |
This value identifies a peer. This value points to entry in interface option template (272). |
3.4.0 |
1 | octetsDeltaTxCount |
Unsigned64 |
Total bytes transmitted on this path. |
3.4.0 |
2 | packetsDeltaTxCount |
Unsigned64 |
Total packets transmitted out of this path. |
3.4.0 |
45079 (12311) |
packetsLostDeltaTxCount |
Unsigned64 |
Total packets lost on this path. |
3.4.0 |
45083 (12315) |
txLossPercent |
Float32 |
Loss percentage in this TX path. |
3.4.0 |
45058 (12290) |
jitterTxMs |
Unsigned32 |
Tx average jitter of path in configured interval period. |
3.4.0 |
45060 (12292) |
avgLatencyTxMs |
Unsigned32 |
Average TX latency of path in configured interval period. |
3.4.0 |
32769 |
octetDeltaRxCount_rev |
Unsigned64 |
Total bytes received on this path. |
3.4.0 |
32770 |
packetsDeltaRxCount_rev |
Unsigned64 |
Total packets received on this path. |
3.4.0 |
45011 (12243) |
packetsLostDeltaRxCount |
Unsigned64 |
Total packets lost on this path. |
3.4.0 |
45084 (12316) |
rxLossPercent |
Float32 |
Loss percentage in this RX path. |
3.4.0 |
45061 (12293) |
jitterRxMs |
Unsigned32 |
RX average jitter of path in configured interval period. |
3.4.0 |
45063 (12295) |
avgLatencyRxMs |
Unsigned32 |
Average RX latency of path in configured interval period. |
3.4.0 |