OSI/AS Configuration and Management Manual
Installing and Configuring the Subsystem
OSI/AS Configuration and Management Manual—424119-001
4-19
Configuring Layer 6 Attributes
This means that the session service provider waits 60 seconds for a T-DISCONNECT
indication, after issuing an ABORT request or a RELEASE response, before sending a
T-DISCONNECT request of its own.
Example 2: ADD PROFILE
The following command adds a Session Layer PROFILE object:
ADD PROFILE $OSIM.#L5.PROF1, VSN1 OFF, VSN2 ON
The command and object-spec add the Layer 5 PROFILE object PROF1 to the OSI
manager process $OSIM:
ADD PROFILE $OSIM.#L5.PROF1
The two attribute-specs enable only session service version 2 for all connections
using this profile:
VSN1 OFF, VSN2 ON
Considerations
•
Notice that you can add or alter the PROFILE object, but you can only alter the
SERVICE object.
•
After adding Layer 5 PROFILE objects, you associate them with particular TSEL
addresses using TSEL ENTRY objects. See TSEL ENTRY Objects on page 2-15.
Configuring Layer 6 Attributes
You configure Layer 6 service characteristics for TAPS processes by using the Layer 6
SERVICE object. To configure this object, you should understand the meaning of
Presentation Layer protocol values. Use the Layer 6 SERVICE object to set default
presentation service characteristics.
See Section 2, Management Environment
, for more information on the use of the
SERVICE objects.
Example: ALTER SERVICE
The following command configures all the TAPS processes in the subsystem to
implement a particular Presentation Layer threshold value set to 500:
ALTER SERVICE $OSIM.#L6, ARPPPDUSENTPROTERRORGROUPTHLD 500
The command and object-spec identify the Presentation Layer of the subsystem
controlled by the OSI manager process $OSIM:
ALTER SERVICE $OSIM.#L6
attribute-spec sets the specified threshold value to 500:
ARPPPDUSENTPROTERRORGROUPTHLD 500