PAM Management Programming Manual

Commands and Responses
PAM Management Programming Manual—142481
5-24
INFO PORT Command
INFO PORT Command
INFO PORT is a nonsensitive command that returns the current attribute information for
the specified port.
ZPAM-MAP-INFO-PORT is an extensible structured token that contains the current
attribute information for the specified port.
This token has the token number ZPAM-TNM-INFO-PORT and the DDL definition
ZPAM-DDL-INFO-PORT. It is present in every INFO PORT response record.
ZPAM-MAP-INFO-PORT contains the following fields:
ZADDR
is the address for all traffic through the port. For Ethernet-type ports, this is the
PROTOCOL_TYPE field of the raw Ethernet header. For LLC1-type ports, this is
the DLSAP found in inbound frames and the SLSAP found in outbound frames. The
value specified can have up to four hexadecimal digits.
ZMAC-ADDR
is an optional 6-byte group MAC address, which makes this port a group port. The
adapter listens for frames that contain this group address at the MAC level instead of
frames that contain the individual station MAC address. Several adapters can have
the same group MAC address and all of them will receive any frames sent to that
address. Note that this group address overrides the adapter’s default individual
station MAC address only as far as this particular port is concerned. The group
MAC address specified can have up to 12 hexadecimal digits. This attribute is not
supported for token ring LLC1 ports.
Additional Tokens in Response Buffer
ZPAM-MAP-INFO-PORT
def ZPAM-DDL-INFO-PORT.
02 ZADDR type ZSPI-DDL-INT. !r
02 ZMAC-ADDR-IP type ZSPI-DDL-BOOLEAN. !r
02 ZMAC-ADDR type ZSPI-DDL-BYTE !-IP
occurs 6 times.
02 ZDELIV-MODE-IP type ZSPI-DDL-BOOLEAN !r
02 ZDELIV-MODE type ZSPI-DDL-INT. !r
02 ZMAX-REQ-SIZE type ZSPI-DDL-INT. !r
02 ZDATA-FWD-TIME type ZSPI-DDL-TIMESTAMP.!r
02 ZDATA-FWD-CNT type ZSPI-DDL-INT. !r
02 ZLLC2-ENABLED type ZSPI-DDL-ENUM !r
02 ZMAX-SESS type ZSPI-DDL-INT. !r
02 ZMAX-REQ-SIZE2 type ZSPI-DDL-INT. !r
02 ZDATA-FWD-TIME2 type ZSPI-DDL-TIMESTAMP.!r
02 ZDATA-FWD-CNT2 type ZSPI-DDL-INT. !r
end.