- Terminal Services Overview
- Configuring Terminal Operating Characteristics for Dial-In Sessions
- Configuring Dial-In Terminal Services
- Cisco IOS Software Feature Removal
- Configuring AppleTalk Remote Access
- Configuring the Cisco PAD Facility for X.25 Connections
- PAD Subaddress Formatting Option
- Configuring Protocol Translation and Virtual Asynchronous Devices
- Authorization for Protocol Translation
- End-of-Record Function for DCNs
- Protocol Translation Ruleset
- Regular Expressions
- X.3 PAD Parameters
- X.3 PAD Parameter Descriptions
- Parameter 1: PAD Recall Using a Character
- Parameter 2: Echo
- Parameter 3: Selection of Data Forwarding Character
- Parameter 4: Selection of Idle Timer Delay
- Parameter 5: Ancillary Device Control
- Parameter 6: Control of PAD Service Signals
- Parameter 7: Selection of Operation of PAD on Receipt of a BREAK Signal
- Parameter 8: Discard Output
- Parameter 9: Padding After Return
- Parameter 10: Line Folding (Not Supported)
- Parameter 11: DTE Speed
- Parameter 12: Flow Control of the PAD by the Start-Stop Mode DTE
- Parameter 13: Line Feed Insertion
- Parameter 14: Line Feed Padding
- Parameter 15: Editing
- Parameter 16: Character Delete
- Parameter 17: Line Delete
- Parameter 18: Line Display
- Parameter 19: Editing PAD Service Signals
- Parameter 20: Echo Mask
- Parameter 21: Parity Treatment
- Parameter 22: Page Wait (Not Supported)
X.3 PAD Parameters
A PAD is a packet assembler/disassembler, which is a device that collects data from a group of terminals and periodically outputs the data in packets (data organized in a special format). A PAD also does the reverse. That is, it can take data packets from a host and return them into a character stream that can be sent to the terminals, or start-stop mode DTE, as defined by the International Telecommunication Union (ITU). A PAD is defined by ITU-T Recommendations X.3, X.28, and X.29. (The ITU-T carries out the functions of the former Consultative Committee for International Telegraph and Telephone.)
ITU-T Recommendation X.3 specifies the parameters for terminal-handling functions such as data speed, flow control, character echoing, and other functions for a connection to an X.25 host. The X.3 parameters are similar in function to the Telnet options.
ITU-T Recommendation X.29 specifies a protocol for setting the X.3 parameters via a network connection. When a connection is established, the destination host can request that the PAD or terminal change its parameters using the X.29 protocol. A PAD can refuse the request, in which case a terminal user can change the parameter later. A PAD cannot tell the destination host to change its X.3 parameters, but it can communicate that its own parameters were changed.
Along with Recommendations X.3 and X.29, the ITU-T also provides Recommendation X.28 to specify the user interface for locally controlling a PAD.
Cisco IOS software offers two ways of connecting to a PAD: using the pad EXEC user interface command to initiate an outgoing connection to a PAD, and using the x28 EXEC command to access the Cisco universal X.28 PAD user emulation mode.
In X.28 PAD user emulation mode, you can perform the same functions available from the Cisco pad EXEC user interface; however, X.28 PAD user emulation mode adds functionality such as the ability to exchange PAD signals across an X.25 network, and is useful for connecting to systems using software designed to interact with an X.28 PAD. X.28 PAD user emulation mode is also useful when a reverse connection requires packetization according to the X.29 parameters.
This appendix discusses the X.3 PAD parameters. The chapter “Configuring the Cisco PAD Facility for X.25 Connections” in this publication explains how to make PAD connections and how to switch between connections. Refer to the ITU-T X.3 and X.28 recommendations for additional information about the X.3 PAD parameters.
X.3 PAD Parameter Descriptions
Following are descriptions of X.3 parameters 1 through 22. Default values are noted in the descriptions. The default value for any parameter not so noted is zero for outgoing connections or not set for incoming PAD connections. For incoming PAD connections, the access server sends an X.29 SET PARAMETER packet to set the noted defaults.
Because the X.3 parameters describe the user terminal, which exists on only one side of the connection, the PAD protocols are not always symmetric.
Note
Some of the commands described in this section require ASCII decimal values. Refer to the “ASCII Character Set and Hex Values” appendix in the Cisco IOS Configuration Fundamentals Command Reference, Release 12.2, for a list of ASCII characters. Also note that the PAD EXEC user interface and X.28 PAD user emulation mode provide different support for the PAD parameters, and these differences are noted in the following descriptions.
Parameter 1: PAD Recall Using a Character
Parameter 1 determines whether the start-stop mode DTE is allowed to escape from data transfer mode to send PAD command signals.
Because the PAD EXEC mode uses a two-character escape sequence, and there is no way to set the escape character on a Telnet connection, this parameter is refused on translation sessions. The PAD EXEC user interface does not support this parameter; however, the Cisco X.28 standard user interface does support this parameter.
Minimum value: 0; maximum value: 126; X.28 PAD user emulation mode default: 1.
Parameter 2: Echo
Parameter 2 determines whether or not PAD is required to perform local echo of characters. This parameter can be negotiated end-to-end on translation sessions. On incoming PAD connections, software turns off local echo on the remote PAD to support the Cisco user interface. See Table 1 for local echo mode values and their descriptions.
|
|
|
|---|---|
Minimum value: 0; maximum value: 1; PAD EXEC mode and X.28 PAD user emulation mode defaults: 1.
Parameter 3: Selection of Data Forwarding Character
Parameter 3 sets up a packet forwarding mask; that is, it selects which character causes PAD to forward a packet either before expiration of the idle timer (see parameter 4) or when in local editing mode. See Table 2 for data forward character values and their descriptions.
Because X.3 supports a wider variety of dispatch characters than Telnet does, parameter changes to or from the default cause a translation session to negotiate in or out of line mode on the Telnet connection.
A forwarding mask can also be statically set using the terminal dispatch-character terminal parameter-setting EXEC command. This command can set any character or characters as the forwarding mask, and overrides (when logical) any values set by parameter 3.
Minimum value: 0; maximum value: 255; PAD EXEC mode default: 2 (ASCII CR); X.28 PAD user emulation mode default: 126 (ASCII ~).
Parameter 4: Selection of Idle Timer Delay
Parameter 4 controls the amount of time the software waits for new data before sending a packet in the absence of a data forwarding character. See Table 3 for PAD idle timer values and their descriptions.
|
|
|
|---|---|
Delay value in twentieths of a second (default for both connection types is 1). |
Minimum value: 0; maximum value: 255; PAD EXEC mode default: 1; X.28 PAD user emulation mode default: 0.
Parameter 5: Ancillary Device Control
Parameter 5 selects whether PAD can send flow control X-ON/X-OFF (ASCII DC1/DC3 transmission on and off) characters during data transfer to the start-stop mode DTE to control the terminal and data flow. Flow control is not directly supported on access servers because data must make network hops to travel to its final destination. However, depending on the type of incoming connection, setting this parameter can cause similar negotiations to be sent over the connection, thereby attempting to change the state of the flow control option at the device closest to the user.
See Table 4 for PAD flow control signal values and their descriptions.
|
|
|
|---|---|
Minimum value: 0; maximum value: 2; PAD EXEC mode default: 0; X.28 PAD user emulation mode default: 1.
Parameter 6: Control of PAD Service Signals
Parameter 6 controls PAD service signals and the prompt. By default, the Cisco X.28 standard user interface prompt is an asterisk (*), but the prompt can be changed. See Table 5 for PAD BREAK signal values and their descriptions.
The PAD EXEC user interface does not support this parameter; however, the Cisco X.28 standard user interface does support this parameter.
Minimum value: 0; maximum value: 255; PAD EXEC mode default: 0; X.28 PAD user emulation mode default: 2.
Parameter 7: Selection of Operation of PAD on Receipt of a BREAK Signal
Parameter 7 defines the action of the PAD after receiving a BREAK signal from the from the start-stop mode DTE. See Table 6 for PAD BREAK signal values and their descriptions.
The PAD protocols allow you to send a special X.29 Indication of Break packet, send an Interrupt packet, perform a reset operation, act as if the recall character had been typed, or begin discarding output to the user. Combinations of these options are also allowed, as long as they are logical. Common options are to begin discarding output and send both an X.25 Interrupt packet and an X.29 Indication of Break packet; these options are supported. All other options are not supported and are silently ignored.
Minimum value: 0; maximum value: 31; PAD EXEC mode default: 4; X.28 PAD user emulation mode default: 2.
Parameter 8: Discard Output
Parameter 8 indicates to the PAD whether to discard received packets rather than disassemble and send them. This parameter works in conjunction with parameter 7. If value 16 is chosen for parameter 7, all output is discarded after reception of the BREAK signal. Setting parameter 8 to 0 restores normal data delivery to the terminal.
This parameter also can be set and unset manually using the PAD resume EXEC command.
See Table 7 for PAD discard output values and their descriptions.
|
|
|
|---|---|
Normal data delivery to the terminal (outgoing connection default). |
|
Discard all output to the start-stop mode DTE. Set by parameter 7; see previous description. |
Minimum value: 0; maximum value: 1; PAD EXEC mode and X.28 PAD user emulation mode default: 0.
Parameter 9: Padding After Return
Parameter 9 determines whether PAD can provide padding (insert filler characters) upon receipt of an ASCII CR (Return) control code from the start-stop mode DTE.
Minimum value: 0; maximum value: 255; PAD EXEC mode and X.28 PAD user emulation mode default: 0.
Parameter 10: Line Folding (Not Supported)
Neither the PAD EXEC user interface nor the X.28 PAD user emulation mode supports this parameter.
Parameter 11: DTE Speed
Parameter 11 is a read-only value that determines the binary speed of the start-stop mode DTE sent across the interface between PAD and the access server. See Table 8 for PAD speed values and their descriptions.
|
|
|
|---|---|
Minimum value: 0; maximum value: 18; PAD EXEC mode and X.28 PAD user emulation mode default: 14.
Parameter 12: Flow Control of the PAD by the Start-Stop Mode DTE
Parameter 12 determines whether the start-stop mode DTE can send ASCII X-ON/X-OFF characters to PAD during the data transfer mode. Flow control is not directly supported on access servers because data must make network hops to travel to its final destination. However, depending on the type of incoming connection, setting this parameter can cause similar negotiations to be sent over the connection, thereby attempting to change the state of the flow control option at the device closest to the user.
See Table 9 for PAD flow control values and their descriptions.
|
|
|
|---|---|
Minimum value: 0; maximum value: 1; PAD EXEC mode default: 0; X.28 PAD user emulation mode default: 1.
Parameter 13: Line Feed Insertion
Parameter 13 determines the procedure for inserting the line feed character upon receipt of an ASCII CR character. The PAD also responds to a value that results from the addition of any of the line feed signal values described in Table 10 .
Minimum value: 0; maximum value: 7; PAD EXEC mode and X.28 PAD user emulation mode default: 0.
Parameter 14: Line Feed Padding
Parameter 14 determines whether PAD can provide padding (insert filler characters) upon receipt of a line feed character from the start-stop mode DTE. This function is generally provided by the end-user operating system.
Minimum value: 0; maximum value: 255; PAD EXEC mode and X.28 PAD user emulation mode default: 0.
Parameter 15: Editing
Parameter 15 enables or disables a PAD editing function for the start-stop mode DTE in data transfer mode.
Enabling the editing function disables the idle timer (see parameter 4). The user at the start-stop mode DTE can make corrections and display the line buffer containing the characters to be sent when the data forwarding character (see parameter 3) is received. See Table 11 for PAD local editing function values and their descriptions.
Parameters 16, 17, and 18 provide the editing functions.
Minimum value: 0; maximum value: 1; PAD EXEC mode and X.28 PAD user emulation mode default: 0.
Parameter 16: Character Delete
Parameter 16 allows you to select a character that will delete a character while in PAD editing mode. This character is valid only if parameter 15 is set to 1. Select one character from the ASCII character set to represent the delete character.
Minimum value: 0; maximum value: 127; PAD EXEC mode and X.28 PAD user emulation mode default: 127 (ASCII DEL).
Parameter 17: Line Delete
Parameter 17 allows you to select a character that will delete a line while in PAD editing mode. This character is valid only if parameter 15 is set to 1. Select one character from the ASCII character set to represent the line delete character.
Minimum value: 0; maximum value: 127; PAD EXEC mode default: 21 (ASCII NAK or Ctrl-U); X.28 PAD user emulation mode default: 24 (ASCII CAN or Ctrl-X).
Parameter 18: Line Display
Parameter 18 allows you to select a character that will display a line while in PAD editing mode. This character is valid only if parameter 15 is set to 1. Select one character from the ASCII character set to represent the delete character.
Minimum value: 0; maximum value: 127; PAD EXEC mode and X.28 PAD user emulation mode default: 18 (ASCII DC2 or Ctrl-R).
Parameter 19: Editing PAD Service Signals
Parameter 19 allows you to set editing PAD service signals.
The PAD EXEC user interface does not support this parameter; however, the X.28 PAD user emulation mode does support this parameter.
See Table 12 for editing PAD service signal values and their descriptions.
|
|
|
|---|---|
Editing PAD service signals using an ASCII character in the value range. |
Minimum value: 0; maximum value: 126; PAD EXEC mode default: 0; X.28 PAD user emulation mode default: 2.
Parameter 20: Echo Mask
Parameter 20 allows you to set the start-stop mode DTE to echo all characters.
The PAD EXEC user interface does not support this parameter; however, the X.28 PAD user emulation mode does support this parameter.
See Table 13 for PAD echo mask values and their descriptions.
Minimum value: 0; maximum value: 255; PAD EXEC mode and X.28 PAD user emulation mode default: 0.
Parameter 21: Parity Treatment
Parameter 21 controls the parity and character format used by the start-stop mode DTE. Table 14 provides a brief description for each value of parameter 21. For a description of Cisco IOS X.28 default behavior for parameter 21, see Table 15 ; see Table 16 for a description of the Cisco IOS X.28 implementation for the French Transpac public switched data network and its technical specification and utilization of networks standards (STUR).
Minimum value: 0; maximum value: 4; PAD EXEC mode and X.28 PAD user emulation mode default: 0.
|
|
|
|
|
|
|
|---|---|---|---|---|---|
|
|
|
|
|
|
|
Check 8th bit received against type of parity configured on the line. If parity error, discard the character and do not echo the character in error, and send the ASCII BELL signal to the terminal. |
Strip parity bit and send to host. If local echo and if parity, replace the 8th bit with type of parity configured on the line. Otherwise, do local echo of character received. |
Check 8th bit received against type of parity configured on the line. If parity error, discard the character and do not echo the character in error, and send the ASCII BELL signal to the terminal. Strip parity bit and send to host. If local echo and if parity, replace the 8th bit with type of parity configured on the line. Otherwise, do local echo of character received. |
|||
Replace 8th bit to be sent with the type of parity bit configured on the line. |
Replace 8th bit to be sent with the type of parity bit configured on the line. |
||||
Transmit with the type of parity configured on the line. 1 |
|||||
Strip parity before testing the command string. 2 |
|||||
Pass all data bits; 8th bit is 0 in case of 7 data bits. 3 |
|
|
|
|
|
|
|
|---|---|---|---|---|---|
|
|
|
|
|
|
|
Transparently pass the 8th bit. 4 |
Check the 8th bit received against type of parity configured on the line. If parity error, discard character and do not echo the character in error, and send the ASCII BELL signal to the terminal. |
Strip parity bit and send to host. If local echo and if parity, replace the 8th bit with type of parity configured on the line. Otherwise, do local echo of character received. |
Check the 8th bit received against type of parity configured on the line. If parity error, discard character and do not echo the character in error, and send the ASCII BELL signal to the terminal. Strip parity bit and send to host. If local echo and if parity, replace the 8th bit with type of parity configured on the line. Otherwise, do local echo of character received. |
||
Replace the 8th bit to be sent with the type of parity bit configured on the line. |
Replace the 8th bit to be sent with the type of parity bit configured on the line. |
||||
Transmit with even parity. 5 |
|||||
Strip parity before testing the command string. 6 |
|||||
Parameter 22: Page Wait (Not Supported)
Neither the PAD EXEC user interface nor the X.28 PAD user emulation mode supports this parameter.
Feedback