This document describes the parameters that affect the operation of the LLC interface on a particular Ringnode in your workstation. For information about enabling the Smart II Software interfaces and using a SMART.CFG file, see TechNote 06608.
If you are using SMART.CFG to configure your Smart II Software, then place the LLC parameters in the [LLC] section or the [CARD] section. Table 1 tells you which parameters can go in either section, and which must go in the [LLC] section.
The following example displays part of a SMART.CFG containing some of the LLC parameters.
[HOST] ; Host parameters here
[CARD] ; First Card section
[LLC] ; Install the LLC interface
rx.size = 2130
saps = 2
Parameter Abbrev Section
NODE.ADDRESS NA [CARD] or [LLC] FRAME.SIZE FS [CARD] or [LLC] SAPS SA [CARD] or [LLC] EXTRA.SAPS ES [CARD] or [LLC] STATIONS ST [CARD] or [LLC] EXTRA.STATIONS EST [CARD] or [LLC] PCS [LLC] RX.SIZE RX [LLC]
If you are configuring your Smart II Software from the command line, you can put the LLC parameters anywhere. However, we recommend that you put them all together.
A sample command line, which enables an LLC interface with a receive size of 1024 bytes, is shown below.
Example: SMART LLC RX=1024
This section describes the LLC parameters.
Range: 100 - 17960
Default: 2130
Abbreviation: RX
Example: RX=1024
Example: PCS
Range: 200 - 17960
Abbreviation: FS
Example: FS=1024
You can specify the node address without a keyword.
You can use any valid hexadecimal number in the range 400000000000 to 7FFFFFFFFFFF.
Ensure that every adapter in your network has a different node address.
Range: 400000000000 - 7FFFFFFFFFFF
Abbreviation: NA or (blank)
Example 1: NA=400012345678
Example 2: 400012345678
There is a minimum value for the sum of SAPS and EXTRA.SAPS. If the sum comes to 5 or less, the number of Service Access Points you can open at any one time remains 5.
Range: 0 - 127
Default: 2
Abbreviation: SA
Example: SA=27
There is a minimum value for the sum of SAPS and EXTRA.SAPS. If the sum comes to 5 or less, the number of Service Access Points you can open at any one time remains 5.
Range: 0 - 127
Default: 3
Abbreviation: ES
Example: ES=27
If you enable the NetBIOS interface, NetBIOS uses all of the links that you specify with the STATIONS parameter. If you disable the NetBIOS interface, all of these links are available to other LLC applications.
There is a minimum value for the sum of STATIONS and EXTRA.STATIONS. If the sum comes to 20 or less, the number of links you can open at any one time remains 20.
The sum of STATIONS and EXTRA.STATIONS must not exceed
255.
Range: 0 - 254
Default: 32
Abbreviation: ST
Example: ST=27
NetBIOS uses all of the links you specify with the STATIONS parameter. Those that you specify using EXTRA.STATIONS are available for other LLC applications.
The default value of 3 allows you to use an LLC workstation application that requires one link. You could use the other two links to connect to a 3270 attachment program, to an AS400 direct attachment program, or to a bridge.
There is a minimum value for the sum of STATIONS and EXTRA.STATIONS. If the sum comes to 20 or less, the number of links you can open at any one time remains 20.
The sum of STATIONS and EXTRA.STATIONS must not exceed 255.
Range: 0 - 254
Default: 3
Abbreviation: EST
Example: EST=27