OcNOS-SP : System Management Guide : System Management Command Reference : Interface Commands : delay-measurement dynamic twamp
delay-measurement dynamic twamp
This command will start the measurement on the interface by using the "interfaces" profile.
The user should be aware that the IP used as a reflector IP must be a directly connected IP.
In case hostname needs to be used, the user must be sure about the hostnames configured in the network.
In case the user configures the delay-measurement with a certain hostname and then the hostname entry in the DNS changes, the delay-measurement must be unconfigured and configured again for the new configuration to take effect (a clear command would not be sufficient in this situation)
Use the no form of this command to stop the delay measurement.
Command Syntax
delay-measurement dynamic twamp reflector-ip (HOSTNAME | X:X::X:X | A.B.C.D) (reflector-port <1025-65535>|) (sender-ip (HOSTNAME | X:X::X:X | A.B.C.D)|) (dscp WORD|)
no delay-measurement dynamic twamp reflector-ip (HOSTNAME | X:X::X:X | A.B.C.D)
Parameters
twamp
This parameter specifies the protocol to be used to do the measurement. It is the only protocol available in this implementation. The subsequent parameters in this command are specific to the protocol chosen (TWAMP).
reflector-ip
Specify the reflector ip/hostname used to send the TWAMP packets to
HOSTNAME
The hostname of the reflector
X:X::X:X
The ip address of the reflector
A.B.C.D
The ip address of the reflector
reflector-port
specify the UDP port of the TWAMP reflector
<1025-65535>
The reflector port value
sender-ip
Specify the IP used to send the TWAMP packets from (must be an IP configured on the current interface)
HOSTNAME
The hostname of the reflector
X:X::X:X
The ip address of the reflector
A.B.C.D
The ip address of the reflector
dscp
Specify the dscp value used during this measurement
WORD
The dscp value
Command Mode
Interface mode
Applicability
This command was introduced in OcNOS version 5.1.
Example
(config)#
(config)#interface xe7
(config-if)#delay-measurement dynamic twamp reflector-ip 23.1.1.2 sender-ip 23.1.1.1 dscp 24
(config-if)#commit
 
 
(config-if)#no delay-measurement dynamic twamp reflector-ip 23.1.1.2
(config-if)#commit
 
 
 
Last modified date: 10/19/2023