Network Router User Manual
92 GINA V4.0 System Administrator Guide – September 2000
Sample configuration file
//
// first session of the system between application a2
// of kotw002
// and a1 of kotw005.
// a2 controls 3 connections
// a1 controls 1 connection
//
SESSION("LU6.1")
{
SESSIONPOINT(1,1, 3)
SESSIONPOINT(1,2, 1)
}
SESSION("LU6.1")
{
SESSIONPOINT(1,1, 1)
SESSIONPOINT(1,3, 2)
}
SESSION("LU6.1")
{
SESSIONPOINT(1,2, 3)
SESSIONPOINT(1,3, 2)
}
SESSION("LU6.1")
{
SESSIONPOINT(1,3, 2)
SESSIONPOINT(1,4, 4)
}
//
// connection between client1 of kotw005 and a1
// of kotw005
// client is configured local
//
CONNECT(1,5, 1,3)