Configuring LLC2 Properties
For basic DLSw configuration, include the
llc2statement at the [edit interfacesinterface-nameunitlogical-unit-numberfamily] hierarchy level. All other LLC2 statements that follow are optional and should be used only if recommended by support or a services professional to solve specific problems or for specific network designs.To configure logical link control properties, include the
llc2statement:llc2{ack-delay-timetime;ack-maxcount;idle-time time;local-windowcount;max-retrycount;p-bit-timeout time;t1-timetime;t2-timetime;trej-timetime;}}You can include this statement at the following hierarchy levels:
[edit interfacesinterface-nameunitlogical-unit-numberfamily]- [
edit logical-routerslogical-router-nameinterfacesinterface-nameunitlogical-unit-numberfamily]You can configure the following LLC options:
ack-delay-time—The maximum time allowed for incoming Information-frames (I-frames) to remain unacknowledged. Specify the number of milliseconds from 1 through 60000. The default value is 100 milliseconds.ack-max—The maximum number of I-frames received before acknowledgement is sent. Specify the number of I-frames from 1 through 127.The default value is 3 I-frames.idle-time—The number of seconds that a TCP connection between DLSw peers will stay up without any circuit using the connection. Specify the number of seconds from 1 through 60000. The default value is 10 seconds.local-window—The maximum number of I-frames to send before waiting for acknowledgement. Specify the number of I-frames from 1 through 127. The default value is 7 I-frames.max-retry—The number of retries the router should attempt when waiting for a response. Specify the number of I-frames from 1 through 127. The default value is 10 I-frames.p-bit-timeout—The length of time the router waits for response to a poll bit. Specify the number of milliseconds from 1 through 60000. The default value is 3000 milliseconds.t1-time—The length of tim VPN- e the router waits for an acknowledgment of transmitted frames. Specify the number of milliseconds from 1 through 60000. The default value is 1000 milliseconds.
t2-time—The length of time the router withholds the I-frame response. Specify the number of milliseconds from 1 through 60000. The default value is 100 milliseconds.- trej-time—Q.391-specific timer for T310, in seconds. Specify the number of milliseconds from 1 through 60000. The default value is 3000 milliseconds.