Administration Commands
define_sdlc_port
Escape Sequence | Decimal Value | Hexadecimal Value |
|
|
|
NAK | 21 | 0x15 |
SYN | 22 | 0x16 |
ETB | 23 | 0x17 |
CAN | 24 | 0x18 |
EM | 25 | 0x19 |
SUB | 26 | 0x1A |
ESC | 27 | 0x1B |
FS | 28 | 0x1C |
GS | 29 | 0x1D |
RS | 30 | 0x1E |
US | 31 | 0x1F |
SP | 32 | 0x20 |
DEL | 127 | 0x7F |
|
|
|
2.52 define_sdlc_port
The define_sdlc_port command is used to define a new SDLC port or to modify an existing port.
Before issuing this command, you must define the DLC that this port uses.
You can modify an existing port only if it is not started. You cannot change the DLC used by an existing port; the dlc_name specified when modifying an existing port must match the DLC that was specified on the initial definition of the port.
For information about defining a port that will accept incoming calls, see Section 2.52.4, Incoming Calls.
2.52.1 Supplied Parameters
Parameter name | Type | Length | Default |
[define_sdlc_port] |
|
|
|
port_name | character | 8 |
|
description | character | 31 | (null string) |
dlc_name | character | 8 |
|
port_type | constant |
| PORT_NON_SWITCHED |
port_number | decimal |
| 0 |
max_rcv_btu_size | decimal |
| 265 |
tot_link_act_lim | decimal |
| 1 |
inb_link_act_lim | decimal |
| 0 |
out_link_act_lim | decimal |
| 1 |
ls_role | constant |
| LS_NEG |
act_xid_exchange_limit | decimal |
| 10 |
nonact_xid_exchange_limit | decimal |
| 10 |
ls_xmit_rcv_cap | constant |
| LS_TWA |
max_ifrm_rcvd | decimal |
| 7 |
target_pacing_count | decimal |
| 7 |
199