Table Of Contents
IBM Channel Attach Commands
adapter
channel-protocol
claw
client (lu limit)
client (lu nailing)
cmpc
csna
dlur
dlus-backup
generic-pool
idle-time
interface channel
ip precedence
ip tos
keepalive
lan
link
lsap
max-llc2-sessions
maximum-lus
name
offload
preferred-nnserver
pu (DLUR)
pu (direct)
show extended channel cmpc
show extended channel connection-map llc2
show extended channel csna
show extended channel icmp-stack
show extended channel ip-stack
show extended channel llc2
show extended channel max-llc2-sessions
show extended channel statistics
show extended channel subchannel
show extended channel tcp-connections
Syntax Description
Command Mode
Usage Guidelines
Sample Display
Related Commands
show extended channel tcp-stack
show extended channel tg
show extended channel tn3270-server
show extended channel tn3270-server client-ip-address
show extended channel tn3270-server dlur
show extended channel tn3270-server dlurlink
show extended channel tn3270-server nailed-ip
show extended channel tn3270-server pu
show extended channel tn3270-server pu lu
show extended channel udp-listeners
show extended channel udp-stack
show interfaces channel
shutdown
tcp-port
tg
tn3270-server
timing-mark
unbind-action
vrn
IBM Channel Attach Commands
Use the commands in this chapter to configure IBM channel attach interface features. For hardware technical descriptions and for information about installing the router interfaces, refer to the hardware installation and maintenance publication for your particular product.
For interface configuration information and examples, refer to the "Configuring IBM Channel Attach" chapter of the Bridging and IBM Networking Configuration Guide.
For a conversion table of the modular products and Cisco 7000 family processors, refer to the "Platform Support" appendix of the Configuration Fundamentals Command Reference.
adapter
Use the adapter internal LAN configuration command to configure an internal adapter interface on an internal LAN. Use the no form of this command to remove an internal adapter configuration.
adapter adapter-number mac-address
no adapter adapter-number mac-address
Syntax Description
adapter-number
|
Number in the range 0 to 17 that uniquely identifies the relative adapter number (ADAPNO) on this interface. This value must correspond to the ADAPNO parameter configured in the corresponding virtual telecommunications access method (VTAM) XCA definition.
|
mac-address
|
Media access control (MAC) address of this relative adapter. This is a hexadecimal value in the form of xxxx.xxxx.xxxx.
|
Default
This command has no defaults.
Command Mode
Internal LAN configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.0.
Before you can configure an internal adapter interface, you must use the bridge-group internal LAN configuration command or the source-bridge internal LAN configuration command to configure the bridging type. The only way to get packets to the Channel Interface Processor (CIP) Systems Network Architecture (SNA) feature is through bridging. These two commands are identical to their interface configuration forms.
For transparent bridging, the bridge-group statements identify the interfaces in the same bridge group. Frames are sent only to the interface in the same bridge group.
For source-route bridging, the source-bridge statements identify the interfaces in the same ring group. Frames are sent only to interfaces in the same ring group.
An Ethernet internal LAN can have a bridge-group command.
A Token Ring or FDDI internal LAN can have either a bridge-group or a source-bridge command, but not both.
Note
If the source-bridge command is changed while adapters have active sessions, those sessions will be terminated.
Example
The following example configures an Ethernet internal LAN adapter on relative adapter 12 and MAC address 87AD.0462.3FDE:
adapter 12 87AD.0462.3FDE
Related Commands
You can use the master indexes or search online to find documentation of related commands.
bridge-group
llc2
name
source-bridge
lan
channel-protocol
Use the channel-protocol interface configuration command to define a data rate of either 3 megabytes per second or 4.5 megabytes per second for the Parallel Channel Adapter (PCA) card.
channel-protocol [s | s4]
Syntax Description
s
|
(Optional) Specifies a data rate of 3 megabytes per second.
|
s4
|
(Optional) Specifies a data rate of 4.5 megabytes per second.
|
Default
If no value is specified, the default data rate for the PCA is 3 megabytes per second.
Command Mode
Interface configuration
Usage Guideline
This command first appeared in Cisco IOS Release 10.3.
This command is valid for a PCA adapter card configured on a CIP on the Cisco 7000 with RSP7000 and Cisco 7500 series.
Example
The following command specifies a data rate of 4.5 megabytes per second for the interface:
claw
Use the claw interface configuration command to establish the IBM channel attach configuration for an ESCON Channel Adapter (ECA) interface or bus-and-tag Parallel Channel Adapter (PCA) interface on the Cisco 7000 with RSP7000 and Cisco 7500 series.
claw path device-address ip-address host-name device-name host-app device-app [broadcast]
Syntax Description
path
|
Hexadecimal value in the range 0x0000 to 0xFFFF. This value specifies the data path and consists of two digits for the physical connection (either on the host or on the ESCON director switch); one digit for the control unit logical address, and one digit for the channel logical address. If not specified in the IOCP, the control unit logical address and channel logical address default to 0.
|
device-address
|
Hexadecimal value in the range 0x00 to 0xFE. This is the unit address associated with the control unit number and path as specified in the host IOCP file. The device address must have an even value.
|
ip-address
|
IP address specified in the HOME statement of the host TCP/IP application configuration file.
|
host-name
|
Host name specified in the device statement in the host TCP/IP application configuration file.
|
device-name
|
CLAW workstation name specified in the device statement in the host TCP/IP application configuration file.
|
host-app
|
Host application name as specified in the host application file. When connected to the IBM TCP host offerings, this value will be tcpip, which is the constant specified in the host TCP/IP application file. When attached to other applications, this value must match the value hard coded in the host application.
|
device-app
|
CLAW workstation application specified in the host TCPIP application. When connected to the IBM TCP host offerings, this value will be tcpip, which is the constant specified in the host TCP/IP application file. When attached to other applications, this value must match the value hard coded in the host application.
|
broadcast
|
(Optional) Enables broadcast processing for this subchannel.
|
Default
This command has no defaults.
Command Mode
Interface configuration
Usage Guideline
This command first appeared in Cisco IOS Release 10.3.
This command defines information that is specific to the interface hardware and the IBM channels supported on the interface.
Example
The following example shows how to enable IBM channel attach routing on the CIP port 0, which is supporting a directly connected ESCON channel:
ip address 198.92.0.1 255.255.255.0
claw 0100 00 198.92.0.21 CISCOVM EVAL TCPIP TCPIP
client (lu limit)
Use the client TN3270 configuration command to limit the number of LU sessions that can be established from a client IP address. Use the no form of this command to remove a single LU limit associated with a particular IP address.
client [ip [ip-mask]] lu maximum number
no client [ip [ip-mask]] [lu maximum number]
Syntax Description
ip
|
(Optional) IP address of the client. The ip value is optional when setting the maximum number of LU sessions. If no IP address is specified then the limit is applied to all clients.
|
ip-mask
|
(Optional) IP network mask for the client. The default is 255.255.255.255
|
number
|
(Optional and ignored in no form of the command) Maximum number of LU sessions. The allowed value is from 0 to 65535.
|
Default
The default is that there is no limit on the number of concurrent sessions to one client IP address.
In the no form of this command, the default number is 65535.
Command Mode
TN3270 configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2 BC.
An instance of the client (lu limit) command on a given tn3270-server is uniquely identified by the ip-mask and the logical AND of the ip address with that mask. For example, if the command is entered as the following:
client 10.1.1.62 255.255.255.192 lu maximum 2
then it will be stored (and subsequently displayed by write term) as:
client 10.1.1.0 255.255.255.192 lu maximum 2
The maximum specified on the command can be changed simply by reissuing the command with the new value. It is not necessary to remove the command first.
When you use the no client command, only the corresponding client lu maximum statement is removed, as identified by the IP address and IP address mask combination. You cannot use no client to specify an unlimited number of LU sessions.
For example, if a service bureau has 8000 clients and each client IP address is limited to four LU sessions, you will never need more than 32000 concurrent LU definitions even when the service is running at 100 percent capacity.
Examples
The following example limits all clients to a maximum of two LU sessions:
The following example limits a client at IP address 10.1.1.28 to a maximum of three LU sessions:
client 10.1.1.28 lu maximum 3
The LU limit can be applied to different subnets as shown in the following example. The most exact match to the client IP address is chosen. Clients with IP addresses that reside in the subnet 10.1.1.64 (those with IP addresses in the range of 10.1.1.64 through 10.1.1.127) are limited to a maximum of 5 LU sessions while other clients with IP addresses in the subnet 10.1.1.0 are limited to a maximum of 4 LU sessions.
client 10.1.1.0 255.255.255.0 lu maximum 4
client 10.1.1.64 255.255.255.192 lu maximum 5
The following example prevents an LU session for the client at IP address 10.1.1.28:
client 10.1.1.28 lu maximum 0
Related Commands
You can use the master indexes or search online to find documentation of related commands.
maximum-lus
client (lu nailing)
Use the client TN3270 PU configuration mode command to define a range of locaddrs to be reserved for remote devices. Use the no form of this command to cancel this definition.
client [printer] ip ip-address [mask] lu first-locaddr [last-locaddr]
no client [printer] ip ip-address [mask] lu first-locaddr [last-locaddr]
Syntax Description
printer
|
(Optional) Specifies that a client connection from the nailed IP addresses will be nailed to one of the specified LUs only if the client-session negotiates a model type of 328n, where n is any alphanumeric character. Moreover, it ensures that a printer matching the IP address condition can only use an LU nailed as a printer LU.
If the printer keyword is not specified for any client statement that has this IP address set, all model types can use this range of LUs.
|
ip-address
|
Specifies remote client IP address.
|
mask
|
The mask applied to the remote device address. Multiple client IP addresses in the same subnet can be nailed to the same range of locaddrs.
|
first-locaddr
|
Defines a single locaddr to nail.
|
last-locaddr
|
(Optional) Defines the end range of inclusive locaddrs to be nailed from first-locaddr to last-locaddr.
|
Default
The default is that no LUs are nailed. They are all available to any client.
Command Mode
TN3270 PU configuration mode
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2 BC.
Multiple statements can be configured for one IP address or nail type either on one PU or multiple PUs. But each LU can only appear in one client statement.
A client with a nailed IP address can request one of the nailed LUs via the TN3270 device name. If the requested LU is not available then the connection is rejected.
A client with a nailed IP address cannot request an LU outside the range of nailed LUs for its type (screen or printer).
A client with a non-nailed IP address cannot request an LU that is configured as nailed.
The command will be rejected if some of the locaddrs are already nailed. If the locaddrs are currently in use by other remote clients, the nailing statement will take effect only when the locaddr is made available.
To cancel the definition, the no client form of the command must be entered exactly as the client command was originally configured. If a range of locaddrs was specified, to cancel this definition the whole range of locaddrs must be specified. There is no way to cancel only one locaddr if a whole range of locaddrs was configured.
Examples
In the following example, locaddrs 1 to 50 are reserved for remote devices in the 171.69.176.0 subnet:
client ip 171.69.176.28 255.255.255.0 lu 1 50
In the following example, locaddrs 1 to 40 are reserved for screen devices in the 171.69.176.0 subnet, while 41 to 50 are reserved for printers in that subnet:
client ip 171.69.176.28 255.255.255.0 lu 1 40
client printer ip 171.69.176.28 255.255.255.0 lu 41 50
In the following example, there is an attempt to cancel a definition but this is rejected because it does not specify the full range of locaddrs and the second attempt fails to specify the correct nail type:
client printer ip 171.69.176.50 255.255.255.0 lu 1 100
no client printer ip 171.69.176.50 255.255.255.0 lu 1
%Invalid LU range specified
no client ip 171.69.176.50 255.255.255.0 lu 1 100
%client ip 171.69.176.50 nail type not matched with configured nail type printer
cmpc
Use the cmpc interface configuration command to configure a CMPC read subchannel and a CMPC write subchannel. Use the no form of this command to remove a subchannel definition and to deactivate the transmission group.
cmpc path device tg-name {read | write}
no cmpc path device
Syntax Description
path
|
A four-digit hexadecimal value ranging from 0x0000 to 0xFFFF. For PCA (Bus and Tag) use the value 0x0100.
|
device
|
A two-digit hexadecimal value that specifies the device address of the CPMC subchannel.
|
tg-name
|
The name of the CMPC transmission group. The maximum length of the name is 8 characters.
|
{read | write}
|
The same value, read or write, as specified in the TRL major node.
|
Default
No default is specified.
Command Mode
Interface configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2 F.
The hexadecimal path value specifies the data path and consists of two digits for the physical connection (either on the mainframe or on the ESCON Director Switch), one digit for the channel logical address, and one digit for the control unit address.
Each cmpc configuration command in a given CMPC transmission group specifies the same transmission group name. The corresponding tg command specifies the same transmission group name. Together, the cmpc and tg commands make up the transmission group specification.
The cmpc command defines the read/write subchannel addresses that CMPC uses to connect to the host. The command corresponds to the definitions in theTRL major node on the host. Configure the CMPC command on the CIP physical interfaces, slot/0 or slot/1, and not on the CIP internal LAN interface, slot/2. Because CMPC uses read and write subchannel pairs, you can configure the CMPC subchannels on different CIP physical interfaces as long as they are on the same CIP.
The no cmpc command deactivates the CMPC transmission group. If the transmission group is used for a non-HPR connection, all sessions using the TG will be terminated immediately. If the transmission group is an HPR connection, all sessions using the transmission group will be terminated if no other HPR connection is available to the host.
Example
The following example configures a read and a write subchannel on path C020 for the CMPC transmission group named CONFIGE:
cmpc C020 F8 CONFIGE READ
cmpc C020 F9 CONFIGE WRITE
Related Commands
You can use the master indexes or search online to find documentation of related commands.
tg
csna
Use the csna interface configuration command to specify the path and device/subchannel on a physical channel of the Cisco 7000 with RSP7000 and Cisco 7500 series router to communicate with an attached mainframe. Use the no form of this command to delete the CIP SNA (CSNA) path.
csna path device [maxpiu value] [time-delay value] [length-delay value]
no csna path device
Syntax Description
path
|
Four-digit hexadecimal value in the range 0x0000 to 0xFFFF. This value specifies the data path and consists of two digits for the physical connection (either on the mainframe or on the ESCON director switch): one digit for the control unit address, and one digit for the channel logical address. The control unit address and channel logical address must be specified. For PCA, use the value 0x0100.
|
device
|
Device address transmitted on the channel path to select the channel-attached device. For PCA (bus-and-tag), this value refers to the subchannel defined in the XCA major node on the host system.
|
maxpiu value
|
(Optional) Maximum packet size in bytes that will be transmitted on the interface. The range is 4096 to 65535. The default is 20470 bytes.
|
time-delay value
|
(Optional) Number of milliseconds to delay before transmitting a received packet on the interface. The range is 0 to 100. The default is 10 ms.
|
length-delay value
|
(Optional) Amount of data to accumulate, in bytes, before transmitting on the interface. The range is 0 to 65535. The default is 20470 bytes.
|
Defaults
maxpiu value: 20470 (0x4ff6) bytes
time-delay value: 10 ms
length-delay value: 20470 (0x4ff6) bytes
Command Mode
Interface configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.0.
This command is valid for an ESCON or PCA card configured on a CIP on the Cisco 7000 with RSP7000 and Cisco 7500 series. This command is required for CSNA support over a physical channel.
Use the maxpiu, time-delay, and length-delay keywords to adjust the CIP interface transmission characteristics. You can set the maximum size of packet that the interface will transmit to match the packet size accepted by the host system. You can adjust the delay between the time a packet is received on one of the CIP internal interfaces and transmitted to the host. You can also adjust the transmit-to-host delay by changing the amount of data the CIP accumulates before transmitting to the host.
Changes to the delay values take effect immediately. Any change to the maximum packet size will take effect after the channel is reinitialized. A length-delay value of 0 sends the packet as soon as possible.
Using the no csna command terminates all subchannels (path and devices) configured on the channel and all Logical Link Control, type 2 (LLC2) sessions established over the subchannels.
Example
The following example shows CSNA, offload, and CLAW configured on the CIP in slot 1, port 0. CSNA can be configured by itself, without dependency on offload or CLAW:
offload c700 c0 172.18.1.217 TCPIP OS2TCP TCPIP TCPIP TCPIP API
claw C700 A0 192.18.1.219 EVAL CISCOVM AAA BBB
dlur
Use the dlur TN3270 configuration command to enable the Systems Network Architecture (SNA) session switch function on the CIP, or to enter dependent logical unit requester (DLUR) configuration mode. Use the no form of this command to disable the SNA session switch function and discard all parameter values associated with the SNA session switch.
dlur
dlur fq-cpname fq-dlusname
no dlur
Syntax Description
fq-cpname
|
Fully qualified control point (CP) name used by the SNA session switch and the logical unit (LU) name for the DLUR function. This name must be unique among APPN nodes in the network including other fq-cpname values specified on all other TN3270 servers running under the Cisco IOS software.
|
fq-dlusname
|
Fully qualified name of the primary choice for the dependent LU server (DLUS). This is the name of an LU, usually a CP, in an APPN host. The fq-dlusname value can be repeated and shared across servers.
|
Default
No DLUR function is enabled.
Command Mode
TN3270 configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
If the SNA session switch function is already enabled, the dlur command with no arguments puts you in DLUR configuration mode.
Several parameters in the DLUR configuration mode consist of fully qualified names, as defined by the APPN architecture. Fully qualified names consist of two case-insensitive alphanumeric strings, separated by a period. However, for compatibility with existing APPN products, including VTAM, the characters "#" (pound), "@" (at), and "$" (dollar) are allowed in the fully qualified name strings. Each string is from one to eight characters long; for example, RA12.NODM1PP. The portion of the name before the period is the NETID and is shared between entities in the same logical network.
The no dlur command hierarchically deletes all resources defined beneath it.
Example
The following command performs two functions: It enters DLUR configuration mode; and it enables the DLUR function and defines the LU name for the DLUR as SYD.TN3020 and the primary choice for DLUS as SYD.VMG. Note that the NETID portion of both names is the same:
dlus-backup
Use the dlus-backup DLUR configuration command to specify a backup DLUS for the DLUR function. Use the no form of this command to remove a backup DLUS name.
dlus-backup dlusname2
no dlus-backup
Syntax Description
dlusname2
|
Fully qualified name of the backup DLUS for the DLUR.
|
Default
No backup DLUS is specified.
Command Mode
DLUR configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
Only one backup DLUS can be specified per CIP. If the backup DLUS specified in the dlus-backup command is in use when a no dlus-backup is issued, the connection is not torn down.
Several parameters in the DLUR configuration mode consist of fully qualified names, as defined by the APPN architecture. Fully qualified names consist of two case-insensitive alphanumeric strings, separated by a period. However, for compatibility with existing APPN products, including VTAM, the characters "#" (pound), "@" (at), and "$" (dollar) are allowed in the fully qualified name strings. Each string is from one to eight characters long; for example, RA12.NODM1PP. The portion of the name before the period is the NETID and is shared between entities in the same logical network.
Example
The following command specifies SYD.VMX as the backup DLUS:
generic-pool
Use the generic-pool TN3270 configuration command to specify whether or not left-over LUs will be made available to TN3270 sessions that do not request a specific LU or LU pool through TN3270E. Use the no form of this command to selectively remove the permit or deny condition of generic pool use.
generic-pool {permit | deny}
no generic-pool
Syntax Description
permit
|
Left-over LUs should be made available to TN3270 users wanting generic sessions. This value is the default.
|
deny
|
Left-over LUs should not be given to a generic pool. The physical unit (PU) is not automatically fully populated with 255 LOCADDR definitions. The default is the value configured in TN3270 configuration mode.
|
Defaults
In TN3270 configuration mode, generic pool use is permitted.
In PU configuration mode, the default is the value currently configured in TN3270 configuration mode.
Command Modes
TN3270 configuration
PU configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
A left-over LU is defined as one for which all of the following conditions are true:
•
The system services control point (SSCP) did not send an ACTLU during PU start-up; and
•
The PU controlling the LU is capable of carrying product set ID (PSID) vectors on network management vector transport (NMVT) messages, thus allowing dynamic definition of dependent LU (DDDLU) operation for that LU.
All LUs in the generic pool are, by definition, DDDLU capable.
Values entered for generic-pool in TN3270 configuration mode apply to all PUs for that TN3270 server but can be changed in PU configuration mode.
In PU configuration mode, a no generic-pool command will restore the generic-pool value entered in TN3270 command mode.
In TN3270 configuration mode, the no generic-pool command reverts to the default, which permits generic pool use.
The command takes effect immediately. If generic-pool deny is specified on a PU, no further dynamic connections to it will be allowed. Existing sessions are unaffected, but as they terminate the LUs will not become available for dynamic connections.
Similarly, if generic-pool permit is specified, any inactive LUs are immediately available for dynamic connections. Moreover, any active LUs that were dynamic previously (before generic-pool deny was issued) return to being dynamic.
Example
The following command permits generic LU pool use:
idle-time
Use the idle-time TN3270 configuration command to specify how many seconds of LU inactivity, from both host and client, before the TN3270 session is disconnected. Use the no form of this command to cancel the idle time period and return to the default.
idle-time seconds
no idle-time
Syntax Description
seconds
|
Number of seconds, from 0 to 65535. A value of 0 means the session is never disconnected.
|
Defaults
The default in TN3270 configuration mode is that the session is never disconnected (0).
The default in PU configuration mode is the value currently configured in TN3270 configuration mode.
Command Modes
TN3270 configuration
PU configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
The idle-time command can be entered in either TN3270 configuration mode or PU configuration mode. A value entered in TN3270 mode applies to all PUs for that TN3270 server, except as overridden by values entered in PU configuration mode.
A no idle-time command entered in PU configuration mode will restore the idle-time value entered in TN3270 command mode.
The idle-time command affects currently active and future TN3270 sessions. For example, if the idle-time value is reduced from 900 seconds to 600 seconds, sessions that have been idle for between 600 and 900 seconds are immediately disconnected.
Note
For the purposes of idle-time logic, TIMING-MARKs generated by the keepalive logic do not constitute "activity."
Examples
The following command sets an idle-time disconnect value of 10 minutes:
The following command entered in TN3270 configuration mode sets the default idle-time disconnect value to 0, or never disconnect:
interface channel
Use the interface channel global configuration command to specify a channel attach interface and enter interface configuration mode.
interface channel slot/port
Syntax Description
slot
|
Specifies the slot number where the CIP is located. The value is in the range 0 to 5.
|
port
|
Specifies the port number where the CIP is located. The value is in the range 0 to 2. Port 0 and 1 are for physical interfaces. Port 2 is for configuring an internal LAN interface on the CIP.
|
Default
This command has no defaults.
Command Mode
Global configuration
Usage Guideline
This command first appeared in Cisco IOS Release 11.0. It is used only on the Cisco 7000 with RSP7000 and Cisco 7500 series.
Example
The following example shows how to enter interface configuration mode for a CIP in slot 2 and begin configuring port 0:
Related Commands
You can use the master indexes or search online to find documentation of related commands.
claw
cmpc
csna
lan
max-llc2-sessions
offload
tn3270-server
ip precedence
Use the ip precedence command to specify the precedence level for IP traffic in the TN3270 server. The no form of this command removes the precedence value.
ip precedence {screen | printer} value
no ip precedence {screen | printer}
Syntax Description
screen
|
Specifies the precedence is for screen devices.
|
printer
|
Specifies the precedence is for printer devices.
|
value
|
Sets the precedence priority. A value between 0 and 7, with 7 being the highest priority. The default is 0.
|
Default
The default is a precedence value of 0 for both screens and printers.
Command Mode
TN3270 server configuration mode
TN3270 PU configuration mode
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2 BC.
Precedence values applied in TN3270 PU configuration mode override values applied in TN3270 server configuration mode.
You can enter new or different values for IP precedence without first using the no form of this command.
During initial Telnet negotiations to establish, or bind, the session an IP precedence value of 0 and IP TOS value of 0 is used. These values are used until the bind takes place. When the session is a type 2 bind, the TN3270 client is assumed to be a screen; otherwise the client is assumed to be a printer.
Example
The following example assigns a precedence value of 3 to printers:
Related Commands
You can use the master indexes or search online to find documentation of related commands.
ip tos
ip tos
Use the ip tos command to specify the TOS level for IP traffic in the TN3270 server. The no form of this command removes the TOS value.
ip tos {screen | printer} value
no ip tos {screen | printer}
Syntax Description
screen
|
Specifies the TOS is for screen devices.
|
printer
|
Specifies the TOS is for printer devices.
|
value
|
Sets the TOS priority. A value between 0 and 15. The default is 0.
|
Default
The default is a TOS value of 0 for both screens and printers.
Command Mode
TN3270 server configuration mode
TN3270 PU configuration mode
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2 BC.
TOS values applied in TN3270 PU configuration mode override values applied in TN3270 server configuration mode.
The default TOS values for screen and printer are 0. However, RFC 1349 recommends different default values. Specifically, the RFC recommends a default minimize screen delay value of 8 and a default maximize printer throughput value of 4. You must configure these values using the ip tos command if you want to comply to the defaults as stated in the RFC. shows the values described in RFC 1349.
Table 63 TOS Defined Values
Value
|
Definition
|
Action
|
0
|
All normal.
|
Use default metric.
|
8
|
Minimize delay.
|
Use delay metric.
|
4
|
Maximize throughput.
|
Use default metric.
|
2
|
Maximize reliability.
|
Use reliability metric.
|
1
|
Minimize monetary cost.
|
Use cost metric.
|
Other
|
Not defined.
|
Reserved for future use.
|
During initial Telnet negotiations to establish, or bind, the session, an IP precedence value of 0 and IP TOS value of 0 is used. These values are used until the bind takes place. When the session is a type 2 bind, the TN3270 client is assumed to be a screen; otherwise the client is assumed to be a printer.
When you use the no form of the command, the TOS value is either set to 0 for that configuration mode or the value set at a previous (higher) configuration mode is used. For example, if you are at the TN3270 PU configuration mode and issue a no ip tos screen command, any value you configured previously at the TN3270 server configuration mode will take effect.
You can enter new or different values for TOS without first using the no form of this command.
Example
In the following example, the TN3270 server TOS screen value is set to 10 and a specific PU TOS screen value is set to 0:
interface channel 3/2
tn3270-server
ip tos screen 8
ip tos printer 4
pu PUS2
ip tos screen 0
Related Commands
You can use the master indexes or search online to find documentation of related commands.
ip precedence
keepalive
Use the keepalive TN3270 configuration command to specify how many seconds of inactivity elapse before transmission of a DO TIMING-MARK to the TN3270 client. Use the no form of this command to cancel the keepalive period and return to the default.
keepalive seconds
no keepalive
Syntax Description
seconds
|
Number of seconds, from 0 to 65535. A value of 0 means no keepalive signals are sent. The default is 1800 seconds (30 minutes).
|
Defaults
The default in TN3270 configuration mode is 1800 seconds (30 minutes).
The default in PU configuration mode is the value currently configured in TN3270 configuration mode.
Command Modes
TN3270 configuration
PU configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
The keepalive command can be entered in either TN3270 configuration mode or PU configuration mode. A value entered in TN3270 mode applies to all PUs for that TN3270 server, except as overridden by values entered in PU configuration mode. A no keepalive command entered in PU configuration mode will restore the keepalive value entered in TN3270 command mode.
If the client does not reply within 30 minutes of the transmission of the DO TIMING-MARK, the TN3270 server disconnects the TN3270 session. The DO TIMING-MARK is a Telnet protocol operation that does not affect the client operation.
If the IP path to the client is broken, the TCP layer will detect the failure to acknowledge the DO TIMING-MARK and initiate disconnection. This action will usually take much less than 30 minutes.
The keepalive command affects currently active and future TN3270 sessions. For example, reducing the value to a smaller nonzero value will cause an immediate burst of DO TIMING-MARKs on those sessions that have been inactive for a period of time greater than the new, smaller value.
The keepalive command can be used to determine whether power-off Reply product set ID (PSID) network management vector transport (NMVT) is sent to the host. With the default value, the power-off Reply PSID NMVT is not sent. Increasing the value to 50000 or above will enable the sending of power-off Reply PSID NMVT. If the configured value is greater than 50000, the keepalive function uses a value equal to 50000 less than the configured value.
Examples
The following command sets an keepalive disconnect value of 15 minutes (900 seconds):
The following example entered in TN3270 configuration mode sets the keepalive disconnect value to 51800 seconds, a value greater than 50000, and enables the sending of power-off Reply product set ID (PSID) network management vector transport (NMVT) to the host.
The following command entered in TN3270 configuration mode sets the keepalive disconnect value to 1800 seconds, the default:
lan
Use the lan interface configuration command to configure an internal LAN on a CIP interface. Use the no form of the command to remove an internal LAN interface.
lan type lan-id
no lan type lan-id
Syntax Description
type
|
Interface type for this internal LAN: ethernet, tokenring, or fddi.
|
lan-id
|
A number 0 to 31 that uniquely identifies this internal LAN on this CIP. This value must be unique between all internal LANs of the same interface type on a CIP.
|
Default
This command has no defaults.
Command Mode
Interface configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.0.
An internal LAN can be configured only on CIP interface port 2. Interface port 2 represents an internal port on the CIP. You receive an error message if you attempt to configure an internal LAN on any CIP port other than port 2.
Example
The following example shows how to configure an internal LAN Ethernet with a LAN ID of 20 on the CIP in slot 1, port 2:
link
Use the link DLUR SAP configuration command to define and activate a link to a host. Use the no form of this command to delete the link definition.
link name [rmac rmac] [rsap rsap]
no link name
Syntax Description
name
|
Link name, from one to eight alphanumeric characters. The first character must be alphabetic. The name must be unique within the DLUR function.
|
rmac
|
(Optional) Remote MAC address of the form xxxx.xxxx.xxxx in hexadecimal. If not specified, a loopback link to another SAP on the same internal LAN adapter is assumed.
|
rsap
|
(Optional) Remote SAP address, 04 to FC in hexadecimal. The rsap value must be even and should be a multiple of 4, but this requirement is not enforced. The rsap value default is 04.
|
Defaults
No DLUR link is defined.
The default remote SAP address is 04 (hexadecimal).
Command Mode
DLUR SAP configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
The combination of rmac and rsap must be unique within the DLUR SAP function. These values can only be changed by deleting the link definition, using the no link command, and recreating the link definition.
For a link via a channel on this CIP, the TN3270 server and the hosts should open different adapters in the same internal LAN. Using different adapters avoids any contention for SAP numbers, and is also necessary if you configure duplicate MAC addresses for fallback CSNA access to the host. By configuring the adapters in the same internal LAN, you achieve the same performance—bypassing the DLC stacks—as looping back on a single adapter.
Examples
The following command defines a link name and a remote SAP address:
The following example shows different adapter numbers configured on the same internal LAN to avoid SAP contention. The host uses SAP 4 on token ring adapter 0.
link HOST rmac 4000.0000.0001 rsap 4
lsap
Use the lsap DLUR configuration command to create a SAP in the SNA session switch, or to enter DLUR SAP configuration mode. Use the no form of this command to delete a SAP and all SNA session switch links using the internal LAN interface.
lsap
lsap type adapter-number [lsap]
no lsap type adapter-number [lsap]
Syntax Description
type
|
Internal adapter type on the CIP card, which corresponds to the value specified in the lan internal LAN configuration command. The currently supported type is token-adapter.
|
adapter-number
|
Internal adapter interface on the CIP card, which is the same value specified in the adapter internal LAN configuration command.
|
lsap
|
(Optional) Local SAP number, 04 to FC, in hex. The value must be even and should normally be a multiple of four. It must be unique within the internal adapter in that no other 802.2 clients of that adapter, in the router or in a host, should be allocated the same SAP. The default value is C0.
|
Default
The default value for lsap is hexadecimal C0.
Command Mode
DLUR configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
If the SAP in the SNA session switch function is already created, the lsap command with no arguments puts you in DLUR SAP configuration mode.
The lsap command can be entered only in DLUR configuration mode.
The lsap command uses values that are defined in two other commands: the lan internal LAN configuration command and the adapter internal LAN configuration command. The lan type and adapter adapter-number values configured on the CIP internal LAN interface are used in the lsap command.
However, the lan type keyword is a little different. Where the type on the lan command is tokenring, the corresponding type on lsap is token-adapter. This emphasizes that the number that follows is an adapter number, not a lan number.
The no lsap command hierarchically deletes any links using it. Any sessions using those links are lost.
Example
The following command defines an adapter type, an adapter number, and a local SAP:
Related Commands
You can use the master indexes or search online to find documentation of related commands.
adapter
lan
max-llc2-sessions
Use the max-llc2-sessions internal adapter configuration command to specify the number of concurrent LLC2 sessions that will be supported on the CIP interface. Use the no form of this command to remove a value.
max-llc2-sessions number
no max-llc2-sessions number
Syntax Description
number
|
A value in the range 0 to 6000. If no value is specified, the default is 256.
|
Default
The default number of sessions is 256.
Command Mode
Internal adapter configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.0.
The maximum number of LLC2 sessions can be configured only on CIP interface port 2. To specify an unlimited number of LLC2 sessions, either omit this command from the adapter configuration on CIP interface port 2, or use a value of 0.
When configured for an unlimited number of LLC2 sessions, the actual number of sessions is determined by the available memory on the CIP.
Example
The following example limits the maximum number of LLC2 sessions to 212:
maximum-lus
Use the maximum-lus TN3270 configuration command to limit the number of LU control blocks that will be allocated for TN3270 server use. Use the no form of this command to restore the default value.
maximum-lus number
no maximum-lus
Syntax Description
number
|
Maximum number of LU control blocks allowed. The allowed range is 0 to 32000. However, the practical upper limit for concurrently operating TN3270 sessions depends on the hardware and usage characteristics. The default is 2100.
|
Default
Because of the license structure, the default is 2100, which represents the limit of the lower-priced license (2000) plus a five percent buffer. If you configure a value greater than the default, a license reminder is displayed.
Command Mode
TN3270 configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
Although the value may be varied at any time, reducing it below the current number of LU control blocks will not release those blocks until a PU is inactivated by DACTPU or by using the no pu command.
If the number of LUs in use reaches 94% of the current setting of maximum-lus, a warning message is displayed on the console. To prevent annoyance, the threshold for generating such messages is raised for a period.
The TN3270 server attempts to allocate one LU control block for each LU activated by the hosts. In the case of dynamic definition of dependent LU (DDDLU) the control block is allocated when the client requests the LU, in anticipation of an ACTLU from the SSCP host.
By limiting the number of LU control blocks allocated, you can make sure enough memory is available to support other CIP functions. The control blocks themselves take about 1K bytes per LU. During session activity, a further 2K per LU may be needed for data. On a CIP, 32 MB of memory will support 4000 LUs. To support more than 4000 LUs, we recommend 64 MB of memory.
Example
The following command allows 5000 LU control blocks to be allocated:
Related Commands
You can use the master indexes or search online to find documentation of related commands.
client (lu limit)
pu (DLUR)
pu (direct)
name
Use the name internal adapter configuration command to give a name to the internal adapter. Use the no form of the command to remove the name assigned to an internal adapter.
name name
no name name
Syntax Description
name
|
Name that identifies this internal adapter. Consists of up to 8 characters that does not include blanks.
|
Default
This command has no defaults.
Command Mode
Internal adapter configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.0.
Example
The following example assigns a name to an internal adapter interface:
offload
Use the offload interface configuration command to configure an offload task on the CIP. Use the no form of this command to cancel the offload task on the CIP.
offload path device-address ip-address host-name device-name host-app device-app host-link
device-link [broadcast]
no offload path device-address
Syntax Description
path
|
Hexadecimal value in the range 0x0000 to 0xFFFF. This value specifies the data path and consists of two digits for the physical connection (either on the host or on the ESCON director switch): one digit for the control unit address, and one digit for the channel logical address. If not specified in the IOCP, the control unit address and channel logical address default to 0.
|
device-address
|
Hexadecimal value in the range 0x00 to 0xFE. This is the unit address associated with the control unit number and path as specified in the host IOCP file. The device address must have an even value.
|
ip-address
|
IP address specified in the host TCP/IP application configuration file.
|
host-name
|
Host name specified in the device statement in the host TCP/IP application configuration file.
|
device-name
|
CLAW workstation name specified in the device statement in the host TCP/IP application configuration file.
|
host-app
|
Host application name as specified in the host application file. When connected to the IBM TCP host offerings, this value will be tcpip, which is the constant specified in the host TCP/IP application file. When attached to other applications, this value must match the value hard-coded in the host application.
|
device-app
|
CLAW workstation application specified in the host TCP/IP application. When connected to the IBM TCP host offerings, this value will be tcpip, which is the constant specified in the host TCP/IP application file. When attached to other applications, this value must match the value hard-coded in the host application.
|
host-link
|
Host application name providing the CLAW API link. For IBM compatible offload software, this will always be tcpip.
|
device-link
|
CLAW workstation application name providing the CLAW API link. For IBM compatible offload software, this will always be api.
|
broadcast
|
(Optional) Enables broadcast processing for this subchannel.
|
Default
This command has no defaults.
Command Mode
Interface configuration
Usage Guideline
This command first appeared in Cisco IOS Release 11.0.
The offload command uses the same underlying configuration parameters as does the claw command.
Example
The following example shows how to enable IBM channel attach offload routing on the CIP port 0, which is supporting a directly connected ESCON channel:
ip address 198.92.0.1 255.255.255.0
offload 0100 00 198.92.0.21 CISCOVM EVAL TCPIP TCPIP TCPIP API
preferred-nnserver
Use the preferred-nnserver DLUR configuration command to specify a preferred network node (NN) as server. Use the no form of this command to remove the preference.
preferred-nnserver name
no preferred-nnserver
Syntax Description
name
|
A fully qualified name of a NN.
|
Default
This command has no defaults.
Command Mode
DLUR configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
Fully qualified names consist of two case-insensitive alphanumeric strings, separated by a period. However, for compatibility with existing APPN products, including VTAM, the characters "#" (pound), "@" (at), and "$" (dollar) are allowed in the fully qualified name strings. Each string is from one to eight characters long; for example, RA12.NODM1PP. The portion of the name before the period is the NETID and is shared between entities in the same logical network.
When no preferred server is specified, the DLUR will request NN server support from the first suitable node with which it makes contact. If refused, it will try the next one, and so on.
If a preferred server is specified, then DLUR will wait a short time to allow a link to the preferred server to materialize. If the preferred server is not found in that time, any suitable node can be used, as above.
DLUR will not relinquish the current NN server merely because the preferred server becomes available.
Example
The following command selects SYD.VMX as the preferred NN server:
preferred-nnserver SYD.VMX
pu (DLUR)
Use the pu DLUR configuration command to create a PU entity that has no direct link to a host or to enter PU configuration mode. Use the no form of this command to remove the PU entity.
pu pu-name
pu pu-name idblk-idnum ip-address
no pu pu-name
Syntax Description
pu-name
|
Name that uniquely identifies this PU.
|
idblk-idnum
|
This value must match the idblk-idnum value defined at the host. The value must be unique within the subarea; however, the TN3270 server generally cannot tell which remote hosts are in which subareas, so the server only enforces uniqueness within the set of DLUR PUs.
|
ip-address
|
IP address that the clients should use as host IP address to map to LU sessions under this PU.
|
Default
No PU is defined.
Command Mode
DLUR configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
If the PU is already created, the pu pu-name command with no arguments puts you in PU configuration mode. In this mode you can modify an existing PU DLUR entity.
A typical usage for the IP address is to reserve an IP address per host application. For example, clients wanting to connect to TSO specify an IP address that will be defined with PUs that have LOGAPPL=TSO.
Example
The following sequence of commands define three PUs. Two of the PUs share the same IP address and the third PU has a separate IP address:
pu p0 05D99001 192.195.80.40
pu p1 05D99002 192.195.80.40
pu p2 05D99003 192.195.80.41
pu (direct)
Use the pu TN3270 configuration command to create a PU entity that has its own direct link to a host, or to enter PU configuration mode. Use the no form of this command to remove the PU entity.
pu pu-name idblk-idnum ip-address type adapter-number lsap [rmac rmac] [rsap rsap]
[lu-seed lu-name-stem]
no pu pu-name
Syntax Description
pu-name
|
Name that uniquely identifies this PU.
|
idblk-idnum
|
This value must match the IDBLK-IDNUM value defined at the host. The value must be unique within the subarea; however, the TN3270 Server cannot tell which remote hosts are in which subareas and does not enforce the unique value requirement.
|
ip-address
|
IP address that the clients should use as host IP address to map to LU sessions under this PU.
|
type
|
Internal adapter type on the CIP card, which corresponds to the value specified in the lan internal LAN configuration command. The currently supported type is token-adapter.
|
adapter-number
|
Internal adapter interface on the CIP card, which is the same value specified in the adapter internal LAN configuration command.
|
lsap
|
Local SAP number in hexadecimal, ranging from 04 to FC. The value must be even, and must be unique within the internal adapter so that no other 802.2 clients of that adapter, in the router or in a host, should be allocated the same SAP. Other direct links from TN3270 server direct PUs may use the same value on the internal adapter as long as the remote MAC or SAP is different.
|
rmac rmac
|
(Optional) Remote MAC address. The remote MAC address of the form xxxx.xxxx.xxxx hexadecimal, specifying the MAC address of the remote host. If not specified, a loopback link to another SAP on the same internal LAN adapter is assumed.
|
rsap rsap
|
(Optional) Remote SAP address. The remote SAP address is a one- or two-character hexadecimal string, ranging from 04 to FC, specifying the SAP address of the remote host. The default is 04.
|
lu-seed lu-name-stem
|
(Optional) Provides an LU name that the client can use when a specific LU name request is needed. The format can be x...x## or x...x### where x..x is an alphanumeric string. When ## is specified, it is replaced with the LU LOCADDR in hexadecimal digits to form the complete LU name. When ### is specified, decimal digits are used, padded with leading zeroes to make three characters. The first x must be alphabetic and the entire string, including the # symbols, must not exceed 8 characters.
|
Defaults
No PU is defined.
The default remote SAP address is 04 (hexadecimal).
Command Mode
TN3270 configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
If the PU is already created, the pu pu-name command with no arguments puts you in PU configuration mode, where you can modify an existing PU entity.
The pu (direct) command uses values that are defined in two other commands: the lan internal LAN configuration command and the adapter internal LAN configuration command. The lan type and adapter adapter-number values configured on the CIP internal LAN interface are used in the pu command.
For a link via a channel on this CIP, the TN3270 server and the hosts should open different adapters in the same internal LAN. Using different adapters avoids any contention for SAP numbers, and is also necessary if you configure duplicate MAC addresses for fallback CSNA access to the host. By configuring the adapters in the same internal LAN, you achieve the same performance—bypassing the DLC stacks—as looping back on a single adapter.
Examples
The following commands configure the TN3270 server to be active, and has one PU, CAPPU1, trying to connect in. An LU seed using hexadecimal digits is defined.
pu CAPPU1 05D18101 10.14.20.34 token-adapter 3 rmac 4000.0501.0001 lu-seed CAP01L##
The following example shows different adapter numbers configured on the same internal LAN to avoid SAP contention. The host uses SAP 4 on token ring adapter 0.
pu PU1 05d00001 10.0.0.1 token-adapter 1 8 rmac 4000.0000.0001 rsap 4
Related Commands
You can use the master indexes or search online to find documentation of related commands.
adapter
lan
show extended channel cmpc
Use the show extended channel cmpc privileged EXEC command to display information about each CMPC subchannel configured on the specified CIP interface.
show extended channel slot/port cmpc [path [device]]
Syntax Description
slot
|
Slot number.
|
port
|
Port number, which must be 0 or 1.
|
path
|
(Optional) A 4-digit hexadecimal value in the ranging from 0x0000 to 0xFFFF. For PCA (Bus and Tag) use the value 0x0100. If specified, status for all CMPC devices for the specified path will be displayed. If not specified, status for all CMPC devices for all paths under that interface will be displayed.
|
device
|
(Optional) A 2-digit hexadecimal value that specifies a device address of the CPMC subchannel. If specified, only status for that CMPC device will be displayed. If not specified, status for all CMPC devices for the specified path will be displayed.
|
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2 BC.
This command is valid only on the CIP physical interfaces, slot/0 or slot/1.
Sample Display
The following is sample output on a Cisco 7500 router from the show extended channel cmpc command:
router# show extended channel 3/0 cmpc c020
Path Dv TGName Dir Bfrs Status
CMPC C020 46 MVS2ISRA READ 10 Active
CMPC C020 47 MVS2ISRA WRITE 16 Active
CMPC C020 4A MVS2ISR1 READ 7 Active
CMPC C020 4B MVS2ISR1 WRITE 16 Active
CMPC C020 4C MVS2ISR2 READ 7 Active
CMPC C020 4D MVS2ISR2 WRITE 16 Active
CMPC C020 4E MVS2TN READ 0 Inactive
CMPC C020 4F MVS2TN WRITE 0 Inactive
describes the fields shown in the display.
Table 64 Show Extended Channel CMPC Field Descriptions
Field
|
Description
|
Path
|
CMPC channel path configured.
|
Dv
|
CMPC subchannel device configured.
|
TGName
|
Transmission group name configured for the CMPC subchannel.
|
Dir
|
Identifies this CMPC subchannel as READ or WRITE.
|
Bfrs
|
On the read subchannel, this is the number of 4 K-size pages that VTAM has allocated for each Read. This will match the MAXBFRU value configured in the VTAM TRL major node. On the write subchannel, this is the maximum number of 4 K pages VTAM can write to the CIP for a single channel I/O. The value will always be 16 for the write subchannel because the CIP always allows VTAM to write up to 64 KB per channel I/O.
|
Status
|
State of the CMPC subchannel. Valid values are:
• Shutdown—CIP interface for this CMPC subchannel is shut down. In this state, the Bfrs value is not available and will be displayed as zeros.
• Inactive—CMPC subchannel is not active.
• XID2 Pending—XID2 handshaking in progress.
• Active—XID2 exchange completed; CMPC subchannel is active.
|
show extended channel connection-map llc2
Use the show extended channel connection-map llc2 privileged EXEC command to display the number of active LLC2 connections for each SAP and the mapping of the internal MAC adapter and the SAP to the resource that activated the SAP.
show extended channel slot/port connection-map llc2
Syntax Description
slot
|
Slot number.
|
port
|
Port number.
|
connection-map llc2
|
Displays a connection map of LLC2 connections.
|
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 11.0(3).
Sample Display
The following is sample output on the Cisco 7000 from the show extended channel connection-map llc2 command.
router# show extended channel 1/2 connection-map llc2
LAN Token 0 Adapter 0 4000.7000.0747
Local SAP=08 LLC2 Connections=4 CSNA Port=1 Path=C200 Device=60
Local SAP=0C LLC2 Connections=4 CSNA Port=1 Path=C200 Device=60
Local SAP=10 LLC2 Connections=2 CSNA Port=1 Path=C200 Device=60
Local SAP=14 LLC2 Connections=0 CSNA Port=1 Path=C200 Device=60
LAN Token 1 Adapter 1 4000.7000.0767
Local SAP=08 LLC2 Connections=3 CSNA Port=1 Path=C200 Device=61
Local SAP=0C LLC2 Connections=3 CSNA Port=1 Path=C200 Device=61
Local SAP=10 LLC2 Connections=2 CSNA Port=1 Path=C200 Device=61
Local SAP=14 LLC2 Connections=2 CSNA Port=1 Path=C200 Device=61
LAN Token 2 Adapter 2 4000.7000.0737
No SAPs open on this interface
Total : SAPs opened = 8 Connections active = 20
show extended channel csna
Use the show extended channel csna privileged EXEC command to display information about the CSNA subchannels on the Cisco 7000 series.
show extended channel slot/port csna [path [device-address ]] [admin | oper | stats]
Syntax Description
slot
|
Slot number.
|
port
|
Port number.
|
path
|
(Optional) A hexadecimal value in the range of 0x0000 - 0xFFFF. This specifies the data path and consists of two digits for the physical connection (either on the host or on the ESCON Director switch), one digit for the control unit address, and one digit for the channel logical address. If not specified, information is displayed for all CSNA subchannels configured on the selected interface.
|
device-address
|
(Optional) A hexadecimal value in the range of 0x00 - 0xFE. This is the unit address associated with the control unit number and path as specified in the host IOCP file. If not specified, information is displayed for all CSNA subchannels configured with the specified path on the selected interface.
|
admin
|
(Optional) Displays configured values for CSNA channel devices. If neither admin, oper, or stats is specified, admin is the default.
|
oper
|
(Optional) Displays operational values for CSNA channel devices.
|
stats
|
(Optional) Displays statistics for CSNA channel devices.
|
Default
The default is to show the administrative (configured) values as specified by the optional admin keyword.
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 11.0(3).
This command displays information that is specific to the interface hardware. The information is generally useful for diagnostic tasks performed by technical support personnel only.
Sample Displays
The following is sample output on the Cisco 7000 from the show extended channel csna command. Three examples are provided, one for each type of output as specified by the admin, oper, and stats keywords.
The following example displays the configured values for all CSNA devices on interface channel 1/0.
router# show extended channel 1/0 csna admin
Path Dv maxpiu time-delay length-delay
CSNA C200 60 64000 100 64000
CSNA C200 61 64000 100 64000
CSNA C200 62 64000 100 64000
describes the fields shown in the display.
The following example displays operational data for all CSNA devices configured on interface channel 1/0. The channel interface must be up (no shut) for this information to be displayed.
router# show extended channel 1/0 csna oper
Path Dv Status SlowDown maxpiu time-delay length-delay
CSNA C200 60 setupComplet off 64000 100 64000
CSNA C200 61 setupComplet off 64000 100 64000
CSNA C200 62 setupComplet off 64000 100 64000
describes the fields shown in the display.
The following example displays CSNA statistics for subchannel path c200, device 60. The channel interface must be up (no shut) for this information to be displayed. If the maxpiu value is reconfigured while the CSNA subchannel is active (setupComplete) then the maxpiu value displayed by the oper keyword is the old, operational value.
router# show extended channel 1/0 csna c200 60 stats
Blocks Transmitted = 38979079 Received = 38979075
Bytes Transmitted = 79251477K Received = 13554
Slow downs Sent = 0 Received = 0
Txd by maxpiu : Blocks = 0 Bytes = 0
Txd by time-delay : Blocks = 222 Bytes = 12522
Txd by length-delay: Blocks = 0 Bytes = 0
describes the fields shown in the display.
Table 65 Show Extended Channel CSNA Field Descriptions
Field
|
Description
|
Path
|
Path from the CSNA configuration.
|
Dv
|
Device address from the CSNA configuration.
|
Status
|
State of the CSNA device. One of the following values:
• closed —Subchannel is closed.
• pendingOpen —An Open Subchannel command has been received from VTAM.
• open —Subchannel is open.
• pendingSetup —VTAM has queried CIP for all configured MAC adapters.
• setupComplete —All internal MAC adapter information has been responded to the CIP. The CSNA subchannel is operational.
• pendingClose —A Close Subchannel command has been received from VTAM.
• unknown —Current state of the CSNA subchannel cannot be determined.
|
SlowDown
|
Status of flow control for the CSNA device.
• off —Subchannel is normal (both CIP and VTAM are able to send data.
• sent — The CIP has put VTAM into a slow down state for this CSNA subchannel.
• received —VTAM has put the CIP into a slow down state for this CSNA subchannel.
• both —Both VTAM and the CIP are in a slow down state for this subchannel.
• unknown —Current state of flow control on this subchannel cannot be determined.
|
maxpiu
|
Maximum size of a channel i/o block that the CSNA subchannel can send to the host. This value may differ from the configured maxpiu value if the value is reconfigured while the CSNA subchannel is active (setupComplete).
CSNA blocks SNA frames into channel i/o blocks which must not exceed the maxpiu value. A length-delay value less than the maxpiu value can cause the channel i/o blocks to be limited to the lower value.
The maxpiu value may be reconfigured while the subchannel is operational but the new maxpiu value does not take effect until the subchannel is reinitialized (in other words, until the XCA major node is recycled). In this case, the maxpiu value displayed with the admin keyword will be the new, configured value while the maxpiu displayed by the oper keyword will be the old, operational value.
|
time-delay
|
CSNA blocks SNA frames destined for VTAM for time-delay milliseconds from the time the first SNA frame within a channel i/o block is blocked for transmission. This can increase the overall throughput of CSNA by minimizing the number of channel i/o operations. However, blocking can induce response time latency of a transaction by up to the time-delay value. If time-delay=0, CSNA ignores length-delay and puts each frame into the channel i/o block for transmission to the host. Even with a time-delay=0, CSNA may still block frames while waiting for a previous channel i/o to complete.
|
length-delay
|
CSNA blocks SNA frames destined for VTAM when the current block reaches the length-delay value in size (bytes). This will increase the chance of using larger block sizes for CSNA channel i/o. SNA frames are blocked up to either time-delay milliseconds or until the block reaches the length-delay size, at which time CSNA starts the channel i/o.
The length-delay is ignored if larger than the maxpiu value. It can be used to force CSNA blocking to generate smaller i/o blocks than specified by maxpiu. In general, however, larger blocks result in better channel throughput and efficiency. A value of zero causes the length-delay value to be ignored; blocking is then controlled by the maxpiu and time-delay parameters.
|
Blocks Transmitted
|
Number of channel i/o blocks sent to VTAM from this CSNA subchannel. The Blocks Transmitted value may be higher than the total blocks for the Txd by maxpiu, Txd by time-delay, and Txd by length-delay counters. This is due to NULL blocks (8 bytes each with no data) that CSNA transmits. The channel program used for LSA traffic consists of a write/read CCW chain. When VTAM has data for CSNA it sends it with the write CCW. When the chained read CCW is executed CSNA will respond with any pending inbound data. If CSNA has no pending inbound data the read CCW is satisfied with an 8-byte header indicating no data.
|
Blocks Received
|
Number of channel i/o blocks received from VTAM by this CSNA subchannel.
|
Slow downs Sent
|
Number of times CSNA put VTAM into a slow down (flow control) for this subchannel device.
|
Slow downs Received
|
Number of times VTAM put CSNA into a slow down (flow control) for this subchannel.
|
Txd by maxpiu
Blocks/Bytes
|
Number of channel i/o blocks and bytes transmitted to VTAM by this CSNA subchannel because the size of the channel i/o block reached the maxpiu value configured for this subchannel.
|
Txd by time-delay
Blocks/Bytes
|
Number of channel i/o blocks and bytes transmitted to VTAM by this CSNA subchannel because blocking time-delay configured for this subchannel expired.
|
Txd by length-delay Blocks/Bytes
|
Number of channel i/o blocks and bytes transmitted to VTAM by this CSNA subchannel because blocking length-delay configured for this subchannel was reached.
|
show extended channel icmp-stack
Use the show extended channel icmp-stack privileged EXEC command to display information about the Internet Control Message Protocol (ICMP) stack running on the CIP interfaces in a Cisco 7000 with RSP7000 and Cisco 7500 series.
show extended channel slot/port icmp-stack [ip-address]
Syntax Description
slot
|
Slot number.
|
port
|
Port number.
|
ip-address
|
(Optional) Offload or TN3270-server IP address.
|
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 11.0.
Sample Display
The following is sample output from the show extended channel icmp-stack command:
router# show extended channel 4/0 icmp-stack
ICMP Statistics for IP Address 198.92.1.120
InMsgs : 200 InErrors : 201 InDestUnreachs: 202
InTimeExcds : 203 InParmProbs : 204 InSrcQuenchs : 205
InRedirects : 206 InEchos : 207 OutEchoReps : 213
OutTimestamps : 214 OutTimestampReps: 215 OutAddrMasks : 216
ICMP Statistics for IP Address 198.92.1.121
InMsgs : 201 InErrors : 202 InDestUnreachs: 203
InTimeExcds : 204 InParmProbs : 205 InSrcQuenchs : 206
InRedirects : 207 InEchos : 208 OutEchoReps : 214
OutTimestamps : 215 OutTimestampReps: 216 OutAddrMasks : 217
describes the fields shown in the display.
Table 66 Show Extended Channel icmp-stack Field Descriptions
Field
|
Description
|
InMsgs
|
Total number of ICMP messages which the entity received. Note that this counter includes all those counted by icmpInErrors.
|
InErrors
|
Number of ICMP messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.).
|
InDestUnreachs
|
Number of ICMP Destination Unreachable messages received.
|
InTimeExcds
|
Number of ICMP Time Exceeded messages received.
|
InParmPrbs
|
Number of ICMP Parameter Problem messages received.
|
InSrcQuenchs
|
Number of ICMP Source Quench messages received.
|
InRedirects
|
Number of ICMP Redirect messages received.
|
InEchos
|
Number of ICMP Echo (request) messages received.
|
OutEchoReps
|
Number of ICMP Echo Reply messages sent.
|
OutTimestamps
|
Number of ICMP Timestamp (request) messages sent.
|
OutTimestampReps
|
Number of ICMP Timestamp Reply messages sent.
|
OutAddrMasks
|
Number of ICMP Address Mask Request messages sent.
|
OutAddrMaskReps
|
Number of ICMP Address Mask Reply messages sent.
|
Related Commands
You can use the master indexes or search online to find documentation of related commands.
pu (direct)
pu (DLUR)
offload
show extended channel ip-stack
Use the show extended channel ip-stack privileged EXEC command to display information about the IP stack running on the CIP interfaces in a Cisco 7000 with RSP7000 and Cisco 7500 series.
show extended channel slot/port ip-stack [ip-address]
Syntax Description
slot
|
Slot number.
|
port
|
Port number.
|
ip-address
|
(Optional) Offload or TN3270-server IP address.
|
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 11.0.
Sample Display
The following is sample output on the Cisco 7000 with RSP7000 from the show extended channel ip-stack command:
router# show extended channel ip-stack
IP Statistics for IP Address 198.92.1.120
Forwarding : fowarding DefaultTTL : 2 InReceives : 3
InHdrErrors : 4 InAddrErrors : 5 ForwDatagrams: 6
InUnknownProtos: 7 InDiscards : 8 InDelivers : 1313371
OutRequests : 10 OutDiscards : 11 OutNoRoutes : 12
ReasmTimeout : 13 ReasmReqds : 14 ReasmOKs : 15
ReasmFails : 16 FragOKs : 17 FragFails : 18
FragCreates : 19 RoutingDiscards: 20
IP Statistics for IP Address 198.92.1.121
Forwarding : nofoward DefaultTTL : 3 InReceives : 4
InHdrErrors : 5 InAddrErrors : 6 ForwDatagrams: 7
InUnknownProtos: 8 InDiscards : 9 InDelivers : 1313371
OutRequests : 11 OutDiscards : 12 OutNoRoutes : 13
ReasmTimeout : 14 ReasmReqds : 15 ReasmOKs : 16
ReasmFails : 17 FragOKs : 18 FragFails : 19
FragCreates : 20 RoutingDiscards: 21
describes the fields shown in the display.
Table 67 Show Extended Channel ip-stack Field Descriptions
Field
|
Description
|
Forwarding
|
Indication of whether this entity is acting as an IP gateway in respect to the forwarding of datagrams received by, but not addressed to, this entity. IP gateways forward datagrams. IP hosts do not (except those source-routed via the host).
Note that for some managed nodes, this object may take on only a subset of the values possible. Accordingly, it is appropriate for an agent to return a `badValue' response if a management station attempts to change this object to an inappropriate value.
|
DefaultTTL
|
The default value inserted into the Time-To-Live field of the IP header of datagrams originated at this entity, whenever a TTL value is not supplied by the transport layer protocol.
|
InReceives
|
Total number of input datagrams received from interfaces, including those received in error, for this IP Address instance.
|
InHdrErrors
|
Number of input datagrams discarded due to errors in their IP headers, including bad checksums, version number mismatch, other format errors, time-to-live exceeded, errors discovered in processing their IP options, etc.
|
InAddrErrors
|
Number of input datagrams discarded because the IP address in their IP header's destination field was not a valid address to be received at this entity. This count includes invalid addresses (e.g., 0.0.0.0) and addresses of unsupported Classes (e.g., Class E). For entities which are not IP Gateways and therefore do not forward datagrams, this counter includes datagrams discarded because the destination address was not a local address.
|
ForwDatagrams
|
Number of input datagrams for which this entity was not their final IP destination, as a result of which an attempt was made to find a route to forward them to that final destination. In entities which do not act as IP Gateways, this counter will include only those packets which were Source-Routed via this entity, and the Source-Route option processing was successful.
|
InUnknownProtos
|
Number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol.
|
InDiscards
|
Number of input IP datagrams for which no problems were encountered to prevent their continued processing, but which were discarded (for example, for lack of buffer space). Note that this counter does not include any datagrams discarded while awaiting re-assembly.
|
InDelivers
|
Total number of input datagrams successfully delivered to IP user-protocols (including ICMP)
|
OutRequests
|
Total number of IP datagrams which local IP user-protocols (including ICMP) supplied to IP in requests for transmission. Note that this counter does not include any datagrams counted in ipForwDatagrams.
|
OutDiscards
|
Number of output IP datagrams for which no problem was encountered to prevent their transmission to their destination, but which were discarded (for example, for lack of buffer space). Note that this counter would include datagrams counted in ipForwDatagrams if any such packets met this (discretionary) discard criterion.
|
OutNoRoutes
|
Number of IP datagrams discarded because no route could be found to transmit them to their destination. Note that this counter includes any packets counted in ipForwDatagrams which meet this `no-route' criterion. Note that this includes any datagrams which a host cannot route because all of its default gateways are down.
|
ReasmTimeout
|
Maximum number of seconds which received fragments are held while they are awaiting reassembly at this entity.
|
ReasmReqds
|
Number of IP fragments received which needed to be reassembled at this entity.
|
ReasmOKs
|
Number of IP datagrams successfully reassembled."
|
ReasmFails
|
Number of failures detected by the IP reassembly algorithm (for whatever reason: timed out, errors, etc). Note that this is not necessarily a count of discarded IP fragments since some algorithms (notably the algorithm in RFC 815) can lose track of the number of fragments by combining them as they are received.
|
FragOKs
|
Number of IP datagrams that have been successfully fragmented at this entity.
|
FragFails
|
Number of IP datagrams that have been discarded because they needed to be fragmented at this entity but could not be, for example, because their Don't Fragment flag was set.
|
FragCreates
|
Number of IP datagram fragments that have been generated as a result of fragmentation at this entity.
|
RoutingDiscards
|
Number of routing entries which were chosen to be discarded even though they are valid. One possible reason for discarding such an entry could be to free-up buffer space for other routing entries.
|
Related Commands
You can use the master indexes or search online to find documentation of related commands.
pu (direct)
pu (DLUR)
offload
show extended channel llc2
Use the show extended channel llc2 privileged EXEC command to display information about the LLC2 sessions running on the CIP interfaces in a Cisco 7000 series.
show extended channel slot/port llc2 [admin | oper | stats] [lmac [lsap [rmac [rsap]]]]
Syntax Description
slot
|
Slot number.
|
port
|
Port number.
|
admin
|
(Optional) Shows configured values for internal adapters.
|
oper
|
(Optional) Shows operational values for:
• Internal adapters
• SAPs opened on the internal adapters
• LLC2 connections on the internal adapters
|
stats
|
(Optional) Shows statistics or:
• Internal adapters
• SAPs opened on the internal adapters
• LLC2 connections on the internal adapters
|
lmac
|
(Optional) Local MAC address.
|
lsap
|
(Optional) Local SAP address, 0-256.
|
rmac
|
(Optional) Remote MAC address.
|
rsap
|
(Optional) Remote SAP address, 0-256.
|
Default
The default is to show the administrative (configured) values as specified by the optional admin keyword.
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 11.0(3).
To specify LLC information for internal adapters:
•
Specify the lmac to get information for a specific internal adapter.
•
Omit the lmac parameter to display information for all internal adapters on the specified channel interface.
To display LLC information for SAPs opened on an internal adapter:
•
Specify the lmac and lsap parameters to display information for a particular SAP.
•
Specify the lmac parameter and `*' to display information for all SAPs opened on the specified channel adapter.
To display information for LLC2 connections on a channel interface:
•
Specify the lmac, lsap, rmac, and rsap parameters to display information for a particular active LLC2 connection.
•
Specify the lmac, lsap, and rmac parameters to display information for all LLC2 connections active between the specified remote MAC address and the specified local SAP opened on the specified internal adapter.
•
Specify the lmac and lsap parameters , and '*' to display information for all LLC2 connections active on the specified local SAP and the specified internal adapter and any remote MAC address the connections are active with.
•
Specify the lmac, `*' for the local SAP, and rmac to display information for all LLC2 connections active between the specified internal adapter and the remote MAC address.
•
Specify the lmac, `*' for the local SAP, and `*' for the remote MAC address to display information for all active LLC2 connections on the specified internal adapter.
Sample Displays
The following is sample output on the Cisco 7000 from the show extended channel llc2 command. Three examples are provided, one for each type of output as specified by the admin, oper, and stats keywords.
The following sample displays the configured values for all LLC2 connections on channel 2/2.
router# show extended channel 2/2 llc2 admin
Lan Token adapter 0 0004.0004.0004
t1-time = 1000 tpf-time = 1000 trej-time = 3200 tbusy-tim = 9600
idle-time =60000 local-win = 7 recv-wind = 7 N2 = 8
N1 = 1033 ack-delay = 100 ack-max = 3 nw = 0
describes the fields shown in the display.
Table 68 Show Extended Channel llc2 admin Field Descriptions
Field
|
Description
|
t1-time
|
Length of time the CIP waits for an acknowledgment to a transmitted I-frame before polling the remote LLC2 station.
|
tpf-time
|
Amount of time the CIP waits for a final response to a poll before resending the original poll frame.
|
trej-time
|
Amount of time the CIP waits for a correct frame after sending a reject command to a remote LLC2 station.
|
tbusy-time
|
Amount of time the CIP waits before repolling a busy LLC2 station.
|
idle-time
|
Frequency of polls during periods of idle traffic.
|
local-win
|
Maximum number of I-frames that a CIP LLC2 connection can send to the remote LLC2 station without receiving an acknowledgment.
|
recv-wind
|
Maximum number of I-frames that a CIP LLC2 connection can receive without receiving an acknowledgment.
|
N2
|
Number of times a CIP LLC2 connection will resend an unacknowledged I-frame
|
N1
|
Maximum size of LLC frames supported by the CIP adapter. The value configured on the CIP has no effect. The maximum size LLC frame supported on the CIP is controlled by other factorsincluding the llargest interface MTU between CIP and the remote network device, and configured values at VTAM and at the end station.
|
ack-delay
|
Maximum amount of time the CIP allows received I-frames to remain unacknowleged. The CIP LLC2 connection will acknowledge received I-frames within the ack-delay time.
|
ack-max
|
Maximum number of I-frames a CIP LLC2 connection receives before sending an acknowledgment.
|
Nw
|
Working send window size. When I-frames sent by a CIP LLC2 connection are rejected by the remote LLC2 station, the CIP LLC2 connection reduces its working send window size to 1. Then, for every subsequent I-frame sent by the CIP LLC2 connection that is positively acknowledged by the remote LLC2 station, the CIP increases its working send window by the Nw value until the working send window reaches the configured local-window value.
|
The following sample displays the operational values for all LLC2 connections on channel 2/2.
router#show extended channel 5/2 llc oper
LAN Token 0 Adapter 0 4000.1010.2020
describes the fields shown in the display.
Table 69 Show Extended Channel llc2 oper Field Descriptions
Field
|
Description
|
Open SAPS
|
Number of SAPs currently opened on this internal MAC adapter.
|
Max SAPs Opened
|
Number of SAPs concurrently opened on this internal MAC adapter since the last reset of the channel adapter or channel interface.
|
The following sample displays statistics for all LLC2 connections on channel 2/2.
router#show extended channel 5/2 llc stat
LAN Token 0 Adapter 0 4000.1010.2020
PDUsIn = 223339 PDUsOut = 9564
OctetsIn = 6949875 OctetsOut = 307448
TESTCmdsIn = 213293 TESTRspsOut = 2
LocalBusies= 0 UnknownSAPs = 0
describes the fields shown in the display. These statistics are available on the adapter because when LLC2 connections are deactivated, users can no longer retreive the information per LLC2 connection.
Table 70 Show Extended Channel llc2 stat Field Descriptions
Field
|
Description
|
PDUsIn
|
Protocol Data Units received by the internal adapter.
|
PDUsOut
|
Protocol Data Units sent by the internal adapter.
|
OctetsIn
|
PDU bytes received by the internal adapter.
|
OctetsOut
|
PDU bytes sent by the internal adapter.
|
TESTCmdsIn
|
Number of TEST commands received destined for this MAC address.
|
TESTRspsOut
|
Number of TEST responses sent by this MAC address reponding to TEST commands received.
|
Local Busies
|
Number of times LLC2 connection stations on this adapter entered a busy state, send RNRs to the remote LLC2 station.
|
UnknownSAPs
|
Number of frames received that are destined for a SAP that does not exist on this adapter.
|
The following sample displays statistics for all LLC2 connections on channel 2/2.
router#sho ext ch 5/2 llc2 oper 4000.1010.2020 04
LAN Token 0 Adapter 0 4000.1010.2020
Max Connections Opened=2
Field
|
Description
|
Open Connections
|
Number of LLC2 connections active on the SAP.
|
Max Connections Opened
|
Highest number of LLC2 connections concurrently active on that SAP since the SAP has been active.
|
The following table describes the fields shown in the display.
The following sample displays statistics for all LLC2 connections on channel 2/2.
router#sho ext ch 5/2 llc2 stats 4000.1010.2020 04
LAN Token 0 Adapter 0 4000.1010.2020
TESTRspsIn = 0 TESTCmdsOut = 0
XIDCmdsIn = 14 XIDCmdsOut = 16
XIDRspsIn = 4 XIDRspsOut = 0
UIFramesIn = 0 UIFramesOut = 0
UIOctetsIn = 0 UIOctetsOut = 0
ConnectOk = 2 ConnectFail = 0
DiscNorm = 0 DiscByTmr = 0
DiscByFRMRSent = 0 DiscByFRMRRcvd = 0
DMsInABM = 0 SABMEsInABM = 0
describes the fields shown in the display. All statistics for SAPs are based on the time the SAP was last opened.
Table 71 Show Extended Channel 5/2 llc2 stats Field Descriptions
Field
|
Description
|
TESTRspsIn
|
Number of TEST responses received on this SAP for TEST commands sent by VTAM (connect out).
|
TESTCmdsOut
|
Number of TEST commands sent by this SAP to explore for a remote MAC address (VTAM connect out).
|
XIDCmdsIN
|
Number of XID commands received by this SAP from a remote link station.
|
XIDCmdsOut
|
Number of XID commands sent by this SAP to a remote link station.
|
XIDRspsIN
|
Number of XID responses received by this SAP from a remote link station.
|
XIDRspsOut
|
Number of XID responses sent by this SAP to a remote link station.
|
UIFreamesIn
|
Number of Unnumbered I-frames received by this SAP from a remote link station.
|
UIFramesOut
|
Number of Unnumbered I-frames sent by this SAP to a remote link station.
|
UIOctetsIn
|
Number of Unnumbered I-frame bytes received by this SAP from a remote link station.
|
UIOctetsOut
|
Number of Unnumbered I-frame bytes sent by this SAP to a remote link station.
|
ConnectOk
|
Number of successful LLC2 connection attempts on this SAP.
|
ConnectFail
|
Number of LLC2 connections that failed.
|
DiscNorm
|
Number of normal LLC2 connection disconnections.
|
DisByTmr
|
Number of LLC2 connections disconnected due to the CIP LLC2 link station not getting responses to polls from the remote LLC2 station, typically due to the remote station being powered off or a severe network failure/congestion. The CIP generates an event each time it detects this condition. The event can be configured to generate a NetView alert, SNMP trap, or a router console message.
|
DiscByFRMRSent
|
Number of times a CIP LLC2 connection disconnected after detecting a protocol violation and sending a FRNR to the remote LLC2 station.The CIP generates an event each time it detects this condition. The event can be configured to generate a NetView alert, SNMP trap, or a router console message.
|
DiscByFRMRRcvd
|
Number of times the CIP LLC2 connection disconnected after the remote LLC2 station detected a protocol violation and sent a FRMR to the CIP LLC2 station.The CIP generates an event each time it detects this condition. The event can be configured to generate a NetView alert, SNMP trap, or a router console message.
|
DMsInABM
|
Number of times the CIP LLC2 station went into disconnect mode after receiving a DM. The CIP generates an event each time it detects this condition. The event can be configured to generate a NetView alert, SNMP trap, or a router console message.
|
SABMEDsInABM
|
Number of times the CIP LLC2 station went into disconnect mode after receiving a SABME from the LLC2 station. The CIP generates an event each time it detects this condition. The event can be configured to generate a NetView alert, SNMP trap, or a router console message.
|
The following sample displays statistics for all LLC2 connections on
router#sho ext ch 5/2 llc2 oper 4000.1010.2020 04 4000.1234.1030 18
LAN Token 0 Adapter 0 4000.1010.2020
Local SAP=04 Remote MAC=4000.1234.1030 Remote SAP=18 State=normal
t1-time = 1000 tpf-time = 1000 trej-time = 3200 tbusy-tim = 9600
idle-time =60000 local-win = 7 recv-wind = 7 N2 = 8
N1-Send = 4105 N1-Rcv = 4105 ack-delay = 100 ack-max = 3
Last Ww Cause = neverInvoked
Connection Time: 17:50:11
describes the fields shown in the display. The output reflects the LLC2 parameters in use by the LLC2 connection. These parameters are the ones configured on the internal adpater 4000.0000.0001 at the time the LLC2 connection was established. If the LLC2 parameters on the internal adapter are changed while this connection is active, the connection will not reflect the changes to the adapter.
Table 72 Show Extended Channel 5/2 llc2 oper Field Descriptions
Field
|
Description
|
State
|
• aDM
• setup
• conn
• normal
• busy
• reject
• await
• awaitBusy
• awaitReject
• discConn
• reset
• error
• pendDiscRsp
The descriptions for each state can be found in Section 7.8.3, IOS 8802-2 : 1989, ANSI/IEEE Std 802.2 - 1989.
|
t1-time
|
Length of time the CIP waits for an acknowledgment to a transmitted I-frame before polling the remote LLC2 station.
|
tpf-time
|
Amount of time the CIP waits for a final response to a poll before resending the original poll frame.
|
trej-time
|
Amount of time the CIP waits for a correct frame after sending a reject command to a remote LLC2 station.
|
tbusy-tim
|
Amount of time the CIP waits before repolling a busy LLC2 station.
|
idle-time
|
Frequency of polls during periods of idle traffic.
|
local-win
|
Maximum number of I-frames that a CIP LLC2 connection can send to the remote LLC2 station without receiving an acknowledgment.
|
recv-wind
|
Maximum number of I-frames that a CIP LLC2 connection can receive without receiving an acknowledgment.
|
N2
|
Number of times a CIP LLC2 connection will resend an unacknowledged I-frame
|
N1-Send
|
Largest frame size this LLC2 link station is allowed to send.
|
N1-Rcv
|
Largest frame size this LLC2 link station can receive.
|
ack-delay
|
Maximum amount of time the CIP allows received I-frames to remain unacknowleged. The CIP LLC2 connection will acknowledge received I-frames within the ack-delay time.
|
ack-max
|
Maximum number of I-frames a CIP LLC2 connection receives before sending an acknowledgment.
|
Nw
|
Working send window size. When I-frames sent by a CIP LLC2 connection are rejected by the remote LLC2 station, the CIP LLC2 connection reduces its working send window size to 1. Then, for every subsequent I-frame sent by the CIP LLC2 connection that is positively acknowledged by the remote LLC2 station, the CIP increases its working send window by the Nw value until the working send window reaches the configured local-window value.
|
Ww
|
Current working window size for this LLC2 link station. This is the current number of unacknowledged I-frames that this LLC2 link station will send.
|
Last Ww Cause
|
Last event that caused the working window to change values. Valid values are:
• neverInvoked - This LLC2 station has not detected a condition to change the working window from the initial value at activation time.
• lostData - The current working window value was changed due to loss of data by the remote LLC2 link station
• macLayerCongestion - The current working window value was changed due to the remote end station sending this LLC2 link station a RNR frame.
|
Connection Time
|
Length of time this LLC2 connection has been active.
|
Last modified
|
Length of time since one of the LLC2 parameters for this connection was last modified.
|
The following sample displays statistics for all LLC2 connections between LMAC 4000.1010.2020 LSAP 04 and RMAC 4000.1234.1030 RSAP 18.
router#sho ext ch 5/2 llc2 stats 4000.1010.2020 04 4000.1234.1030 18
LAN Token 0 Adapter 0 4000.1010.2020
Local SAP=04 Remote MAC=4000.1234.1030 Remote SAP=18
LocalBusies = 0 RemoteBusies = 0
IFramesIn = 1 IFramesOut = 1
IOctetsIn = 19 IOctetsOut = 21
SFramesIn = 0 SFramesOut = 0
RetransmitsOut = 0 WwCountChanges = 0
The following table describes the fields shown in the display.
Field
|
Description
|
LocalBusies
|
Number of times the CIP LLC2 link station entered the busy state. This occurs for a CIP LLC2 link station when there are n I-Frames received from the remote LLC2 station on the CIP queued to be sent over the channel toVTAM. Where n is 2 times the recv-wind. The CIP LLC2 link station will also enter into busy state whenever it receives a flow control command from VTAM.
|
RemoteBusies
|
Number of times the remote LLC2 link station entered into busy state.
|
IFramesIn
|
Number of LLC2 Information Frames received by the CIP LLC2 link station from the remote link station.
|
IFramesOut
|
Number of LLC2 Information Frames sent by the CIP link station to the remote link station.
|
IOctetsIn
|
Number of LLC2 Information Frame bytes received by the CIP LLC2 link station from the remote link station.
|
IOctetsOut
|
Number of LLC2 Information Frame bytes sent by the CIP link station to the remote link station.
|
SFramesIn
|
Number of LLC2 supervisory frames received by the CIP link station from the remote link station. These include RRs, RNRs and REJs.
|
SFramesOut
|
Number of LLC2 supervisory frames sent by the CIP link station to the remote link station. These include RRs, RNRs and REJs.
|
REJsIn
|
Number of LLC2 REJ frames received by the CIP link station from the remote link station. This indicates the number of times the remote link station detected dropped I-Frames sent from the CIP LLC2 station.
|
REJsOut
|
Number of LLC2 REJ frames sent by the CIP link station to the remote link station. This indicates the number of times the CIP link station detected dropped I-Frames sent by the remote link station.
|
RetransmitsOut
|
Number of I-Frames the CIP link station was required to retransmit.
|
WwCountChanges
|
Number of times the CIP LLC2 link station changed its working send window (local-win). See Nw above for a description of when the LLC2 link stations working send window is changed.
|
show extended channel max-llc2-sessions
Use the show extended channel max privileged EXEC command to display information about the number of LLC2 sessions supported on the CIP.
show extended channel slot/port max-llc2-sessions
Syntax Description
slot
|
Slot number.
|
port
|
Port number.
|
max-llc2-sessions
|
Display the maximum number of LLC2 sessions supported on the CIP.
|
Default
Are there any defaults we should mention?
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 11.0(3).
Sample Display
The following is sample output on the Cisco 7000 from the show extended channel max-llc2-sessions command:
router# show extended channel 1/2 max-llc2-sessions
Administrative max-llc2-sessions = 1000
Operational max-llc2_sessions = 1000
Highest concurrent LLC2 sessions = 30
LLC2 session allocation failures = 0
describes the fields shown in the display.
Table 73 Show extended channel max-llc2-sessions Field Descriptions
Field
|
Description
|
Administrative max-llc2-sessions
|
Maximum number of LLC2 sessions configured.
|
Operational max-llc2-sessions
|
Maximum number of LLC2 sessions configured on the CIP. This value l differs from the value for the administrative max-llc2-sessions if the maximum number of LLC2 sessions is decreased by configuring a new value while the CIP virtual interface is up. If the CIP's virtual interface is reset (shut / no shut), both the administrative and operational max-llc2-sessions numbers will match.
|
Highest concurrent llc2 sessions
|
Highest number of LLC2 sessions active concurrently since the CIP LLC2 was started. When the CIP llc2 is initiated, the following message displays:
%CIP1-6-MSG: %MSG802-6-LLC_START: Starting LLC-2 with
a session capacity of 1000
|
LLC2 session allocation failure
|
Number of times network devices tried to establish an LLC2 connection with the CIP and failed because the operational max-llc2-sessions limit was reached when the the connection was attempted
|
show extended channel statistics
Use the show extended channel statistics privileged EXEC command to display information about the CIP interfaces on the Cisco 7000 with RSP7000 and Cisco 7500 series. This command displays information that is specific to the interface hardware. The information is generally useful only for diagnostic tasks performed by technical support personnel.
show extended channel slot/port statistics [path [device-address]]
Syntax Description
slot
|
Slot number.
|
port
|
Port number.
|
path
|
(Optional) Hexadecimal value in the range 0x0000 to 0xFFFF. This specifies the data path and consists of two digits for the physical connection (either on the host or on the ESCON Director switch): one digit for the control unit address, and one digit for the channel logical address. If not specified, the control unit address and channel logical address default to 0.
|
device-address
|
(Optional) Hexadecimal value in the range 0x00 to 0xFE. This value is the unit address associated with the control unit number and path as specified in the host IOCP file. For CLAW and offload support, the device address must have an even value.
|
Default
The data path default for the control unit address and the channel logical address is 0.
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 10.3.
Sample Display
The following is sample output on the Cisco 7000 with RSP7000 from the show extended channel statistics command:
router# show extended channel 3/0 statistics
Command Selective System Device CU
Dev Connects Retries Cancels Reset Reset Errors Busy
Blocks Bytes Dropped Blk Memd
Dev-Lnk Read Write Read Write Read Write wait Con
60-01 82 0 7373 0 0 0 0 Y
61-01 0 85 0 9081 0 0 0 Y
Total: 88 89 7565 9209 8 0 0
Last stats 8 seconds old, next in 2 seconds
describes the fields shown in the display.
Table 74 Show Extended Channel Statistics Field Descriptions
Field
|
Description
|
Path
|
The path from the CLAW, offload, or CSNA configuration. It tells which port on the switch is used by the channel side of the configuration.
|
Dev
|
The device address for each device. For CLAW you get two device addresses. In the configuration statement, you only specify the even address. Both CLAW and offload get two devices and CSNA gets 1.
|
Connects
|
Number of times the channel started a channel program on the device.
|
Command Retries
|
Number of times the CIP either had no data to send to the channel (for the read subchannel) or the number of times the CIP had no buffers to hold data from the channel (for the write subchannel). Every command retry that is resumed results in a connect. A command retry may be ended via a cancel.
|
Cancels
|
The host requested any outstanding operation to be terminated. It is a measure of the number of times the host program was started.
|
Selective Reset
|
Selective reset affects only one device, whereas a system reset affects all devices on the given channel. It is a reset of the device. On VM this will occur whenever you have a device attached and issue a CP IPL command.
|
System Reset
|
Number of times the system Initial program load (IPL) command was issued. The command is always issued when the ECA is initialized, and when the channel is taken off line.
|
Device Errors
|
Errors detected by the ECA or PCA due to problems on the link. This value should always be 0.
|
CU Busy
|
Number of times the adapter returned a control unit busy indication to the host. This occurs after a cancel or reset if the host requests an operation before the CIP has finished processing the cancel or reset.
|
Dev-Lnk
|
The first number is the device address. The second number is the logical link. Link 0 is always used for CLAW control messages. For IP datagram mode, link 1 is for actual datagram traffic.
For offload, link 2 is for API traffic. For CSNA, the Dev-Lnk is not relevant.
|
Blocks Read/Blocks Write
|
CLAW uses the even subchannel for reads and the odd subchannel for writes. Each count is one IP datagram or one control message.
|
Bytes Read/Bytes Write
|
Bytes is the sum of the bytes in the blocks.
|
Dropped Blk Read/Write
|
If the router switch processor sends data to the CIP faster than it can send it to the channel, then the block is dropped. High values mean the host is not running fast enough. There are drops on write too. A write drop will occur if the CIP fails to get a MEMD buffer n times for a given block. See Memd wait counter.
|
Memd wait
|
Number of times the CIP could not obtain a MEMD buffer on the first try. If this value is high, try allocating more large buffers. The Memd wait information does not apply to CSNA devices.
|
Con
|
For link 0, connect of Y means the system validation has completed. For all other links, it means the connection request sequence has completed. Con is an abbreviation for connected. For CSNA devices, a value of Y is displayed when the CSNA device status becomes setupComplete. For all other states, the Con shows a value of N.
|
show extended channel subchannel
Use the show extended channel subchannel privileged EXEC command to display information about the CIP interfaces on the Cisco 7000 with RSP7000 and Cisco 7500 series. This command displays information that is specific to the interface hardware. The information displayed is generally useful only for diagnostic tasks performed by technical support personnel.
show extended channel slot/port subchannel
Syntax Description
slot
|
Slot number.
|
port
|
Port number.
|
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 10.3.
Sample Display
The following is sample output on the Cisco 7000 with RSP7000 from the show extended channel subchannel command:
router# show extended channel 3/0 subchannel
Flags: VALID ESCON LOADED RQC_PEND MEMD_ENABLED
Link: C4, Buffers 0, CRC errrors 0, Load count 1
implicit 0, bit-error 0, link failed 0,
NOS 0, sequence timeout 0, invalid sequence 0
Class: Switch Type Number : 009033 Tag: C4
Model: 001 Manufacturer: IBM
Plant: 51 Sequence : 000000010067
Class: CTCA-standalone Type Number : C7000 Tag: 30
Model: 0 Manufacturer: CSC
Plant: 17 Sequence : 00000C04953F
CLAW C300 60 198.92.1.58 CISCOVM AUBURN TCPIP TCPIP 0000
CLAW C300 61 198.92.1.58 CISCOVM AUBURN TCPIP TCPIP 0080
Last stats 1 seconds old, next in 9 seconds
The first line describes the status of the specified CIP and port. The status can be up, down, or administratively down:
The next line describes the flags on the CIP:
Flags: VALID ESCON LOADED RQC_PEND MEMD_ENABLED
•
VALID—An adapter is installed. All displays should contain this.
•
ESCON—The adapter is an ESCON adapter.
•
LOADED—The microcode on the adapter is loaded.
•
RQC_PEND—The adapter is attempting to send status to the channel.
•
MEMD_ENABLED—The adapter is allowed to send and receive datagrams.
•
SIGNAL—The ECA signal light is detected.
The next line describes Link information on the CIP:
Link: C4, Buffers 0, CRC errrors 0, Load count 1
•
Link: xx - The Director Port number the physical channel is connected to. If the physical channel is direct connected, then this value is host dependent.
•
Buffers - Number of times the CIP has dropped a packet bound for the route processor because no packet switching buffer was available on the route processor.
•
CRC errors - Number of CRC errors detected on the channel for ESCON. Number of parity errors detected on the channel for Parallel.
•
Load Count - For a CIP physical channel interface, this is the number of times the channel adapter microcode has been loaded.
The next line displays Link Incident Reports:
implicit 0, bit-error 0, link failed 0,
NOS 0, sequence timeout 0, invalid sequence 0
Link Incidents are errors on an ESCON channel. These errors are reported to the host operating system and are recorded here for additional information.
Implicit incidents indicate a recoverable error occurred in the ECA.
Bit errors indicate the bit error rate threshold was reached. The bit error rate threshold is 15 error bursts within 5 minutes. An error burst is defined as a time period of 1.5+/-.5 seconds during which one or more code violations occurred. A code violation error is caused by an incorrect sequence of 10 bit characters.
Link failed means a loss of synchronization or light has occurred.
NOS means the channel or switch transmitted the Not Operational Sequence.
Sequence timeout occurs when a connection recovery timeout occurs or when waiting for the appropriate response while in the transmit off-line sequence (OLS) state.
Invalid Sequence occurs when a UD or UDR is recognized in the wait for offline sequence state. UD is an unconditional disconnect and UDR is an unconditional disconnect response.
The neighbor node describes the channel or switch. The local node describes the router. The VALID flag shows information has been exchanged between the router and channel or switch.
The information displayed under Neighbor Node is as follows:
Class: Switch Type Number : 009033 Tag: C4
Model: 001 Manufacturer: IBM
Plant: 51 Sequence : 000000010067
Class will be switch or channel depending on whether the connection is a switched point-to-point connection or a point-to-point connection. The type number describes the model of switch or processor. The TAG describes the physical location of the connector. Model is a further classification of type. Manufacturer describes who made switch or processor. Plant and sequence are manufacturer specific information to uniquely define this one device.
The information displayed under Local Node is as follows:
Class: CTCA-standalone Type Number : C7000 Tag: 30
Model: 0 Manufacturer: CSC
Plant: 17 Sequence : 00000C04953F
The class will be CTCA. The type number and model define the router. The tag is the slot and port where the channel interface processor resides. Manufacturer will always be CSC (for Cisco Systems). Plant is the location where the CIP was manufactured. Sequence is the base Ethernet address assigned to the route processor (RP).
The last three lines show currently configured information for the inbound and outbound channel connections:
CLAW C300 60 198.92.1.58 CISCOVM AUBURN TCPIP TCPIP 0000
CLAW C300 61 198.92.1.58 CISCOVM AUBURN TCPIP TCPIP 0080
Mode can be CLAW, offload, or CSNA. Path, device, IP address, and names are from the CLAW command. Because CLAW and offload commands define two devices, both devices are shown. Last sense is the two bytes of sense data transmitted to the host at the time of the last unit exception. Normally the value will be 0000 if no unit exception has occurred, or 0080 to indicate that a resetting event has occurred. Resetting events occur whenever an ESCON device starts unless the first command is a 0x02 read command. The CLAW read subchannel always starts with a 0x02 read command so a resetting event will not occur.
show extended channel tcp-connections
Use the show extended channel tcp-connections EXEC command to display information about the Transmission Control Protocol (TCP) sockets on a channel interface.
show extended channel slot/port tcp-connections [[loc-ip-addr [loc-port [rem-ip-addr
[rem-port]] [detail | summary]
Syntax Description
slot
|
Slot number.
|
port
|
Port number.
|
tcp-connections
|
Specifies TCP connections display.
|
loc-ip-addr
|
(Optional). Local IP address. IP address of the local connection endpoint. Restricts the output to those connections with a matching local IP address.
|
loc-port
|
(Optional). Local TCP port. This is the TCP port of the local connection endpoint. Restricts the output to those connections with a matching local TCP port. An asterisk (*) is a wildcard that matches every port.
|
rem-ip-addr
|
(Optional). Remote IP address. IP address of the remote connection endpoint. Restricts the output to those connections with a matching remote IP address.
|
rem-port
|
(Optional). Remote TCP port. TCP port of the remote connection endpoint. Restricts the output to those connections with a matching remote TCP port.
|
detail
|
(Optional). Prints detailed information about every matching connection.
|
summary
|
(Optional). This is the default. Prints a summary of all matching connections.
|
Command Mode
EXEC for summary and Privileged EXEC for detail.
Usage Guidelines
This command first appeared in Cisco IOS Release 11.0.
The show extended channel tcp-connections command is valid on both physical and virtual channel interfaces. If no IP addresses or TCP ports are specified, all TCP connections are displayed in a summary for the specified interface.
The command displays detailed information about a large number of sessions that can take a long time. Consider restricting the output by IP address and TCP port to connections of interest.
Sample Display
The following is sample output for the show extended channel tcp-connections detail command:
Router#show extended channel 0/1 tcp-connections detail
Local IP Addr Port Remote IP Addr Port State In Bytes Out Bytes
80.11.198.2 21 0.0.0.0 0 listen 0 0
80.11.198.2 21 172.18.48.194 38668 establish 62 298
80.11.198.2 23 0.0.0.0 0 listen 0 0
80.11.198.2 23 172.18.48.194 38666 establish 124 11966
80.11.198.2 1025 0.0.0.0 0 listen 0 0
80.11.198.2 1025 172.18.48.194 38705 closeWait 24 1
80.11.198.3 7 0.0.0.0 0 listen 0 0
80.11.198.3 9 0.0.0.0 0 listen 0 0
80.11.198.3 19 0.0.0.0 0 listen 0 0
80.11.198.3 21 0.0.0.0 0 listen 0 0
80.11.198.3 23 0.0.0.0 0 listen 0 0
80.11.198.3 23 172.18.48.194 38667 establish 85 446
describes the fields shown in the display.
Table 75 Show Extended Channel tcp-connections detail Field Description
Field
|
Description
|
State
|
The state of this TCP connection.
The only value which may be set by a management station is deleteTCB(12). Accordingly, it is appropriate for an agent to return a `badValue' response if a management station attempts to set this object to any other value.
If a management station sets this object to the value deleteTCB(12), then this has the effect of deleting the TCB (as defined in RFC 793) of the corresponding connection on the managed node, resulting in immediate termination of the connection.
As an implementation-specific option, a RST segment may be sent from the managed node to the other TCP endpoint (note however that RST segments are not sent reliably).
|
In Bytes
|
Number of bytes sent for this TCP connection.
Note : To support SNMP Version 1 Managers, this variable is supplied as a 32 bit value which can wrap very frequently.
|
Out Bytes
|
Number of bytes received for this TCP connection.
Note To support SNMP Version 1 Managers, this variable is supplied as a 32 bit value which can wrap very frequently.
|
The following is sample output for the show extended channel tcp-connections summary command:
Router# show extended channel 0/1 tcp-connections summary
TCP Connections=12 Input Bytes= 294 Output Bytes= 13049
Related Commands
You can use the master indexes or search online to find documentation of related commands.
pu (DLUR)
pu (DLUR)
offload
show extended channel tcp-stack
show extended channel tcp-stack
Use the show extended channel tcp-stack privileged EXEC command to display information about the TCP stack running on the CIP interfaces in a Cisco 7000 with RSP7000 and Cisco 7500 series.
show extended channel slot/port tcp-stack [ip-address]
Syntax Description
slot
|
Slot number.
|
port
|
Port number.
|
tcp-stack
|
IP address for the TCP stack on the CIP.
|
ip-address
|
(Optional) Offload or TN-server IP address specified in an offload interface configuration command or tn3270-server PU configuration command.
|
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 11.0.
Sample Display
The following is sample output from the show channel tcp-stack command:
router# show extended channel tcp-stack
TCP Statistics for IP Address 198.92.1.120
RtoAlgorithm: other RtoMin : 101 RtoMax : 102
MaxConn : 103 ActiveOpens : 104 PassiveOpens: 105
AttemptFails: 106 EstabResets : 107 CurrEstab : 108
InSegs : 109 OutSegs : 110 RetransSegs : 111
InErrs : 112 OutRsts : 113
TCP Statistics for IP Address 198.92.1.121
RtoAlgorithm: constant RtoMin : 102 RtoMax : 103
MaxConn : 104 ActiveOpens : 105 PassiveOpens: 106
AttemptFails: 107 EstabResets : 108 CurrEstab : 109
InSegs : 110 OutSegs : 111 RetransSegs : 112
InErrs : 113 OutRsts : 114
describes the fields shown in the display.
Table 76 Show Extended Channel tcp-stack Field Descriptions
Field
|
Description
|
RtoAlgorithm
|
The algorithm used to determine the timeout value used for retransmitting unacknowledged octets.
|
RtoMin
|
The minimum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds. More refined semantics for objects of this type depend upon the algorithm used to determine the retransmission timeout. In particular, when the timeout algorithm is rsre(3), an object of this type has the semantics of the LBOUND quantity described in RFC 793.
|
RtoMax
|
The maximum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds. More refined semantics for objects of this type depend upon the algorithm used to determine the retransmission timeout. In particular, when the timeout algorithm is rsre(3), an object of this type has the semantics of the UBOUND quantity described in RFC 793."
|
MaxConn
|
The limit on the total number of TCP connections the entity can support. In entities where the maximum number of connections is dynamic, this object should contain the value -1.
|
ActiveOpens
|
Number of times TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state.
|
PassiveOpens
|
Number of times TCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state.
|
AttemptFails
|
Number of times TCP connections have made a direct transition to the CLOSED state from either the SYN-SENT state or the SYN-RCVD state, plus the number of times TCP connections have made a direct transition to the LISTEN state from the SYN-RCVD state.
|
EstabResets
|
Number of times TCP connections have made a direct transition to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT state.
|
CurrEstab
|
Number of TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT.
|
InSegs
|
Total number of segments received, including those received in error. This count includes segments received on currently established connections.
|
OutSegs
|
Total number of segments sent, including those on current connections but excluding those containing only retransmitted octets.
|
RetransSegs
|
Total number of segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets.
|
InErrs
|
Total number of segments received in error (for example, bad TCP checksums).
|
OutRsts
|
Number of TCP segments sent containing the RST flag.
|
show extended channel tg
Use the show extended channel tg privileged EXEC command to display configuration, operational information, and statistics information for CMPC transmission groups configured on the specified CIP internal LAN interface.
show extended channel slot/2 tg [oper | stats] [detailed] [tg-name]
Syntax Description
slot/2
|
Slot number.
|
oper
|
(Optional) Operational parameters for the CMPC transmission group values.
|
stats
|
(Optional) Statistical values for the CMPC transmission group.
|
detailed
|
(Optional) Additional LLC information about the CMPC transmission group.
|
tg-name
|
(Optional) Information for the specified tg-name.
|
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2 BC.
If neither the oper or stats arguments are specified, operational values will be displayed.
Sample Displays
The following is sample output on a Cisco 7500 router from the show extended channel tg oper command:
router# show extended channel 3/2 tg oper detailed MVS2-TG1
CMPC-TG: MVS2-TG1 Status: ACTIVE
Adapter:token 1 RMAC:4000.4040.1996 LSAP:04 RSAP:04
TGN :21 Local CP: NETA.MVS2 Remote CP: NETA.CALEB
HPR :NO HPR LSAP:04 HPR RSAP :00
Connection LLC2 Information:
t1-time = 1000 tpf-time = 1000 trej-time = 3200 tbusy-tim = 9600
idle-time =60000 local-win = 7 recv-wind = 7 N2 = 8
N1-Send = 1033 N1-Rcv = 1033 ack-delay = 100 ack-max = 3
Connection Time: 00:00:00 UTC Jan 1 1970
Last modified: 00:00:00 UTC Jan 1 1970
describes the fields shown in the display.
Table 77 Show Extended Channel Tg Oper Field Descriptions
Field
|
Description
|
Status
|
Connection status of the CMPC transmission group. Valid values are:
• Shutdown—CIP internal LAN interface is shutdown. In this state, all nonconfigurable values will not be displayed and the LLC connection operational values displayed when the detailed argument is specified also are not displayed.
• Inactive—CMPC transmission group is reset ready to activate.
• LocatingRemoteLinkStation—Exploring network for configured CMPC transmission group peer.
• RemoteLinkStationLocated—CMPC transmission group network peer found. Waiting for connection negotiation to start.
• XID3Negotiation—XID negotiation in progress.
• PendingActive—Connect station pending.
• Active—CMPC transmission group connection active.
|
Adapter
|
Identifies the CIP internal MAC adapter configured for this CMPC transmission group. The MAC address configured for this adapter is the local MAC address for the CMPC transmission group LLC connection.
|
RMAC
|
Remote MAC address configured for the CMPC transmission group LLC connection.
|
LSAP
|
Local SAP configured for the CMPC transmission group LLC connection.
|
RSAP
|
Remote SAP configured for the CMCP transmission group LLC connection.
|
TGN
|
Transmission group number for this CMPC transmission group LLC connection. This value is extracted from the XID3 negotiation exchange.
|
Local CP
|
Control point name for VTAM. The name is extracted from XID3s received from VTAM.
|
Remote CP
|
Control point name for the remote node connected by this CMPC transmission group. The name is extracted from XID3 received from the remote node.
|
MaxIn
|
Maximum PIU the remote node is allowed to send to VTAM. The value is the max PIU field in the XID3s received from VTAM.
|
MaxOut
|
Maximum PIU VTAM is allowed to send to the remote node. The value is the lowest of the max PIU field in the XID3 received from the remote node, the LF (length field) size in the RIF and the CIP virtual interface MTU size.
|
HPR
|
Valid values are YES and NO. If HPR is active on this CMPC transmission group, then the value will display YES.
|
HPR LSAP
|
Local SAP value used for HPR traffic. This value will be the same as the configured local SAP value.
|
HPR RSAP
|
Remote SAP value used for HPR traffic. This value is extracted from the XID3s during the connection negotiation between VTAM and the remote node.
|
RIF
|
Routing information field. If the CMPC transmission group LLC connection is established using source-route bridging, then the RIF used for the connection is displayed here.
|
The following is sample output on a Cisco 7500 router from the show extended channel tg stats command:
router# show extended channel 3/2 tg stats detail MVS2-TG1
IFramesIn :51 IFramesOut :41
IBytesIn :4378 IBytesOut :51803
UIFramesIn :0 UIFramesOut :0
UIBytesIn :0 UIBytesOut :0
TESTRspsIn :1 TESTCmdsOut :1
XIDCmdsIn :3 XIDCmdsOut :3
XIDRspsIn :0 XIDRspsOut :0
ConnectReqs :2 ConnectInds :0
ConnectRsps :2 ConnectCnfms:0
SweepReqsIn :0 SweepReqsOut:0
SweepRspsIn :0 SweepRspsOut:0
LastSeqNoIn :9 LastSeqNoOut:7
LastSeqNoFailureCause : None
TimeSinceLastSeqNoFailure : never
LLC2 Connection Statistics:
LAN Token 0 Adapter 1 4000.cdcd.cdcd
Local SAP=04 Remote MAC=4000.4040.1996 Remote SAP=04
LocalBusies = 0 RemoteBusies = 0
IFramesIn = 51 IFramesOut = 41
IOctetsIn = 4378 IOctetsOut = 51803
SFramesIn = 0 SFramesOut = 0
RetransmitsOut = 0 WwCountChanges = 0
The following is sample output on a Cisco 7500 router from the show extended channel tg stats command when the interface is shut down:
router# show extended channel 3/2 tg stats detail MVS2-TG1
CIP LLC-TG:MVS2ISR1 -Statistics Not Available
describes the fields shown in the display.
Table 78 Show Extended Channel Tg Stats Field Descriptions
Field
|
Description
|
IFramesIn
|
Number of connection-oriented PIUs received by this CMPC transmission group from the remote network node.
|
IFramesOut
|
Number of connection-oriented PIUs sent by this CMPC transmission group to the remote network node.
|
UIFramesIn
|
Number of connectionless PIUs (HPR frames) received by this CMPC transmission group from the remote network node.
|
UIFramesOut
|
Number of connectionless PIUs (HPR frames) sent by this CMPC transmission group to the remote network node.
|
TestRspsIn
|
Number of TEST responses received for this CMPC transmission group.
|
TestCmdsOut
|
Number of TEST commands sent by this CMPC transmission group to the configured remote MAC address.
|
XidCmdsIn
|
Number of XID commands received for this CMPC transmission group.
|
XidCmdsOut
|
Number of XID commands sent by this CMPC transmission group.
|
XidRspsIn
|
Number of XID responses received for this CMPC transmission group.
|
XidRspsOut
|
Number of XID responses sent by this CMPC transmission group.
|
SweepReqsIn
|
Number of CMPC sweep requests received from VTAM on this CMPC transmission group.
|
SweepReqsOut
|
Number of CMPC sweep requests sent to VTAM on the CMPC transmission group.
|
SweepRspsIn
|
Number of CMPC responses received from VTAM on this CMPC transmission group.
|
SweepRspsOut
|
Number of CMPC responses sent to VTAM on this CMPC transmission group.
|
IBytesIn
|
Number of bytes for connection-oriented PIUs received by this CMPC transmission group from the remote network node.
|
IBytesOut
|
Number of bytes for connection-oriented PIUs sent by this CMPC transmission group to the remote network node.
|
UIBytesIn
|
Number of bytes for connectionless PIUs received by this CMPC transmission group from the remote network node.
|
UIBytesOut
|
Number of bytes for connectionless PIUs sent by this CMPC transmission group to the remote network node.
|
ConnectReqs
|
Number of connect requests received from the host by this CMPC transmission group.
|
ConnectInds
|
Number of connect indications sent to the host by this CMPC transmission group.
|
ConnectRsps
|
Number of connect responses received from the host by this CMPC transmission group.
|
ConnectCnfms
|
Number of connect confirms sent to the host by this CMPC transmission group.
|
DISCReqs
|
Number of disconnect requests received from the host by this CMPC transmission group.
|
DISCInds
|
Number of disconnect indications sent to the host by this CMPC transmission group.
|
Wraps
|
Number of times the sequence numbers wrapped for this CMPC transmission group.
|
LastSeqNoIn
|
The sequence number on the last CMPC data block sent to the host from this CMPC transmission group.
|
LastSeqNoOut
|
The sequence number on the last CMPC data block received from the host for this CMPC transmission group.
|
LastSeqNoFailureCause
|
The cause of the last sequence number failure for this CMPC transmission group. Valid values are as follows:
• None—No sequence number failures have occurred on this CMPC transmission group since it was configured or the interface was last "no shut".
• Block—The sequence number failure occurred on a MPC data block received from the host for this CMPC transmission group.
• Sweep—The sequence number failure occurred on a sweep command received from the host for this CMPC transmission group.
|
TimeSinceLastSeqNoFailure
|
Time since the last CMPC sequence number failure for this CMPC transmission group. If there have been no failures, "never" is displayed.
|
show extended channel tn3270-server
Use the show extended channel tn3270-server privileged EXEC command to display current server configuration parameters and the status of the PUs defined in each TN3270 server.
show extended channel slot/2 tn3270-server
Syntax Description
slot/2
|
Specifies a particular CIP in the router where slot is the slot number. The port value for a TN3270 server is always 2.
|
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
Sample Display
The following is sample output on the Cisco 7000 with RSP7000 from the show extended channel tn3270-server command:
router# show extended channel 3/2 tn3270-server
<current stats> < connection stats > <response time(ms)>
server-ip:tcp lu in-use connect disconn fail host tcp
172.28.1.106:23 510 1 12 11 0 54 40
172.28.1.107:23 511 0 0 0 0 0 0
172.28.1.108:23 255 0 0 0 0 0 0
idle-time 0 keepalive 1800 unbind-action disconnect
tcp-port 23 generic-pool permit no timing-mark
dlur MPX.GOANCP status NOTQRYD SHUT
name(index) ip:tcp xid state link destination r-lsap
EXT2(1) 172.28.1.106:23 05D18092 ACTIVE tok 0 4000.7470.00e7 08 04
PUS10(2) 172.28.1.107:23 05D19010 ACTIVE tok 0 4000.7470.00e7 08 2C
PUS11(3) 172.28.1.107:23 05D19011 ACTIVE tok 0 4000.7470.00e7 08 28
PUS12(4) 172.28.1.108:23 05D19012 ACTIVE tok 0 4000.7470.00e7 08 24
PUS9(5) 172.28.1.109:23 05D18509 SHUT tok 0 4001.3745.1088 04 40
SDTF(7) 172.28.1.107:23 12345678 ACTIVE tok 0 0800.5a4b.1cbc 04 08
TEST(8) 172.28.1.106:23 05D18091 ACTIVE tok 0 4000.7470.00e7 08 30
INT1(6) 172.28.1.106:23 05D18091 SHUT dlur
describes significant fields in the display. Those fields not described correspond to configured values.
Table 79 Show Extended Channel TN3270-server Field Descriptions
Field
|
Description
|
SERVER-IP:TCP
|
IP address and TCP port number, listening point, configured on one or more PUs.
|
LU number
|
Total number of LUs available for this listening point.
|
IN-USE number
|
Number of LUs currently in use.
|
CONNECT number
|
Total number of connect ins since the TN3270 feature was started.
|
DISCONN number
|
Total number of disconnects since the TN3270 feature was started.
|
FAIL number
|
Total number of failed connects since the TN3270 feature was started.
|
RESPONSE TIME, HOST number
|
The average response time from the host across all sessions through this server IP address. This is measured from sending CD to the host to receiving the reply.
|
RESPONSE TIME, TCP number
|
Average response time from the clients on this server IP address. This is measured only when TIMING MARKs are sent. If no timing-mark is configured, they are only sent on special occasions, such as Bind.
|
IDLE-TIME number
|
Configured idle-time for this PU.
|
KEEPALIVE number
|
Configured keepalive for this PU.
|
UNBIND-ACTION type
|
Configured unbind action for LUs on this PU.
|
TCP-PORT number
|
Configured TCP port number.
|
GENERIC-POOL type
|
Configured generic-pool for LUs on this PU.
|
DLUR fq-cpname
|
Configured fully qualified DLUR CP name.
|
STATUS
|
Possible dlur-dlus-status values and their meanings are:
reset—The DLUR-DLUS pipe is reset.
pnd-actv—The DLUR-DLUS pipe is pending active.
active—The DLUR-DLUS pipe is active.
pnd-inac—The DLUR-DLUS pipe is pending inactive.
|
DLUS fq-dlusname
|
Currently active DLUS.
|
NAME pu-name
|
This is the name of the PU as configured.
|
IP:TCP ip-addr:tcpport
|
IP address and TCP port number configured for the PU.
|
XID number
|
Configured XID - idblk and idnum.
|
STATE value
|
Possible STATE values and their meanings are:
• shut—The PU is configured but in shut state.
• reset—The link station of this PU is not active.
• test—PU is sending a TEST to establish link.
• xid—TEST is responded, XID is sent.
• p-actpu—The link station is up but no ACTPU is received.
• active—ACTPU is received and acknowledged positively.
• act/busy—Awaiting host to acknowledge the SSCP-PU data.
• wait—Waiting for PU status from CIP.
• other—PU in undefined state.
• p-rqactpu-r—DLUR PU is pending request ACTPU response.
• p-active—ACTPU received by DLUR but not yet passed to PU.
• p-dactpu—PU is pending DACTPU.
|
LINK type
|
LINK type is either internal adapter type and internal adapter number or dlur if it is a SNA Session Switch PU.
|
DESTINATION mac-address or PU-name
|
If a direct PU, then it is the destination MAC address, otherwise, it is the name of the partner PU.
|
R-LSAP number number
|
Remote and local SAP values.
|
show extended channel tn3270-server client-ip-address
Use the show extended channel tn3270-server client-ip-address privileged EXEC command to display information about all clients at a specific IP address.
show extended channel slot/2 tn3270-server client-ip-address ip-address [disconnected |
in-session | pending]
Syntax Description
slot/2
|
(Optional) Specifies a particular CIP in the router where slot is the slot number. The port value for a TN3270 server will always be 2.
|
ip-address
|
IP address of the client.
|
disconnected
|
(Optional) Shows all clients with ip-address in disconnected state. Disconnected state refers to an LU session state of ACTIVE or INACTIVE. In this case, the ip-address refers to the client that last used the LU.
|
in-session
|
(Optional) Shows all clients with ip-address in active session state. Active session state refers to an LU session state of ACT/SESS.
|
pending
|
(Optional) Shows all clients with ip-address in pending state. Pending session state refers to an LU session state of P-SDT, P-ACTLU, P-NTF/AV, P-NTF/UA, P-RESET, P-PSID, P-BIND, P-UNBIND, WT-UNBND, WT-SDT or UNKNOWN.
|
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
Note that this command does not show information about LUs that have never been connected.
Sample Displays
The following is sample output on the Cisco 7000 with RSP7000 from the show extended channel tn3270-server client-ip-address command. The example shows only active sessions because no other session types exist at this client IP address.
router# show extended channel 3/2 tn3270-server client-ip 192.195.80.40
lu name client-ip:tcp nail state model frames in out idle for
1 PUS11001 192.195.80.40:3169 Y ACT/SESS 327804 5 5 0:5:47
pu is PUS11, lu is DYNAMIC type 2, negotiated TN3270
bytes 155 in, 1758 out; RuSize 1024 in, 3840 out; NegRsp 0 in, 0 out
pacing window 0 in, 1 out; credits 0 in, queue-size 0 in, 0 out
The following is sample output using the disconnected argument:
Router# show extended channel 2/2 tn3270 client-ip 10.14.1.21 disconnected
Total 2 clients found using 10.14.1.21
The following is sample output using the in-session argument:
Router# show extended channel 2/2 tn3270 client-ip 10.14.1.21 in-session
Note: if state is ACT/NA then the client is disconnected
lu name client-ip:tcp nail state model frames in out idle for
3 PU1L03 10.14.1.21:35215 N ACT/SESS 327804 317 316 0:0:1
pu is PU1, lu is DYNAMIC type 2, negotiated TN3270
bytes 12167 in, 225476 out; RuSize 2048 in, 1536 out; NegRsp 0 in, 0 out
pacing window 0 in, 1 out; credits 0 in, queue-size 0 in, 0 out
Note: if state is ACT/NA then the client is disconnected
lu name client-ip:tcp nail state model frames in out idle for
4 PU1L04 10.14.1.21:35216 N ACT/SESS 327804 317 316 0:0:1
pu is PU1, lu is DYNAMIC type 2, negotiated TN3270
bytes 12167 in, 225476 out; RuSize 2048 in, 1536 out; NegRsp 0 in, 0 out
pacing window 0 in, 1 out; credits 0 in, queue-size 0 in, 0 out
Note: if state is ACT/NA then the client is disconnected
Total 2 clients found using 10.14.1.21
The following is sample output using the pending argument:
Router# show extended channel 2/2 tn3270 client-ip 10.14.1.21 pending
Total 2 clients found using 10.14.1.21
describes significant fields in the display.
Table 80 Show Extended Channel TN3270-server Client-ip-address Field Descriptions
Field
|
Description
|
lu locaddr
|
LOCADDR of the LU.
|
name lu-name
|
If the PU is directly connected, then the name shown is the one generated by the seed. If DLUR, then only the unqualified portion is shown. The NETID portion will be the same as the current DLUS.
|
client-ip:tcp ip-address:port
|
Client's IP address and TCP port number
|
nail
|
Status of LU nailing, either Y or N
|
state lu-state
|
The LU state and their meanings are:
• unknown—LU in an undefined state.
• inactive—LU did not receive ACTLU.
• active—LU received ACTLU and acknowledged positively.
• p-sdt—LU is bound but there is no SDT yet.
• act/sess—LU is bound and in session.
• p-actlu—Telnet connects in and is waiting for ACTLU.
• p-ntf/av—Awaiting host notify-available response.
• p-ntf/ua—Awaiting host notify-unavailable response.
• p-reset—Awaiting a buffer to send DACTLU response.
• p-psid—Awaiting NMVT Reply PSID response.
• p-bind—Waiting for host to send bind.
• p-unbind—Awaiting host unbind response.
• wt-unbnd—Waiting for client to acknowledge disconnection.
• wt-sdt—Waiting for client to acknowledge SDT.
|
MODEL model
|
IBM 3278 model type of client; blank if STATIC LU.
|
FRAMES IN number
|
Number of frames sent inbound to the host.
|
FRAMES OUT number
|
Number of frames sent outbound from the host.
|
IDLE FOR time
|
Time the client has been idle. The time is in HH:MM:SS.
|
PU IS pu-name
|
Name of the PU.
|
LU IS type
|
Whether LU is DYNAMIC or STATIC.
|
NEGOTIATED type
|
Whether client is TN3270 or TN3270E.
|
BYTES IN / OUT number/number
|
Total number of bytes sent to/received from the host.
|
RUSIZE IN / OUT number/number
|
RU size as configured in the bind.
|
NEGRSP IN / OUT number/number
|
Number of SNA negative responses sent to/received from the host.
|
PACING WINDOW IN / OUT number/number
|
SNA pacing window as configured in the bind.
|
CREDITS IN number
|
Number of frames that can be sent inbound without requiring an isolated pacing response.
|
QUEUE SIZE IN number
|
Indicates the number of SNA frames waiting to be sent to the host that are blocked and are waiting for a pacing response.
|
QUEUE SIZE OUT number
|
SNA frames not yet acknowledged by an isolated pacing response by the TN3270 server.
|
show extended channel tn3270-server dlur
Use the show extended channel tn3270-server dlur privileged EXEC command to display information about the SNA session switch.
show extended channel slot/2 tn3270-server dlur
Syntax Description
slot/2
|
Specifies a particular CIP in the router where slot is the slot number. The port value for a TN3270 server will always be 2.
|
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
Sample Display
The following is sample output on the Cisco 7000 with RSP7000 from the show extended channel tn3270-server dlur command:
router# show extended channel 3/2 tn3270-server dlur
current dlus MPX.NGMVMPC dlur-dlus status ACTIVE
preferred dlus MPX.NGMVMPC backup dlus MPX.NGMVMPB
preferred server MPX.NGMVMPA
lsap token-adapter 0 5C vrn MPX.LAN4 status ACTIVE
link P390 remote 4000.7470.00e7 08 status ACTIVE
describes significant fields in the display.
Table 81 Show Extended Channel TN3270-server Dlur Field Descriptions
Field
|
Description
|
DLUR fq-luname
|
Fully qualified CP name used by the SNA session switch and the LU name for the DLUR function configured as the fq-cpname on the dlur statement.
|
CURRENT DLUS fq-luname
|
Name of the currently active DLUS, either the primary DLUS or the backup DLUS.
|
DLUR-DLUS STATUS dlur-status
|
Possible dlur-dlus-status values and their meanings are:
• reset—The DLUR-DLUS pipe is reset.
• pnd-actv—The DLUR-DLUS pipe is pending active.
• active—The DLUR-DLUS pipe is active.
• pnd-inac—The DLUR-DLUS pipe is pending inactive.
|
PREFERRED-DLUS fq-luname
|
Name of the DLUS as configured on the DLUR statement.
|
BACKUP-DLUS fq-luname
|
Name of the DLUS that is used if the preferred DLUS is unavailable.
|
PREFERRED SERVER fq-luname
|
Fully qualified name of the preferred network node server.
|
LSAP
|
Configured value for the local SAP on the configured internal adapter. Token-adapter specifies the type of internal adapter used.
|
VRN fq-name
|
Name of the connection network as configured by the vrn statement for this LSAP and internal adapter pair.
|
LSAP...STATUS status
|
Possible sap-status values and their meanings are:
• inactive—Not connected to adapter.
• pnd-actv—SAP activation in progress.
• active—SAP open.
• pnd-inac—SAP deactivation in progress.
|
LINK name
|
Name of the configured link. If not a configured link, then the name is an invented name, @DLURnn.
|
REMOTE mac sap
|
Remote MAC and SAP for this link.
|
LINK...STATUS status
|
Possible link-status values and their meanings are:
• inactive—Not connected to host.
• pnd-actv—Link activation in progress.
• active—Link active.
• pnd-inac—Link deactivation in progress.
|
show extended channel tn3270-server dlurlink
Use the show extended channel tn3270-server dlurlink privileged EXEC command to display information about the DLUR components.
show extended channel slot/2 tn3270-server dlurlink name
Syntax Description
slot/2
|
Specifies a particular CIP in the router where slot is the slot number. The port value for a TN3270 server will always be 2.
|
name
|
Name of the SNA session switch link to be displayed.
|
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
Sample Display
The following is sample output on the Cisco 7000 with RSP7000 from the show extended channel tn3270-server dlurlink command:
router# show extended channel 3/2 tn3270-server dlurlink P390
lsap token-adapter 0 5C vrn MPX.LAN4 status ACTIVE
link P390 remote 4000.7470.00e7 08 status ACTIVE
partner MPX.NGMVMPC tgn 1 maxdata 1033
describes significant fields in the display.
Table 82 Show Extended Channel TN3270-server Dlurlink Field Descriptions
Field
|
Description
|
LSAP...VRN...STATUS status
|
Possible sap-status values and their meanings are:
• inactive—Not connected to adapter.
• pnd-actv—SAP activation in progress.
• active—SAP open.
• pnd-inac—SAP deactivation in progress.
|
LINK name
|
Name is an invented name, @DLURnn, if not a configured link.
|
LINK ...STATUS status
|
Possible link-status values and their meanings are:
• inactive—Not connected to host.
• pnd-actv—Link activation in progress.
• active—Link active.
• pnd-inac—Link deactivation in progress.
|
PARTNER name
|
CP name of the remote node for this link.
|
TGN tg-number
|
Transmission group number for this link. Because the SNA session switch only supports 1 transmission group per pair of CP names, it is typically 0 or 1.
|
MAXDATA maxdata
|
Maximum frame size allowed on this link.
|
show extended channel tn3270-server nailed-ip
Use the show extended channel tn3270-server nailed-ip privileged EXEC command to display mappings between a nailed client IP address and nailed LUs.
show extended channel slot/2 tn3270-server nailed-ip ip-address
Syntax Description
slot/2
|
Slot number.
|
ip-address
|
Specifies remote client IP address.
|
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2 BC.
Sample Displays
The following is sample output on the Cisco 7000 with RSP7000 from the show extended channel tn3270-server nailed-ip command:
router# show extended channel 3/2 tn3270-server nailed-ip 172.28.0.0
172.28.1.0 255.255.255.192 pu BAGE1 lu 1 50
172.28.1.80 255.255.255.248 pu BAGE2 lu 100 200 printer
172.28.1.83 pu BAGE3 lu 1 60 printer
172.28.1.82 pu BAGE1 lu 100 200
Table 83 Show Extended Channel TN3270-server Nailed-ip Field Descriptions
Field
|
Description
|
172.28.1.0
|
IP address of the nailed client.
|
255.255.255.192
|
Network mask for the range of configured nailed clients.
|
pu BAGE1
|
PU name under which the client command was configured.
|
lu 1 50
|
LU LOCADDR range showing first LOCADDR and last LOCADDR. There need not be a last LOCADDR if only a single LOCADDR rather than a range is configured.
|
printer
|
Type of device being nailed to the LOCADDRs. If printer is specified, only clients which are printers are nailed to the LOCADDRs. If screen is specified, only clients that are screens are nailed to the LOCADDRs. If neither is specified, both screens and printers can use the LOCADDRs. A printer client is any client with a device type of "328*". A screen client is a client with any other device type.
|
show extended channel tn3270-server pu
Use the show extended channel tn3270-server pu privileged EXEC command to display the PU configuration parameters, statistics and all the LUs currently attached to the PU.
show extended channel slot/2 tn3270-server pu pu-name
Syntax Description
extended channel slot/2
|
(Optional) Specifies a particular CIP in the router where slot is the slot number. The port value for a TN3270 server will always be 2.
|
pu-name
|
PU name that uniquely identifies this PU.
|
Command Mode
Privileged EXEC
Usage Guideline
This command first appeared in Cisco IOS Release 11.2.
The display shown depends on whether the PU is a direct PU or a SNA session switch PU.
Sample Displays
The following is sample output on the Cisco 7000 with RSP7000 from the show extended channel tn3270-server pu command for a direct PU:
router# show extended channel 3/2 tn3270-server pu BAGE1
name(index) ip:tcp xid state link destination r-lsap
BAGE1(1) 172.28.1.82:23 05D18081 ACTIVE tok 0 4000.7470.00e7 08 10
idle-time 0 keepalive 1800 unbind-act discon generic-pool perm
bytes 560 in, 3765 out; frames 20 in, 27 out; NegRsp 0 in, 0 out
actlus 12, dactlus 0, binds 2
lu name client-ip:tcp nail state model frames in out idle for
1 BAGE1001 never connected Y ACTIVE 1 1 4:50:44
2 BAGE1002 never connected Y ACTIVE 1 1 4:50:44
3 BAGE1003 192.195.80.40:2077 N ACT/SESS 327804 5 5 5:4:36
4 BAGE1004 192.195.80.40:2644 Y ACTIVE 327804 5 5 0:36:7
client ip mask nail-type lu first lu last
192.195.80.40 255.255.255.0 screen 1 2
192.195.80.40 255.255.255.0 printer 4
The following is sample output on the Cisco 7000 with RSP7000 from the show extended channel tn3270-server pu command for a SNA session switch PU:
router# show extended channel 3/2 tn3270-server pu INT1
name(index) ip:tcp xid state link destination r-lsap
INT1(5) 172.28.1.106:23 05D18091 ACTIVE dlur MPX.GOAN1
idle-time 0 keepalive 0 unbind-act discon generic-pool perm
bytes 50 in, out; frames 87 in, 2 out; NegRsp 3 in, 0 out
actlus 2, dactlus 0, binds 0
lu name client-ip:tcp state model frames in out idle for
1 GOAN1X01 never connected ACTIVE 1 1 0:32:14
2 GOAN1X02 never connected ACTIVE 1 1 0:32:14
describes significant fields in the display.
Table 84 Show Extended Channel TN3270-server PU Field Descriptions
Field
|
Description
|
name (index) pu-name (index)
|
Name and index of the PU as configured.
|
ip:tcp ip-addr:tcpport
|
IP address and TCP port number configured for the PU.
|
xid number
|
Configured XID - idblk and idnum.
|
state pu-state
|
Possible state values and their meanings are as follows:
• SHUT—PU is configured but in shut state.
• RESET—Link station of this PU is not active.
• TEST—PU is sending a TEST to establish link.
• XID—TEST is responded, XID is sent.
• P-ACTPU—Link station is up but no ACTPU is received.
• ACTIVE—ACTPU is received and acknowledged positively.
• ACT/BUSY—Awaiting host to acknowledge the SSCP-PU data.
• WAIT—Waiting for PU status from CIP.
• UNKNOWN—Direct PU in undefined state.
• P-RQACTPU-R—PU is pending request ACTPU response.
• P-ACTIVE—DLUR PU and direct PU states disagree.
• P-DACTPU—PU is pending DACTPU.
• DLUR???—DLUR PU is in undefined state.
|
link type
|
LINK type is either internal adapter type and internal adapter number or dlur if it is a SNA Session Switch PU.
|
destination mac-address or pu-name
|
If a direct PU, then it is the destination MAC address, otherwise, it is the name of the partner PU.
|
r-lsap number number
|
Remote and local SAP values.
|
idle-time number
|
Configured idle-time for this PU.
|
keepalive number
|
Configured keepalive for this PU.
|
unbind-act type
|
Configured unbind action for LUs on this PU.
|
generic-pool type
|
Configured generic-pool for LUs on this PU.
|
bytes in / out number/number
|
Total number of bytes sent to/received from the host for this PU.
|
frames in / out number/number
|
Total number of frames sent to/received from the host for this PU.
|
NegRsp in / out number/number
|
Total number of SNA negative responses sent to/received from the host.
|
actlus number
|
Total number of ACTLUs received from the host.
|
dactlus number
|
Total number of DACTLUs received from the host.
|
binds number
|
Total number of BINDs received from the host.
|
lu number
|
LOCADDR of the LU.
|
name lu-name
|
Name of the TN3270 LU.
|
client-ip:tcp ip-addr:tcpport
|
Client's IP address and TCP port number.
|
nail
|
Status of LU nailing, either Y or N
|
state lu-state
|
The LU states and their meanings are:
• UNKNOWN—LU in an undefined state.
• INACTIVE—LU didn't receive ACTLU.
• ACTIVE—LU received ACTLU and acknowledged positively.
• P-SDT—LU is bound but there is no SDT yet.
• ACT/SESS—LU is bound and in session.
• P-ACTLU—Telnet connects in and is awaiting ACTLU.
• P-NTF/av—Awaiting host notify-available response.
• P-NTF/UA—Awaiting host notify-unavailable response.
• P-RESET—Waiting for a buffer to send DACTLU response.
• P-PSID—Waiting for NMVT Reply psid response.
• P-BIND—Waiting for host to send bind.
• P-UNBIND—Awaiting host unbind response.
• WT-UNBND—Waiting for client to acknowledge disconnection.
• WT-SDT—Waiting for client to acknowledge SDT.
|
model model
|
IBM 3278 model type of client.
|
frames in number
|
Number of frames sent inbound to the host.
|
frames out number
|
Number of frames sent outbound from the host.
|
idle for time
|
Time the client has been idle. The time is in HH:MM:SS.
|
client ip
|
Remote client IP address.
|
mask
|
Current network mask.
|
nail-type
|
LU nailing type, screen or printer.
|
lu first
|
First LU address in the range.
|
lu last
|
Last LU address in the range, if one is specified in the client configuration command.
|
show extended channel tn3270-server pu lu
Use the show extended channel tn3270-server pu lu privileged EXEC command to display information about the TN3270 server LUs running on CIP interface in a Cisco 7000 with RSP7000 and Cisco 7500 series.
show extended channel slot/2 tn3270-server pu pu-name lu locaddr [history]
Syntax Description
slot/2
|
Specifies a particular CIP in the router where slot is the slot number. The port value for a TN3270 server will always be 2.
|
pu-name
|
PU name that uniquely identifies this PU.
|
locaddr
|
LU LOCADDR that uniquely identifies the LU.
|
history
|
(Optional) Displays the LU trace history.
|
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
Sample Displays
The following is sample output on the Cisco 7000 with RSP7000 from the show extended channel tn3270-server pu lu command for a direct PU:
router# show extended channel 3/2 tn3270 pu ext2 lu 3
lu name client-ip:tcp state model frames in out idle for
3 EXT2003 171.69.176.77:3829 ACTIVE 327902E 8 9 0:4:43
pu is EXT2, lu is DYNAMIC type 0, negotiated TN3270
bytes 203 in, 2954 out; RuSize 0 in, 0 out; NegRsp 1 in, 0 out
pacing window 0 in, 1 out; credits 0 in, queue-size 0 in, 0 out
The following is sample output on the Cisco 7000 with RSP7000 from the show extended channel tn3270-server pu lu command for a SNA session switch PU:
router# show extended channel 3/2 tn3270 pu int1 lu 1
lu name client-ip:tcp state model frames in out idle for
1 GOAN1X01 171.69.176.77:3828 ACTIVE 4 4 0:4:51
pu is INT1, lu is STATIC type 0, negotiated TN3270E
bytes 74 in, 1219 out; RuSize 0 in, 0 out; NegRsp 0 in, 0 out
pacing window 0 in, 0 out; credits 0 in, queue-size 0 in, 0 out
The following is sample output on the Cisco 7000 with RSP7000 from the show extended channel tn3270-server pu lu history command:
router# show extended channel 3/2 tn3270 pu pus20 lu 1 history
lu name client-ip:tcp state model frames in out idle for
1 PUS20001 192.195.80.40:2480 ACT/SESS 327804 5 4 0:0:8
pu is PUS20, lu is DYNAMIC type 2, negotiated TN3270
bytes 155 in, 1752 out; RuSize 1024 in, 3840 out; NegRsp 0 in, 0 out>pacing window 0 in,
1 out; credits 0 in, queue-size 0 in, 0 out
OUT len=12 2Dxxxxxxxx456B80000D0201
IN len=25 xxxxxxxxxx45EB80000D0201000000
OUT len=53 2Dxxxxxxxx466B800031010303B1
IN len=10 2D0001010646EB800031
OUT len=10 2D00010106476B8000A0
IN len=10 2D0001010647EB8000A0
OUT len=1677 2Cxxxxxxxx010381C07EC7114040
IN len=9 2C0001010001838100
describes significant fields in the display.
Table 85 Show Extended Channel TN3270-server PU LU Field Descriptions
Field
|
Description
|
LU locaddr
|
LOCADDR of the LU.
|
NAME lu-name
|
Name of the TN3270 LU.
|
CLIENT-IP:TCP ip-addr:tcpport
|
Client's IP address and TCP port number.
|
STATE lu-state
|
The LU state and their meanings are:
• unknown—LU in an undefined state.
• inactive—LU didn't receive ACTLU.
• active—LU received ACTLU and acknowledged positively.
• p-sdt—LU is bound but there is no SDT yet.
• act/sess—LU is bound and in session.
• p-actlu—Telnet connects in and is awaiting ACTLU.
• p-ntf/av—Awaiting host notify-available response.
• p-ntf/ua—Awaiting host notify-unavailable response.
• p-reset—Waiting for a buffer to send DACTLU response.
• p-psid—Waiting for NMVT Reply psid response.
• p-bind—Waiting for host to send bind.
• p-unbind—Awaiting host unbind response.
• wt-unbnd—Waiting for client to acknowledge disconnection.
• wt-sdt—Waiting for client to acknowledge SDT.
|
MODEL model
|
3278 model type of client; blank if STATIC LU.
|
FRAMES IN number
|
Number of frames sent inbound to the host.
|
FRAMES OUT number
|
Number of frames sent outbound from the host.
|
IDLE FOR time
|
Time the client has been idle. The time is in HH:MM:SS.
|
PU IS pu-name
|
Name of the PU.
|
LU IS type
|
Whether LU is DYNAMIC or STATIC.
|
NEGOTIATED type
|
Whether client is TN3270 or TN3270E.
|
BYTES IN / OUT number/number
|
Total number of bytes sent to/received from the host.
|
RUSIZE IN / OUT number/number
|
RU size as configured in the bind.
|
NEGRSP IN / OUT number/number
|
Number of SNA negative responses sent to/received from the host.
|
PACING WINDOW IN / OUT number/number
|
SNA pacing window as configured in the bind.
|
CREDITS IN number
|
Number of frames that can be sent inbound without requiring an isolated pacing response.
|
QUEUE SIZE IN number
|
If non-zero, indicates the number of SNA frames waiting to be sent to the host which are blocked, waiting for a pacing response.
|
QUEUE SIZE OUT number
|
SNA frames not yet acknowledged by an isolated pacing response by the TN3270 server.
|
show extended channel udp-listeners
Use the show extended channel udp-listeners privileged EXEC command to display information about the User Datagram Protocol (UDP) listener sockets running on the CIP interfaces in a Cisco 7000 with RSP7000 and Cisco 7500 series.
show extended channel slot/port udp-listeners [ip-address]
Syntax Description
slot
|
Slot number.
|
port
|
Port number.
|
udp-listeners
|
Specifies UDP listener port display.
|
ip-address
|
(Optional) Offload or TN3270-server IP address.
|
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 11.0.
Sample Display
The following is sample output from the show channel udp-listeners command:
router# show extended channel 4/0 udp-listeners 198.92.1.120
UDP Listener: IP Address 198.92.1.120 LocalPort 0
UDP Listener: IP Address 198.92.1.120 LocalPort 1
UDP Listener: IP Address 198.92.1.120 LocalPort 2
UDP Listener: IP Address 198.92.1.120 LocalPort 3
UDP Listener: IP Address 198.92.1.120 LocalPort 4
router# show extended channel 4/0 udp-listeners 198.92.1.121
UDP Listener: IP Address 198.92.1.121 LocalPort 0
UDP Listener: IP Address 198.92.1.121 LocalPort 1
UDP Listener: IP Address 198.92.1.121 LocalPort 2
UDP Listener: IP Address 198.92.1.121 LocalPort 3
UDP Listener: IP Address 198.92.1.121 LocalPort 4
show extended channel udp-stack
Use the show extended channel udp-stack privileged EXEC command to display information about the UDP stack running on the CIP interfaces in a Cisco 7000 with RSP7000 and Cisco 7500 series.
show extended channel slot/port udp-stack [ip-address]
Syntax Description
slot
|
Slot number.
|
port
|
Port number.
|
udp-stack
|
Selects UDP stack display.
|
ip-address
|
(Optional) Offload or TN3270-server IP address.
|
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 11.0.
Sample Display
The following is sample output from the show extended channel udp-stack command:
router# show extended channel udp-stack
UDP Statistics for IP Address 198.92.1.120
InDatagrams : 300 NoPorts : 301
InErrors : 302 OutDatagrams: 303
UDP Statistics for IP Address 198.92.1.121
InDatagrams : 301 NoPorts : 302
InErrors : 303 OutDatagrams: 304
describes the fields shown in the display.
Table 86 Show Extended Channel udp-stack Field Descriptions
Field
|
Description
|
InDatagrams
|
Total number of UDP datagrams delivered to UDP users.
|
NoPorts
|
Total number of received UDP datagrams for which there was no application at the destination port.
|
InErrors
|
Number of received UDP datagrams that could not be delivered for reasons other than the lack of an application at the destination port.
|
OutDatagrams
|
Total number of UDP datagrams sent from this entity.
|
Related Commands
You can use the master indexes or search online to find documentation of related commands.
pu (direct)
pu (DLUR)
offload
show interfaces channel
Use the show interfaces channel privileged EXEC command to display information about the CIP interfaces on the Cisco 7000 with RSP7000 and Cisco 7500 series. This command displays information that is specific to the interface hardware. The information displayed is generally useful for diagnostic tasks performed by technical support personnel only.
show interfaces channel slot/port [accounting]
Syntax Description
slot
|
Slot number.
|
port
|
Port number.
|
accounting
|
(Optional) Shows interface accounting information.
|
Command Mode
Privileged EXEC
Usage Guidelines
This command first appeared in Cisco IOS Release 10.3.
Sample Display
The following is sample output on the Cisco 7000 with RSP7000 from the show interfaces channel command:
Router# show interfaces channel 3/0
Channel3/0 is up, line protocol is up
Hardware is cxBus IBM Channel
Internet address is 198.92.1.145, subnet mask is 255.255.255.248
MTU 4096 bytes, BW 0 Kbit, DLY 0 usec, rely 255/255, load 1/255
Encapsulation CHANNEL, loopback not set, keepalive not set
Data transfer rate 12 Mbytes Number of subchannels 1
Last input never, output never, output hang never
Last clearing of "show interface" counters 0:00:04
Output queue 0/0, 0 drops; input queue 0/75, 0 drops
Five minute input rate 0 bits/sec, 0 packets/sec
Five minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets, 0 restarts
describes the fields shown in the display.
Table 87 Show Interfaces Channel Field Descriptions
Field
|
Description
|
Channel... is {up | down | administratively down}
|
Indicates whether the interface hardware is currently active (whether synchronization is achieved on an ESCON channel, or whether operational out is enabled on a parallel channel) and whether it has been taken down by an administrator.
|
line protocol is {up | down | administratively down}
|
Indicates whether the software processes that handle the line protocol think the line is usable (that is, whether keepalives are successful).
|
Hardware is
|
Hardware type.
|
Internet address is
|
IP address and subnet mask.
|
MTU
|
Maximum transmission unit of the interface.
|
BW
|
Bandwidth of the interface in kilobits per second.
|
DLY
|
Delay of the interface in microseconds.
|
rely
|
Reliability of the interface as a fraction of 255 (255/255 is 100% reliability), calculated as an exponential average over 5 minutes.
|
load
|
Load on the interface as a fraction of 255 (255/255 is completely saturated), calculated as an exponential average over 5 minutes. The calculation uses the value from the bandwidth interface configuration command.
|
Encapsulation
|
Encapsulation method assigned to interface.
|
loopback
|
Indicates whether loopbacks are set or not.
|
keepalive
|
Indicates whether keepalives are set or not.
|
daughter card
|
Type of adapter card.
|
Data transfer rate
|
Rate of data transfer.
|
Number of subchannels
|
Number of subchannels.
|
Last input
|
Number of hours, minutes, and seconds since the last packet was successfully received by an interface. Useful for knowing when a dead interface failed.
|
Last output
|
Number of hours, minutes, and seconds since the last packet was successfully transmitted by an interface.
|
output hang
|
Number of hours, minutes, and seconds (or never) since the interface was last reset because of a transmission that took too long. When the number of hours in any of the "last" fields exceeds 24 hours, the number of days and hours is printed. If that field overflows, asterisks are printed.
|
Last clearing
|
The time at which the counters that measure cumulative statistics (such as number of bytes transmitted and received) shown in this report were last reset to zero. Note that variables that might affect routing (for example, load and reliability) are not cleared when the counters are cleared. These asterisks (***) indicate the elapsed time is too large to be displayed. 0:00:00 indicates the counters were cleared more than 231ms (and less than 232ms) ago.
|
Output queue, drops input queue, drops
|
Number of packets in output and input queues. Each number is followed by a slash, the maximum size of the queue, and the number of packets dropped due to a full queue.
|
Five minute input rate, Five minute output rate
|
Average number of bits and packets transmitted per second in the last 5 minutes.
|
packets input
|
Total number of error-free packets received by the system.
|
bytes input
|
Total number of bytes, including data and MAC encapsulation, in the error free packets received by the system.
|
no buffer
|
Number of received packets discarded because there was no buffer space in the main system. Compare with ignored count. Broadcast storms on Ethernets and bursts of noise on serial lines are often responsible for no input buffer events.
|
broadcasts
|
Total number of broadcast or multicast packets received by the interface.
|
runts
|
Number of packets that are discarded because they are smaller than the medium's minimum packet size.
|
giants
|
Number of packets that are discarded because they exceed the medium's maximum packet size.
|
input errors
|
Total number of no buffer, runts, giants, CRCs, frame, overrun, ignored, and abort counts. Other input-related errors can also increment the count, so that this sum may not balance with the other counts.
|
CRC
|
Number of code violation errors seen on the ESCON interface, where a received transmission character is recognized as invalid. On a parallel interface, the number of parity errors seen.
|
frame
|
Number of packets received incorrectly having a CRC error and a noninteger number of octets. This value is always 0.
|
overrun
|
Number of times the serial receiver hardware was unable to hand received data to a hardware buffer because the input rate exceeded the receiver's ability to handle the data. This value is always 0.
|
ignored
|
Number of received packets ignored by the interface because the interface hardware ran low on internal buffers. These buffers are different than the system buffers mentioned previously in the buffer description. Broadcast storms and bursts of noise can cause the ignored count to be incremented.
|
abort
|
Illegal sequence of one bits on a serial interface. This usually indicates a clocking problem between the serial interface and the data link equipment. This value is always 0.
|
packets output
|
Total number of messages transmitted by the system.
|
bytes
|
Total number of bytes, including data and MAC encapsulation, transmitted by the system.
|
underruns
|
Sum of all errors that prevented the final transmission of datagrams out of the interface being examined. Note that this may not balance with the sum of the enumerated output errors, as some datagrams may have more than one error, and others may have errors that do not fall into any of the specifically tabulated categories.
|
output errors
|
Number of output errors.
|
collisions
|
Number of collisions detected. This value is always 0.
|
interface resets
|
Number of times an interface has been completely reset. This can happen if packets queued for transmission were not sent within several seconds. On a serial line, this can be caused by a malfunctioning modem that is not supplying the transmit clock signal, or by a cable problem. If the system notices that the carrier detect line of a serial interface is up, but the line protocol is down, it periodically resets the interface in an effort to restart it. Interface resets can also occur when an interface is looped back or shut down.
On the Channel Interface Processor (CIP), this may occur if the host software is not requesting data
|
restarts
|
Number of times the controller was restarted because of errors.
|
shutdown
Use the shutdown interface configuration command to shutdown a physical interface or the internal LAN interface on the CIP when you are in interface configuration mode. The shutdown command also shuts down TN3270 entities, such as PU, DLUR, and DLUR SAP, depending on which configuration mode you are in when the command is issued. Use the no form of this command to restart the interface or entity. The entity affected depends on the mode in which the command is issued.
shutdown
no shutdown
Syntax Description
This command has no arguments or keywords.
Default
The interface or entity is enabled.
Command Modes
CIP interface configuration
TN3270 configuration
PU configuration
DLUR configuration
DLUR SAP configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
In CIP interface configuration mode, the command applies to the entire CIP.
In TN3270 configuration mode, the command applies to the whole TN3270 Server.
In PU configuration mode, the command applies to the DLUR or direct PU.
In DLUR configuration mode, the command applies to the whole DLUR subsystem.
In DLUR SAP configuration, mode the command applies to the local SAP.
Example
The following command issued in TN3270 configuration mode shuts down the entire TN3270 server:
tcp-port
Use the tcp-port TN3270 configuration command to override the default TCP port setting of 23. Use the no form of this command to restore the default.
tcp-port port-number
no tcp-port
Syntax Description
port-number
|
A valid TCP port number in the range of 0 to 65534. The default is 23, which is the IETF standard. The value 65535 is reserved by the TN3270 server.
|
Defaults
In TN3270 configuration mode, the default is 23.
In PU configuration mode the default is the value currently configured in TN3270 configuration mode.
Command Modes
TN3270 configuration
PU configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
The tcp-port command can be entered in either TN3270 configuration mode or PU configuration mode. A value entered in TN3270 mode applies to all PUs for that TN3270 server, except as overridden by values entered in PU configuration mode. The tcp-port command affects only future TN3270 sessions.
The no tcp-port command entered in PU configuration mode removes the override.
Example
The following command entered in TN3270 configuration mode returns the TCP port value to 23:
tg
Use the tg interface configuration command to define LLC connection parameters for the CMPC transmission group. Use the no form of this command to remove the specified transmission group from the configuration, which also deactivates the transmission group.
tg name llc type adapter-number lsap [rmac rmac] [rsap rsap]
no tg name
Syntax Description
name
|
The name of the CMPC transmission group. The maximum length of the name is eight characters. This must match the name specified on the cmpc statements.
|
llc
|
Specifies that this TG is connected to the LLC stack on the CIP card.
|
type
|
Internal adapter type on the CIP card, which corresponds to the value specified in the lan internal LAN configuration command. The currently supported type is token-adapter.
|
adapter-number
|
Internal adapter number on the CIP card, which is the same value specified in the adapter internal LAN configuration command.
|
lsap
|
Local SAP number, 04 to FC, in hexadecimal. The value must be even and should normally be a multiple of four. It must be unique within the internal adapter in that no other IEEE 802.2 clients of that adapter, in the router or in a host, can use the same SAP.
|
rmac rmac
|
(Optional) Remote MAC address of the form xxxx.xxxx.xxxx in hexadecimal. If not specified, a loopback link to another SAP on the same internal LAN adapter is assumed.
|
rsap rsap
|
(Optional) Remote SAP address, 04 to FC in hexadecimal. The rsap value must be even and should be a multiple of 4, but this requirement is not enforced. The rsap value default is 04.
|
Default
The lsap and rsap values default to 04.
Command Mode
Interface configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2 BC.
The tg command defines an LLC connection with a complete addressing 4-tuple. The lsap, rmac, and rsap are specified explicitly by parameters. The lmac is the local MAC address of the adapter referred to by the type and adapter-number parameters.
To change any parameter of the tg command, the TG must be removed by using no tg name.
The no tg command removes the CMPC transmission group from the configuration. If the transmission group is used for a non-HPR connection, all sessions using the TG will be terminated immediately. If the transmission group is an HPR connection, all sessions using the transmission group will be terminated if no other HPR connection is available to the host.
This command is valid only on the CIP internal interface, slot/2.
Example
The following example configures a transmission group name and includes the rmac and rsap parameters:
tg LAGUNAA llc token-adapter 1 18 rmac 4000.0000.beef rsap 14
Related Commands
You can use the master indexes or search online to find documentation of related commands.
cmpc
tn3270-server
Use the tn3270-server interface configuration command to start the TN3270 server on a CIP or to enter TN3270 configuration mode. Use the no form of this command to disable all TN3270 server activity on a CIP.
tn3270-server
no tn3270-server
Syntax Description
This command has no arguments or keywords.
Default
No TN3270 server function is enabled.
Command Mode
Interface configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
Only one TN3270 server can run on a CIP. It will always be configured on port 2, which is the internal LAN interface port.
The no tn3270-server command shuts down TN3270 server immediately. All active sessions will be disconnected and all DLUR and PU definitions deleted from the router configuration. To restart a TN3270 server, you must reconfigure all parameters.
Example
The following command starts the TN3270 server and enters TN3270 configuration mode:
timing-mark
Use the timing-mark TN3270 configuration mode command to select whether a WILL TIMING-MARK is transmitted when the host application needs an SNA response (definite or pacing response). Use the no form of the command to turn off WILL TIMING-MARK transmission except as used by the keepalive function.
timing-mark
no timing-mark
Syntax Description
This command has no arguments or key words.
Default
No WILL TIMING-MARKS are transmitted except by keepalive.
Command Mode
TN3270 configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
If timing-mark is configured the TN3270 server will send WILL TIMING-MARK as necessary to achieve an end-to-end response protocol. Specifically, TIMING-MARK will be sent if any of the following are true:
•
The host application has requested a pacing response.
•
The host application has requested a Definite Response, and either the client is not using TN3270E, or the request is not Begin Chain.
The use of the timing-mark command can degrade performance. Some clients do not support timing-mark used in this way. Therefore, timing-mark should only be configured where both of the following are true:
•
All clients support this usage.
•
The application benefits from end-to-end acknowledgment.
Example
The following command enables TIMING-MARK transmission:
Related Commands
idle-time
keepalive
unbind-action
Use the unbind-action TN3270 configuration command to select what action to take when the TN3270 server receives an UNBIND. Use the no form of this command to restore the default.
unbind-action {keep | disconnect}
no unbind-action
Syntax Description
keep
|
No automatic disconnect will be made by the server upon receipt of an UNBIND.
|
disconnect
|
Session will be disconnected upon receipt of an UNBIND.
|
Defaults
In TN3270 configuration mode, the default is disconnect.
In PU configuration mode the default is the value currently configured in TN3270 configuration mode.
Command Modes
TN3270 configuration
PU configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
The unbind-action command can be entered in either TN3270 configuration mode or PU configuration mode. A value entered in TN3270 mode applies to all PUs for that TN3270 server, except as overridden by values entered in PU configuration mode. The unbind-action command affects currently active and future TN3270 sessions.
The no unbind-action command entered in PU configuration mode removes the override.
The unbind-action command affects currently active and future TN3270 sessions.
Example
The following command prevents automatic disconnect:
vrn
Use the vrn DLUR SAP configuration command to tell the SNA session switch which connection network the internal adapter interface on the CIP card belongs to. Use the no form of this command to remove a network name.
vrn vrn-name
no vrn
Syntax Description
vrn-name
|
Fully qualified name.
|
Default
The adapter is not considered to be part of a connection network.
Command Mode
DLUR SAP configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 11.2.
The vrn command is used to discover routes without having to configure all possible links.
A connection network is also known as a shared-access transport facility (SATF). This means, at the MAC level, that all nodes in the network can reach each other using the same addressing scheme and without requiring the services of SNA session routing. A bridged LAN (whether source-route or transparent) is an example. Such a network is represented in the APPN topology as a kind of node, termed a virtual routing node (VRN).
To make use of this function, all APPN nodes must use the same VRN name for the SATF.
Refer to the VTAM operating system documentation for your host system for additional information regarding the VTAM VNGROUP and VNNAME parameters on the PORT statement of an XCA major node.
Several parameters in the DLUR configuration mode consist of fully qualified names, as defined by the APPN architecture. Fully qualified names consist of two case-insensitive alphanumeric strings, separated by a period. However, for compatibility with existing APPN products, including VTAM, the characters "#" (pound), "@" (at), and "$" (dollar) are allowed in the fully qualified name strings. Each string is from one to eight characters long; for example, RA12.NODM1PP. The portion of the name before the period is the NETID and is shared between entities in the same logical network.
Example
The following command sets a VRN name for the TN3270 internal adapter on the CIP:
Related Commands
adapter
lan