The display twamp-light responder test-session command displays real-time measurement session information on the TWAMP Light Responder.
Parameter | Description | Value |
---|---|---|
verbose | Displays details about all measurement sessions on the TWAMP Light Responder. | - |
session-id | Displays details about the specified measurement session on the TWAMP Light Responder. | The value is an integer that ranges from 1 to 5. |
After the performance measurement function is enabled, you can run this command to view measurement session information on the TWAMP Light Responder if you want to check the measurement session configuration or locate the fault in measurement.
# Display the summary of all measurement sessions.
<HUAWEI> display twamp-light responder test-session
Total number : 2
--------------------------------------------------------------------------------
ID Local-IP Local-Port Remote-IP Remote-Port
--------------------------------------------------------------------------------
1 10.1.1.2 10000 10.2.2.2 20000
2 10.1.1.3 10001 10.2.2.3 20001
# Display details about all measurement sessions.
<HUAWEI> display twamp-light responder test-session verbose
Session ID : 1
Local IP : 10.1.1.2
Local Port : 10000
Remote IP : 10.2.2.2
Remote Port : 20000
Mode : unauthenticated
VPN Instance : test
Description : -
Session ID : 2
Local IP : 10.1.1.3
Local Port : 10001
Remote IP : 10.2.2.3
Remote Port : 20001
Mode : unauthenticated
VPN Instance : shuai
Description : -
# Display details about the specified measurement session.
<HUAWEI> display twamp-light responder test-session 1
Session ID : 1
Local IP : 10.1.1.2
Local Port : 10000
Remote IP : 10.2.2.2
Remote Port : 20000
Mode : unauthenticated
VPN Instance : test
Description : -
Item | Description |
---|---|
Total number | Total number of sessions. |
ID/Session ID | Session ID. |
Local-IP/Local IP | IP address of the session Responder. |
Local-Port/Local Port | UDP port number of the session Responder. |
Remote-IP/Remote IP | IP address of the session Sender. |
Remote-Port/Remote Port | UDP port number of the session Sender. |
Mode | Authentication mode. The value unauthenticated indicates that authentication is disabled. |
VPN Instance | VPN instance name. If the VPN instance name is not specified, the value of this field is empty. |
Description | Session description. |