commands, the x25 relay client entity must be in the Off state before the filters attribute can be modified. 4 rights_identifiers Default: No rights Value: Set of simple names identifiers Set of rights identifiers that this client possesses. It is used when placing the outgoing call. 4 template Default: No template Value: Simple name Name of the x25 access template entity to be used for the outgoing call. 3 pvc set [node node-id] x25 relay pvc pvc-name ... Modifies the attributes of an x25 relay pvc entity, which provides a set of default values to be used to establish a connection to a client over a permanent virtual circuit (PVC). The modifiable attributes and their data types (in brackets) are: local pvc [simplename] remote dte class [simplename] remote pvc [simplename] retry limit [integer] retry timer [integer] rights identifiers [set of simplenames] 4 local_PVC Default: No PVC name Value: Simplename Name of the PVC entity that represents the local end of the connection. 4 remote_dte_class Default: No DTE class Value: Simplename DTE class to be used when setting up the remote end of the connection. It is only specified if the relayed PVC does not reside on the local system. 4 remote_PVC Default: No PVC name Value: Simplename Name of the PVC entity that represents the remote end of the connection. 4 retry_limit Default: 10 Value: 0-65535 Number of attempts that will be made to set up the PVC connection following the failure of an enable command. 4 retry_timer Default: 60 Value: 1-65535 Interval, in seconds, between retries. 4 rights_identifiers Default: No rights Value: Set of simplenames identifiers Rights identifiers possessed by this entity. These rights are used to access the local PVC and relayed PVC if it resides on the local system. 2 x25_server 3 client set [node node-id] x25 server client simple-name ... Modifies the attributes of an x25 server client entity, which represents the X.25 server that runs on a gateway system. The X.25 server serves X.25 clients on accessing systems, providing X.25 access to systems that do not have a direct connection to a PSDN. The modifiable attributes and their data types (in brackets) are: account [latin1string] (OpenVMS) application [end-user-specification] destination [fullname] (OpenVMS) filters [set of simplenames] node [fullname] outgoing session template [simplename] (OpenVMS) password [latin1string] service nodes [set] user [latin1string] 4 account_(OpenVMS) Default: No service/account data Value: Latin1String Default service or account data to be used when connecting to the system hosting the X.25 client. The account must be embedded in quotes. 4 application Default: 36 Value: End-user-specification Address information used by the destination Session Control module to select the X.25 client that will receive the connection request. 4 destination_(OpenVMS) Default: No client name Value: Fullname name Name of the X.25 client to which a connection is to be made when delivering a "filtered" call. 4 filters Default: No default Value: Set of simple names Set of filters to be used by the server to filter calls for this X.25 client. Each name is the name of an x25 access filter entity. 4 node Default: No node name Value: Fullname Name of the node that hosts the X.25 client to which connection is to be made. This characteristic is supported only if the service nodes characteristic is not supported. 4 outgoing_session_template_(OpenVMS) Default: Default template Value: Simplename Transport template to be used by the X.25 server to set up a session control connection to the X.25 client. The name is the name of an osi transport template entity. 4 password Default: No password Value: Latin1String Default password to be used for verification when connecting to the system that hosts the X.25 client. You cannot display this characteristic with the show command. On OpenVMS the password must be embedded in quotes. 4 service_nodes_(OpenVMS) Default: Empty set Value: Set of candidate records Set of nodes that host the x25 client entities to which connections can be made. Each candidate record consists of a Rating, which is an integer, and a Node, which is specified as a fullname. 4 user Default: No user id Value: Latin1String Default user identification to be used in access verification when connecting to the system that hosts the X.25 client. On OpenVMS, the user id must be embedded in quotes. 3 security_nodes set [node node-id] x25 server security nodes simple-name ... Modifies the attribute of an x25 server security nodes entity, which defines a set of rights identifiers associated with calls issued by the X.25 Access module at the gateway system. These rights identifiers are used when making access control checks on the DTE class specified when a call is made. The modifiable attributes and their data types (in brackets) are: nodes [set of fullnames] rights identifiers [set of simplenames] 4 nodes Default: No node Value: Set of fullnames names DNS full names of accessing systems, or the wildcard full name. Note, when managing entities on an OpenVMS system, this name must be a Phase IV node name. 4 rights_identifiers Default: No rights Value: Set of simplenames identifiers Set of rights identifiers to be associated with the set of nodes named in the nodes characteristic for purposes of access control to DTE classes at the gateway node. 2 xot_(OpenVMS_Alpha) set [node node-id] xot maximum connections integer Modifies the number of X.25 Over TCP/IP (XOT) connections allowed. Note that each XOT SAP LINK entity is limited to 4095 connections. This Maximum Connections attribute sets the limit for connections over all existing XOT SAP LINK entities. The integer must be in the range 1-65535, and the default value is 256. Example: set xot maximum connections 128 SAP is a subentity of the XOT module. 3 sap set [node node-id] xot sap sap-name ... Modifies the attributes of a XOT SAP entity, which represents the point at which the XOT entity gains access to the TCP/IP environment for the purposes of listening for inbound XOT connections. The sap-name is a simple name that uniquely identifies a particular SAP instance. The modifiable attributes and their data types (in brackets) are: local IP address [ip-address] local RFC1613 port number [integer] By default, XOT's single SAP entity is configured to listen on all available IP interfaces (as specified by the local IP address 0.0.0.0). You can create multiple SAP entities, each listening on a unique IP address. However, if you create more than one SAP entity, you must assign each entity a unique IP address; no SAP entity can use the 0.0.0.0 address. In other words, you may do this: set xot sap sap-0 - local ip address 0.0.0.0 or this: set xot sap sap-0 - local ip address 123.23.49.235 set xot sap sap-1 - local ip address 123.23.49.236 but not this: set xot sap sap-0 - local ip address 0.0.0.0 set xot sap sap-1 - local ip address 123.23.49.236 LINK is a subentity of XOT SAP. 4 link set [node node-id] xot sap sap-name link link-name... Modifies the attributes of a XOT SAP LINK entity, which represents a remote system with which XOT is allowed to communicate. In the case of an inbound XOT connection, there must be a LINK entity with a matching remote IP address and a remote port number in order for XOT to accept the TCP/IP connection. In the case of an outbound connection, the LINK entity specifies the remote IP address and remote port number of the system with which to attempt the TCP/IP connection. The sap-name and link-name are simple names which uniquely identify particular SAP and LINK instances. The modifiable attributes of a XOT SAP LINK entity are (with data types in brackets): remote IP address [ip-address] remote RFC1613 port number [integer] Examples: set xot sap sap-0 link link-0 - remote ip address 125.65.82.34 set xot sap sap-0 link link-0 - remote rfc1613 port number 1998 5 remote_ip_address Default: 0.0.0.0 Value: IP address Specifies the remote IP address of the cooperating XOT system that implements RFC1613. The IP address is specified as a numeric address in the form a.b.c.d. Specify the address 127.0.0.1 for loopback testing. For more information on TCP/IP loopback testing, see the TCP/IP Services for OpenVMS documentation. 5 remote_rfc1613_port_number Default: 1998 Value: TCP port number Specifies the TCP port number to use for an outgoing connection. The remote system must be listening for inbound XOT connections on this port. In other words, the remote system must have a SAP with this port as its Local RFC1613 Port Number. 4 local_ip_address Default: 0.0.0.0 Value: IP address The IP interface (identified by the address) where the SAP entity will listen. The default of 0.0.0.0 specifies that the SAP should listen on any available IP interface. You may choose to create one or more SAP entities to listen on specific IP interfaces. However, if multiple SAP entities are in use, then none of them can use the local ip address of 0.0.0.0. 4 local_rfc1613_port_number Default: 1998 Value: TCP port number The port number on which the SAP entity will listen for inbound XOT connections. HP strongly recommends that you use the value 1998 as specified in RFC1613.