Description:
|
comodeTPM MANAGED OBJECT CLASS
DERIVED FROM "GMI":coProtocolMachine;
-- which is derived from "DMI":top
CHARACTERIZED BY comodeTPM-P PACKAGE
BEHAVIOUR
commonStateChange-B,
commonCreationDeletion-B,
comodeTPMImportedNotifications-B;
ATTRIBUTES
"DMI":administrativeState GET-REPLACE,
"DMI":octetsReceivedCounter GET,
"DMI":octetsSentCounter GET,
"GMI":coProtocolMachineId INITIAL VALUE TLM.comodeTPMId-Value GET,
localErrorDisconnects GET,
localSuccessfulConnections GET,
localUnsuccessfulConnections GET,
maxConnections REPLACE-WITH-DEFAULT GET-REPLACE,
maxOpenConnections REPLACE-WITH-DEFAULT GET,
openConnections GET,
remoteErrorDisconnects GET,
remoteSuccessfulConnections GET,
remoteUnsuccessfulConnections GET,
unassociatedTPDUs GET;
ATTRIBUTE GROUPS
"DMI":state
"DMI":administrativeState
"DMI":operationalState,
-- The following attribute group is present in each of the transport
-- MOs which define counters. It allows all of the counters to be
-- retrieved in a single request.
"GMI":counters
"DMI":octetsSentCounter
"DMI":octetsReceivedCounter
openConnections
localSuccessfulConnections
remoteSuccessfulConnections
localUnsuccessfulConnections
remoteUnsuccessfulConnections
localErrorDisconnects
remoteErrorDisconnects
unassociatedTPDUs
maxOpenConnections;
ACTIONS
"GMI":activate,
"GMI":deactivate;
NOTIFICATIONS
"DMI":objectCreation,
"DMI":objectDeletion,
"DMI":stateChange,
-- incomingConnectionRejected
"GMI":communicationsInformation
rejectionCause
callingNSAPAddress-PAR
calledNSAPAddress-PAR
callingTSelector-PAR
calledTSelector-PAR
networkConnectionIDs-PAR;;;
|
|