Re-initializes the attributes of an X.25 port.
chsx25 [ -l Name ] [ -a Attribute=Value . . . ] [ -p ParentName ] [ -P | -T ] [ -q ] [ -w ConnectionLocation ] [ -f File ]
The chsx25 command re-initializes the attributes of the specified X.25 port.
Note: ConnectionLocation value corresponds to the port number where X.25 is configured.
Two attributes are accepted by the chsx25 command; the network_id and country_prefix.
-f File | Reads the needed flags from the File parameter. The user should not include the -a Attribute=Value entries within File. All attributes should be specified on the command line. |
-P | Changes the characteristics of the device permanently in the customized devices object class without actually changing the device. The change can be made to the database with the -P flag; and then by restarting the system, the changes will be applied to the port. This flag cannot be used with the -T flag. |
-T | Changes the characteristics of the device temporarily without changing the customized devices object class for the current start of the system. This flag cannot be used with the -P flag. |
-h | Displays the command usage message. |
-q | Suppresses the command output messages from standard output and standard error. |
To re-initialize X.25 on port sx25a1 with network ID of 5 and a country code of 334, enter:
chsx25 -l sx25a1 -a 'network_id=5 country_prefix=334'
The chdev command, lsdev command, lspvc command, mkdev command, mkpvc command, mksx25 command, rmdev command, and rmsx25 command.