z/OS Communications Server: CMIP Services and Topology Agent Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Examples of the GetAssociationInfo string

z/OS Communications Server: CMIP Services and Topology Agent Guide
SC27-3646-00

The first example includes the MIB.ServiceError string because the message did not specify as many zeros or ones as there are bits in the bit string.

The remaining examples show successful use of ACF.GetAssociationInfo.
ACF.GetAssociationInfo(handle 'a1', info 00010)
MIB.ServiceError(resultCode 804)
 
ACF.GetAssociationInfo(handle a1, info 00000000)
ACF.AssociationInfo ()
 
ACF.GetAssociationInfo(handle 'a2', info 00010000)
ACF.AssociationInfo ((partner-AE-Title '1.3.18.0.2.4.6=N
    ETA;2.9.3.2.7.4=(name "SSCP1A");1.3.18.0.2.4.12=OSISMASE'))
 
ACF.GetAssociationInfo(handle 'a3', info 10010000)
ACF.AssociationInfo ((state 8),(partner-AE-Title '1.3.18
    .0.2.4.6=NETA;2.9.3.2.7.4=(name "SSCP1A");1.3.18.0.2.4.12=OSISMASE'))
 
ACF.GetAssociationInfo(handle 's147B290', info 10010011)
ACF.AssociationInfo ((state 8),(partner-AE-Title '1.3.18
    .0.2.4.6=NETA;2.9.3.2.7.4=(name "SSCP2A");1.3.18.0.2.4.12=OS
    ISMASE'),(securityInfo ""),(peerAuthenticationPerformed TRUE))
 
ACF.GetAssociationInfo(handle 'aA', info 11111111)
ACF.AssociationInfo ((state 8),(partner-AE-Title '1.3.18
    .0.2.4.6=NETA;2.9.3.2.7.4=(name "SSCP2A");1.3.18.0.2.4.12=OS
    ISMASE'),(securityInfo A1B2C3D4),(peerAuthenticationPerformed FALSE))

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014