Expand Configuration and Management Manual (H06.21+, J06.10+)

Expand Modifiers
Expand Configuration and Management Manual 529522-013
16 - 12
L2TIMEOUT n
The result of this algorithm is the point at which the Expand line-handler process will
declare the line unusable and begin rerouting. For most networks the result will be a
value that allows you to bridge 10-second to 30-second network outages.
L2TIMEOUT n
Default: 100 (1.00 second) for direct-connect lines
200 (2.00 seconds) for satellite-connect lines
Units: 0.01 seconds
Range: 20 through 32767
This Layer 2 modifier is applicable to direct-connect and satellite-connect line-handler
processes only. This modifier specifies the length of time, in one-hundredth of a
second increments, that the Expand line-handler process will wait for a response to a
request at Layer 2 before retrying. (The number of retries is determined by the
L2RETRIES modifier.)
You can calculate the value of the L2TIMEOUT modifier using this algorithm:
((txw + 1) * fsz * 16) / (lspd / 100)) + (2 * dl) + 10
where txw is the TXWINDOW modifier value, fsz is the FRAMESIZE modifier value,
lspd is the line speed in bits per second (actual, not configured), and dl is the DELAY
modifier value. The result of this algorithm should be the worst-case possible delay for
a successful transmission. However, you should remember that a limit less than 0.5
seconds can be affected by vendor rerouting over alternate facilities, and a limit greater
than 0.5 seconds can seriously affect recovery times in case of actual failure.
When the multipacket frame feature or variable packet size feature is used, the value
specified for the L2TIMEOUT modifier should be based on the transmission time
required for the larger configured PATHBLOCKBYTES or PATHPACKETBYTES
modifier value rather than on the configured FRAMESIZE modifier value.
When the multipacket frame feature is used, you can calculate the value of the
L2TIMEOUT
modifier using this algorithm:
(((txw + 1) * pathblockbytes * 8) / (lspd / 100)) + (2 * dl) + 10
When the variable packet size feature is used, you can calculate the value of the
L2TIMEOUT modifier using this algorithm:
(((txw + 1) * pathpacketbytes * 8) / (lspd / 100)) + (2 * dl) + 10
Note. The L2TIMEOUT modifier is the time interval t
hat the Expand line-handler process will
wait for a response to a request at Layer 2 before retrying. You can modify the Layer 2 timeout
using the L2TIMEOUT modifier.