delay-measurement a-bit-delay-threshold

Use this command to advertise average link delay between two directly connected IS-IS/OSPF neighbors.

a-bit-threshold represents the Anomalous (A) bit. The A bit is set when the static value exceeds its configured maximum threshold. The A bit is cleared when the static value falls below its configured reuse threshold.

Use the no parameter with this command to unset uni-link-delay on the current interface.

Command Syntax

Copy
delay-measurement a-bit-delay-threshold min <1-16777215> max <1-16777215>))
no delay-measurement a-bit-delay-threshold

Parameters

min

Reuse threshold

<1-16777215>

Reuse threshold value in microseconds

max

Maximum threshold

<1-16777215>

Maximum threshold value in microseconds

Default

None

Command Mode

Interface mode

Applicability

This command was introduced in OcNOS version 5.0.

Examples

Copy
#configure terminal
(config)#interface eth1 
(config-if)#delay-measurement a-bit-delay-threshold min 11 max 22 
(config-if)#no delay-measurement a-bit-delay-threshold