/sys$common/syshlp/NCLHELP.HLB  —  set  x25_access, template
    set  [node node-id] x25 access template template-name ...

    Modifies an x25 access template entity, which is used to supply
    default values for call parameters when an outgoing call is made.
    The modifiable attributes and their data types [in brackets] are:

    call data [hex-string]
    calling address extension [nsap-address]
    charging information [boolean]
    destination dte address [dte-address]
    dte class [simplename]
    end-to-end delay [range]
    expedited data [Not Specified, Use, or Do Not Use]
    fast select [string]
    local facilities [hex-string]
    local subaddress [dte-address]
    network user identity [hex-string]
    nsap mapping [boolean]
    packet size [integer]
    quality of service [hex-string]
    reverse charging [boolean]
    rpoa sequence [sequence of hex-string]
    selected group [simplename]
    target address extension [nsap-address]
    throughput class request [range]
    transit delay selection [range]
    window size [integer]

1  –  call_data

    Default: No call user data                   Value: Hex string

    Call user data to be sent in the call.

    Example:

    set x25 access template "OSI Transport" call data '03010100'H

2  –  calling_address_extension

    Default: No NSAP address                     Value: NSAP address

    Calling Network Service Access Point (NSAP) address is to be
    passed to a higher-level entity within the called DTE. A null
    address indicates that this facility is not included in the
    outgoing call.

3  –  charging_information

    Default: False                              Value: True or false

    Specifies whether charging information is requested for this
    call.

    Example:

    set x25 access template "OSI Transport" -
        charging information false

4  –  destination_dte_address

    Default: No DTE address                     Value: DTE address

    Address of the remote DTE, including the remote subaddress (if
    any), to which the call is directed.

    Example:

    set x25 access template TEMPLATE-0 -
        destination dte address 3234234234

5  –  dte_class

    Default: No DTE class name                  Value: simplename

    Name of the DTE class to be used for the call.

    set x25 access template TEMPLATE-0 dte class remote-class-0

6  –  end-to-end_delay

    Default: [0..0]                 Value: Range (see description)

    Lower and upper bounds of the acceptable end-to-end delay for the
    call. A zero value for either bound indicates that no range is
    included in the outgoing call.

    Example:

    set x25 access template X29Server end-to-end delay [0..0]

7  –  expedited_data

    Default: Not specified                   Value: See description

    Specifies whether expedited data is requested for the call.

    do not use     Expedited data is not in use.

    not            Expedited data is not requested.
    specified

    use            Expedited data is in use.

    Example:

    set x25 access template Default expedited data not specified

8  –  fast_select

    Default: Not specified                  Value: See description

    Specifies whether fast select is requested for the call.

      fast select    Fast select is in use.

      no fast        Fast select is not in use.

      select not     Fast select is not requested.

      specified      Fast select with response is in use.
      with response

    Example:

    set x25 access template "OSI Transport" fast select not specified

9  –  local_facilities

    Default: No facilities                        Value: Hex string

    Non-CCITT facilities that are available from the local PSDN.
    The string is placed in the outgoing call request packet without
    modification. The contents and interpretation of this string are
    implementation-dependent.

10  –  local_subaddress

    Default: No DTE address                      Value: DTE address

    Local subaddress to be appended to the calling DTE address in the
    call.

11  –  network_user_identity

    Default: No network user identity            Value: Hex string

    Network user identity to be included in the call packet. The
    format of the network user identity is specified by the PSDN
    administration.

    Example:

    set x25 access template TEMPLATE-0 network user identity %x12fe

12  –  nsap_mapping

    Default: False                              Value: True or false

    Specifies whether an x25 access reachable address entity is used
    to map the supplied NSAP address to a destination DTE class/DTE
    address pair.

    Example:

    set x25 access template TEMPLATE-0 nsap mapping false

13  –  packet_size

    Default: Supplied by profile                Value: 0-4096

    Packet size, in octets, for transmitted and received data
    packets. The value must be a power of 2 in the range 0 to 4096.
    The value zero indicates that no packet size is included in the
    outgoing call.

    Example:

    set x25 access template TEMPLATE-0 packet size 512

14  –  quality_of_service

    Default: No data                            Value: Hex string

    Quality of service data. The contents and interpretation of this
    string are implementation-dependent.

15  –  reverse_charging

    Default: False                              Value: True or false

    Specifies whether reverse charging is requested for the call.

    Example:

    set x25 access template TEMPLATE-0 reverse charging false

16  –  rpoa_sequence

    Default: No DTE addresses              Value: Set of DTE addresses

    Private Operating Agency sequence of transit networks to be used
    in setting up the call. Format the values to specify a set of
    DTE addresses. Each DTE address is four digits long. An empty set
    indicates that no sequence is included in the outgoing call.

17  –  selected_group

    Default: No group name                        Value: simplename

    Name of the x25 protocol group entity that represents the CUG
    selected for the call. The index for group is included in the
    facility field of the call request packet.

18  –  target_address_extension

    Default: No NSAP address                      Value: NSAP address

    Called NSAP address to be sent to the called DTE should be
    supplied by a higher-level entity in the calling DTE. A null
    address indicates that this facility is not required.

19  –  throughput_class_request

    Default: [0..0]       Value: Range (see the following
                                        description)

    Minimum acceptable throughput class (the lower bound of the
    range) and the target throughput class (the upper bound of the
    range) for a call. The only legal range values are as follows:

    0              2400
    75             4800
    150            9600
    300            19200
    600            48000
    1200

    The range 0-0 indicates that no throughput class is
    included in the outgoing call.

    Example:

    set x25 access template TEMPLATE-0 -
        throughput class request [0..0]

20  –  transit_delay_selection

    Default: 0                                       Value: Integer

    Desired transit delay. A zero value for either bound indicates
    that no value is included in the outgoing call.

    Example:

    set x25 access template X29Server transit delay selection 0

21  –  window_size

    Default: Supplied by profile                     Value: 0-127

    Window size for transmitted and received data packets. A zero
    value indicates that no window size is included in the outgoing
    call.

    Example:

    set x25 access template TEMPLATE-0 window size 7
Close Help