Syntax
SETDefault -APPN LinkStaCHar = <LinkStation name> [EffectCap=<string>] [ConnectCost=<0-255>] [ByteCost=<0-255>] [Security=<string>] [PropDelay=<string>] [Usd1=<0-255>] [Usd2=<0-255>] [Usd3=<0-255>]
SHow -APPN LinkStaCHar [LinkStation name]
No default
The LinkStaCHar parameter defines the characteristics of the link to an adjacent link station. The characteristics used to define adjacent link stations also determine the characteristics of transmission groups (TGs). Once the adjacent link station is activated, if you want to make any changes using this parameter or the AdjLinkSta parameter, you must first deactivate the link using the LinkStaCONTrol parameter.
CAUTION: If you change any of the default characteristics for a link to a network node, the characteristic must also be changed on the partner network node. For example, if you set the security level of the TG as GUarded on the local node, then you must also configure the security level as GUarded on the partner node. Otherwise, the characteristic is valid in one direction only, from the local node to the partner node; the characteristic on the link in the opposite direction does not match.
Values
|
String |
Hex Value Equivalent |
|---|---|
|
MINimum |
0x00 |
|
LAN |
0x4C |
|
TELephone |
0x71 |
|
PKTswitch |
0x91 |
|
SATellite |
0x99 |
|
MAXimum |
0xFF |
To define the characteristics of a link named "ENGREEN1" for an effective capacity of 9600, a byte cost of 128, and a security value of SECurcnd, enter:
SETDefault -APPN LinkStaCHar = ENGREEN1 EffectCap=9600 ByteCost=128 Security=SECurecnd
You can enter the options for this parameter in any combination. You can configure one option, some options, or all of them with each command. For example, you can define the same characteristics on the link by entering the following three commands:
SETDefault -APPN LinkStaCHar = ENGREEN1 EffectCap=9600
SETDefault -APPN LinkStaCHar = ENGREEN1 ByteCost=128
SETDefault -APPN LinkStaCHar = ENGREEN1 Security=SECurecnd