OcNOS-SP : System Management Guide : System Management Command Reference : Interface Commands : loss-measurement uni-link-loss
loss-measurement uni-link-loss
Use this command to advertise the loss (as a packet percentage) between two directly connected IS-IS/OSPF neighbors.
The A bit is set when the measured value of this parameter exceeds its configured maximum threshold. The A bit is cleared when the measured value falls below its configured reuse threshold.
Use the no parameter with this command to unset uni-link-loss on the current interface.
Command Syntax
loss-measurement uni-link-loss ((static VALUE) | (a-bit-threshold min VALUE max VALUE))
no loss-measurement uni-link-loss (static | a-bit-threshold)
Parameter
static
Static value
VALUE
Loss percentage in six precision float format. eg: 3.123456
a-bit-threshold
Threshold values to set/clear A-bit
min
Reuse threshold
VALUE
Reuse threshold percentage in six precision float format. eg:3.123456
max
Maximum threshold
VALUE
Maximum threshold percentage in six precision float format. eg:3.123456
Command Mode
Interface mode
Applicability
This command was introduced in OcNOS version 5.0.
Examples
#configure terminal
(config)#interface eth1
(config-if)#loss-measurement uni-link-loss static 12.3
(config-if)#no loss-measurement uni-link-loss static
(config-if)#loss-measurement uni-link-loss a-bit-threshold min 1.12 max 2.2
(config-if)#no loss-measurement uni-link-loss a-bit-threshold
 
Last modified date: 10/19/2023