The display twamp-light responder test-session command displays real-time statistics about a TWAMP Light test session on a Responder.
| Parameter | Description | Value |
|---|---|---|
| verbose | Displays detailed statistics about a TWAMP Light test session on a Responder. | - |
| session-id | Displays real-time statistics about a specific TWAMP Light test session. | - |
After proactive or on-demand measurement is enabled, to check real-time statistics about a TWAMP Light test session on a Responder, run the display twamp-light responder test-session command.
# Display the brief information about all test sessions.
<sysname> display twamp-light responder test-session
Total number : 5 -------------------------------------------------------------------------------- ID Local-IP Local-Port Remote-IP Remote-Port -------------------------------------------------------------------------------- 2 1.1.1.2 10000 2.2.2.2 20000 3 1.1.1.3 10000 2.2.2.2 20000 4 1.1.1.4 10000 2.2.2.2 20000 5 1.1.1.5 10000 2.2.2.2 20000 6 1.1.1.6 10000 2.2.2.2 20000
| Item | Description |
|---|---|
| Total number | Total number of test sessions |
| ID | Test session ID |
| Local-IP | IP address of a Responder |
| Local-Port | UDP port number of a Responder |
| Remote-IP | IP address of a Controller |
| Remote-Port | UDP port number of a Controller |
# Display detailed information about all test sessions.
<sysname> display twamp-light responder test-session verbose
Session ID : 1
Local IP : 1.1.1.2
Local Port : 10000
Remote IP : 2.2.2.2
Remote Port : 20000
Mode : unauthenticated
VPN Instance :
Description : test
Session ID : 2
Local IP : 1.1.1.3
Local Port : 10000
Remote IP : 2.2.2.2
Remote Port : 20000
Mode : unauthenticated
VPN Instance :
Description : test
| Item | Description |
|---|---|
| Session ID | Test session ID |
| Mode | Authentication mode (Currently only unauthenticated is supported.) |
| VPN Instance | L3VPN instance name |
| Description | Description of a test session |
# Display detailed information about a specified test session.
<sysname> display twamp-light responder test-session 1
Session ID : 1 Local IP : 2.2.2.2 Local Port : 2010 Remote IP : 1.1.1.1 Remote Port : 2001 Mode : unauthenticated VPN Instance : Description : test