Creates an X.25 protocol dte entity which describes a local DTE. create [node node-id] x25 protocol dte dte-name - profile profile-name [,maximum active circuits integer] The Profile argument is required. It is the name of the profile that supplies subscription details of the PSDN to which the DTE is connected. The Maximum Active Circuits argument is optional. It specifies the number of virtual circuits that can be active at any time on the DTE for SVCs and PVCs (OpenVMS). Example: create x25 protocol dte dte-1 profile "ISO8881"
1 – pvc
Creates an X.25 protocol dte pvc entity which describes a permanent virtual circuit (PVC). create [node node-id] x25 protocol dte dte-name - pvc pvc-name - channel integer [,packet size integer] [,window size integer] The Channel argument is required. It is the concatenated logical channel group and logical channel number for the PVC, and it should be a unique value among PVCs on this DTE. These channel numbers must not be present in the incoming list or outgoing list of the parent DTE. Packet Size and Window Size are optional arguments. Example: create x25 protocol dte dte-0 pvc PVC-0 channel 5
1.1 – packet_size
Packet size, in octets, for the PVC. This argument determines the value of the packet size characteristic. This value should be within the maximum and minimum packet size specifier by the parent DTE.
1.2 – window_size
Window size for the PVC. This argument determines the value of the window size characteristic. This value should be within the maximum and minimum window size specifier by the parent DTE.
1.3 – Exception Messages
o name not unique The PVC entity is not unique at the gateway system.