show rtp-stat traceroute

Last Updated : Nov 06, 2012 |

Displays the automatic session traceroute result. You can filter the results according to subnet address or rtp-statistics session index. If the RTP statistics application is enabled (see rtp-stat-service), the Branch Gateway VoIP engine issues a UDP traceroute for every active RTP session. The traceroute is performed 10 seconds after the session begins. A traceroute is not performed if there is another active session to the same destination for which a traceroute was already performed within the last 5 seconds.

Syntax

show rtp-stat traceroute [{session session-id] | destination-ip remote-subnet remote-subnet-mask [last Last-N] } ]

Parameters

Parameter

Description

Possible Values

Default Value

session-id

The index of a specific RTP statistics session

remote-subnet

The remote subnet address

remote-subnet-mask

The remote subnet mask

last

Keyword indicating to display only the last N entries in the history

last-N

The number of entries in the history to display

User level

read-only

Context

general

Example

To display the automatic session traceroute result, filtered by subnet address with remote subnet 10.2.5.0 and remote subnet mask 255.255.255.0:

Gxxx-001(super)# show rtp-stat traceroute destination-ip 10.2.5.0 
255.255.255.0
Session ID: 1234
From: 123.21.11.5, To: 10.2.4.15, At: 2004-12-26,12:21:55
TTL HOP ADDRESS       DELAY 
--- ---------------  -------- 
 1  123.21.11.1         2ms  
 2  212.201.233.102    65ms  
 3  213.21.51.12      110ms
 4  10.2.4.15         175ms
Session ID: 1234
From: 123.21.11.5, To: 10.2.4.5, At: 2004-12-26,13:30:15
TTL HOP ADDRESS       DELAY 
--- ---------------  -------- 
 1  123.21.11.1         2ms 
 2  212.201.233.102    65ms 
 3  213.21.51.12      110ms 
 4  10.2.4.5          145ms 

Output fields:

Field

Description

Session ID

The RTP statistics index for the RTP session

From

The IP address of the Branch Gateway

To

The IP address of the session destination (in this case, a destination within the specified subnet)

At

The time the traceroute is performed

TTL

The hop count and TTL field value of probe packets

HOP ADDRESS

The hop IP address

DELAY

The round trip time per probe packet. Three probe packets are sent per hop address, and the displayed value is the average of the three round-trip times. An asterisk (*) indicates that the probe packets timed out.