PAM Management Programming Manual

Commands and Responses
PAM Management Programming Manual142481
5-22
INFO LINE Command
INFO LINE Command
INFO LINE is a nonsensitive command that returns the current attribute information for
the specified line.
ZPAM-MAP-INFO-LINE is an extensible structured token that contains the current
attribute information for the specified line.
This token has the token number ZPAM-TNM-INFO-LINE and the DDL definition
ZPAM-DDL-INFO-LINE. It is present in every INFO LINE response record. ZPAM-
MAP-INFO-LINE contains the following fields:
ZMAX-FS-REQ-SIZE
specifies the maximum size of file-system request buffers accepted by the PAM
process. The maximum size is 32767 bytes. The default size is 4096 bytes.
ZLIF-NAME
specifies the name of the logical interface (LIF) to the ServerNet LAN Systems
Access (SLSA) subsystem used by the line.
ZLIF-TYPE
specifies the type of LIF used by the line. Valid values are TOKENRING and
ETHERNET.
ZLIF-MAC-ADDR
specifies the 6-byte media access control (MAC) address of the adapter.
Additional Tokens in Response Buffer
ZPAM-MAP-INFO-LINE
def ZPAM-DDL-INFO-LINE.
02 ZMAX-FS-REQ-SIZE type ZSPI-DDL-INT. !r
02 ZLIF-NAME type ZSPI-DDL-CHAR. !r
occurs 8 times.
02 ZLIF-TYPE type ZSPI-DDL-INT. !r
02 ZLIF-MAC-ADDR type ZSPI-DDL-BYTE. !r
occurs 6 times.
end.