Considerations
LINK_STATION_OEM_SPECIFIC_DATA=(
OEM_LINK_DATA=(
OEM_DATA=010000000400000004000000030000000F00000001000000
OEM_DATA=0A000000DE01A8C0
)
)
010000000400000004000000030000000F000000010000000A000000DE01A8C0
For
IPv4:
010000000400000004000000030000000F000000010000000A000000DE01A8C0
For
IPv6:
010000000400000004000000030000000F000000010000000A00000015000000
323030323A3937613A3533633A3A3937613A35336300
Then
break that into 4-byte words:
01000000
04000000
04000000
03000000
0F000000
01000000
0A000000
DE01A8C0
Reverse the order of the bytes, as follows:
00000001
00000004
00000004
00000003
0000000F
00000001
0000000A
C0A801DE
The fields are as follows:
00000001: Link Type—only value allowed
00000004: DSAP (Remote SAP)
00000004: SSAP (Local SAP)
00000003: XID retry count (Connect retry count)
0000000F: XID retry timer (Connect timer)
00000001: Reserved
0000000A: Liveness timer (Inactivity timer)
C0A801DE: IP address (Remote IPv4 address)
00000015: Length of IPv6 address or host name
000000323030323A3937613A3533633A3A3937613A35336300:
IPv6 Address (2002:97a:53c::97a:53c).
- All values are in hexadecimal notation.
- The names in parentheses are the parameter labels in the EEDLC Connection tab of the EEDLC link station definition in the SNA Node Configuration tool.
- Other than the IP address, all the values shown are the default values. There is no default IP address.
- When you change one of these values in the Node Configuration tool and save to the .ACG file, the relevant byte of OEM_DATA is changed in the configuration file.
- The IPv6 address can be a numeric address like above or can be a remote host name. If numeric address entered has the ":" then Communications Server for Windows treat it as a IPv6 address.
C0: 192
A8: 168
01: 1
DE: 222
LINK_STATION_OEM_SPECIFIC_DATA=(
OEM_LINK_DATA=(
OEM_DATA=010000000400000004000000030000000F00000001000000
OEM_DATA=0A000000150000006C6F63616C686F73742E6C6F63616C64
OEM_DATA=6F6D61696E00
)
)
Concatenation produces the following:
010000000400000004000000030000000F000000010000000A000000
150000006C6F63616C686F73742E6C6F63616C646F6D61696E00
Breaking
it up into words and swapping bytes (except the host name) produces
the following:
00000001: Link Type—only value allowed
00000004: DSAP (Remote SAP)
00000004: SSAP (Local SAP)
00000003: XID retry count (Connect retry count)
0000000F: XID retry timer (Connect timer)
00000001: Reserved
0000000A: Liveness timer (Inactivity timer).
The range of valid values is 1–255 seconds.
00000015: Length of IPv6 address
6C6F63616C686F73742E6C6F63616C646F6D61696E:
Host name (localhost.localdomain)
00: End of host name marker