H225-MIB

File: H225-MIB.mib (35923 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
SNMPv2-CONF MULTI-MEDIA-MIB-TC

Imported symbols

Counter32 Integer32 Unsigned32
NOTIFICATION-TYPE OBJECT-TYPE MODULE-IDENTITY
DisplayString TAddress DateAndTime
ifIndex MODULE-COMPLIANCE OBJECT-GROUP
MmTAddressTag mmH323Root MmGlobalIdentifier
MmAliasTag MmAliasAddress MmH323EndpointType
MmH225Crv MmCallType

Defined Types

CallSignalConfigEntry  
SEQUENCE    
  callSignalConfigMaxConnections Integer32
  callSignalConfigAvailableConnections Integer32
  callSignalConfigT303 Integer32
  callSignalConfigT301 Integer32
  callSignalConfigEnableNotifications INTEGER

CallSignalStatsEntry  
SEQUENCE    
  callSignalStatsCallConnections Counter32
  callSignalStatsAlertingMsgs Counter32
  callSignalStatsCallProceedings Counter32
  callSignalStatsSetupMsgs Counter32
  callSignalStatsSetupAckMsgs Counter32
  callSignalStatsProgressMsgs Counter32
  callSignalStatsReleaseCompleteMsgs Counter32
  callSignalStatsStatusMsgs Counter32
  callSignalStatsStatusInquiryMsgs Counter32
  callSignalStatsFacilityMsgs Counter32
  callSignalStatsInfoMsgs Counter32
  callSignalStatsNotifyMsgs Counter32
  callSignalStatsAverageCallDuration Integer32

ConnectionsTableEntry  
SEQUENCE    
  connectionsSrcTransporTAddressTag MmTAddressTag
  connectionsSrcTransporTAddress TAddress
  connectionsCallIdentifier MmGlobalIdentifier
  connectionsRole INTEGER
  connectionsState INTEGER
  connectionsDestTransporTAddressTag MmTAddressTag
  connectionsDestTransporTAddress TAddress
  connectionsDestAliasTag MmAliasTag
  connectionsDestAlias MmAliasAddress
  connectionsSrcH245SigTransporTAddressTag MmTAddressTag
  connectionsSrcH245SigTransporTAddress TAddress
  connectionsDestH245SigTransporTAddressTag MmTAddressTag
  connectionsDestH245SigTransporTAddress TAddress
  connectionsConfId MmGlobalIdentifier
  connectionsCalledPartyNumber DisplayString
  connectionsDestXtraCallingNumber1 DisplayString
  connectionsDestXtraCallingNumber2 DisplayString
  connectionsDestXtraCallingNumber3 DisplayString
  connectionsDestXtraCallingNumber4 DisplayString
  connectionsDestXtraCallingNumber5 DisplayString
  connectionsFastCall INTEGER
  connectionsSecurity INTEGER
  connectionsH245Tunneling INTEGER
  connectionsCanOverlapSend INTEGER
  connectionsCRV MmH225Crv
  connectionsCallType MmCallType
  connectionsRemoteExtensionAddress OCTET STRING
  connectionsExtraCRV1 MmH225Crv
  connectionsExtraCRV2 MmH225Crv
  connectionsConnectionStartTime DateAndTime
  connectionsEndpointType MmH323EndpointType
  connectionsReleaseCompleteReason INTEGER

Defined Values

h225CallSignaling 0.0.8.341.1.1.1
The MIB Module supports the functions of a H.225 call signaling .
MODULE-IDENTITY    

callSignalConfig 0.0.8.341.1.1.1.1
OBJECT IDENTIFIER    

callSignalStats 0.0.8.341.1.1.1.2
OBJECT IDENTIFIER    

connections 0.0.8.341.1.1.1.3
OBJECT IDENTIFIER    

callSignalEvents 0.0.8.341.1.1.1.4.0
OBJECT IDENTIFIER    

callSignalingMIBConformance 0.0.8.341.1.1.1.5
OBJECT IDENTIFIER    

callSignalConfigTable 0.0.8.341.1.1.1.1.1
This table contains configuration information for instances of a call signaling protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CallSignalConfigEntry

callSignalConfigEntry 0.0.8.341.1.1.1.1.1.1
It contains objects that describe the configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  CallSignalConfigEntry  

callSignalConfigMaxConnections 0.0.8.341.1.1.1.1.1.1.1
The maximum number of connections the H.225 entity can possibly have.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

callSignalConfigAvailableConnections 0.0.8.341.1.1.1.1.1.1.2
The number of available connections, out of callSignalConfigMaxConnections.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

callSignalConfigT303 0.0.8.341.1.1.1.1.1.1.3
The amount of time the calling endpoint waits for an ALERTING, CALL PROCEEDING, CONNECT, RELEASE COMPLETE or other message the called endpoint after it has sent a SETUP message. The time value is in seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

callSignalConfigT301 0.0.8.341.1.1.1.1.1.1.4
The amount of time after which the calling endpoint should stop waiting for the called endpoint to respond. The time value is in seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

callSignalConfigEnableNotifications 0.0.8.341.1.1.1.1.1.1.5
Indicates whether notifications should be generated from this MIB. The default is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

callSignalStatsTable 0.0.8.341.1.1.1.2.1
This table contains statistics information for instances of a call signaling protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CallSignalStatsEntry

callSignalStatsEntry 0.0.8.341.1.1.1.2.1.1
It contains objects that describe statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  CallSignalStatsEntry  

callSignalStatsCallConnectionsIn 0.0.8.341.1.1.1.2.1.1.1
The number of successful connections in which this entity has been a callee.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsCallConnectionsOut 0.0.8.341.1.1.1.2.1.1.2
The number of successful connections in which this entity has been a caller.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsAlertingMsgsIn 0.0.8.341.1.1.1.2.1.1.3
The number of alerting messages received by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsAlertingMsgsOut 0.0.8.341.1.1.1.2.1.1.4
The number of alerting messages sent by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsCallProceedingsIn 0.0.8.341.1.1.1.2.1.1.5
The number of call proceeding messages received by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsCallProceedingsOut 0.0.8.341.1.1.1.2.1.1.6
The number of call proceeding messages sent by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsSetupMsgsIn 0.0.8.341.1.1.1.2.1.1.7
The number of setup messages received by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsSetupMsgsOut 0.0.8.341.1.1.1.2.1.1.8
The number of setup messages sent by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsSetupAckMsgsIn 0.0.8.341.1.1.1.2.1.1.9
The number of setupAck messages received by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsSetupAckMsgsOut 0.0.8.341.1.1.1.2.1.1.10
The number of setupAck messages sent by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsProgressMsgsIn 0.0.8.341.1.1.1.2.1.1.11
The number of progress messages received by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsProgressMsgsOut 0.0.8.341.1.1.1.2.1.1.12
The number of progress messages sent by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsReleaseCompleteMsgsIn 0.0.8.341.1.1.1.2.1.1.13
The number of release complete messages received by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsReleaseCompleteMsgsOut 0.0.8.341.1.1.1.2.1.1.14
The number of release complete messages sent by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsStatusMsgsIn 0.0.8.341.1.1.1.2.1.1.15
The number of status messages received by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsStatusMsgsOut 0.0.8.341.1.1.1.2.1.1.16
The number of status messages sent by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsStatusInquiryMsgsIn 0.0.8.341.1.1.1.2.1.1.17
The number of status inquiry messages received by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsStatusInquiryMsgsOut 0.0.8.341.1.1.1.2.1.1.18
The number of status inquiry messages sent by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsFacilityMsgsIn 0.0.8.341.1.1.1.2.1.1.19
The number of connect messages received by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsFacilityMsgsOut 0.0.8.341.1.1.1.2.1.1.20
The number of connect messages sent by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsInfoMsgsIn 0.0.8.341.1.1.1.2.1.1.21
The number of info messages received by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsInfoMsgsOut 0.0.8.341.1.1.1.2.1.1.22
The number of info messages sent by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsNotifyMsgsIn 0.0.8.341.1.1.1.2.1.1.23
The number of notify messages received by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsNotifyMsgsOut 0.0.8.341.1.1.1.2.1.1.24
The number of notify messages sent by this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

callSignalStatsAverageCallDuration 0.0.8.341.1.1.1.2.1.1.25
The average duration of the call in minutes since system boot time.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

connectionsActiveConnections 0.0.8.341.1.1.1.3.1
The number of active connections.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

connectionsTable 0.0.8.341.1.1.1.3.2
This table contains information about entities that are connected to this entity. It is a list of connection entries. The number of entries equals to the number of active connections.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConnectionsTableEntry

connectionsTableEntry 0.0.8.341.1.1.1.3.2.1
It contains objects that describe connections that are remotely connected to this callable H.323 entity for a conference.
Status: current Access: not-accessible
OBJECT-TYPE    
  ConnectionsTableEntry  

connectionsSrcTransporTAddressTag 0.0.8.341.1.1.1.3.2.1.1
The transport address tag of the endpoint.
Status: current Access: not-accessible
OBJECT-TYPE    
  MmTAddressTag  

connectionsSrcTransporTAddress 0.0.8.341.1.1.1.3.2.1.2
The transport address of the source endpoint that initiated the connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  TAddress  

connectionsCallIdentifier 0.0.8.341.1.1.1.3.2.1.3
The call identifier.
Status: current Access: not-accessible
OBJECT-TYPE    
  MmGlobalIdentifier  

connectionsRole 0.0.8.341.1.1.1.3.2.1.4
This value reflects the role this entity plays in this connection being either a caller or a callee.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER caller(1), callee(2)  

connectionsState 0.0.8.341.1.1.1.3.2.1.5
The state of the H.225 state machine as per Q.931. Outgoing calls: callInitiated - when the user requests call establishment from the network callDelivered - when the calling user has received an indication that remote user alerting has been initiated. Incoming calls: callPresent - when the user has received a call establishment but not yet responded. callReceived - when the user has indicated alerting but not yet answered. connectRequest - when the user has answered the call and is waiting to be awarded the call. Incoming/Outgoing: callProceeding - when the user has received/sent acknowledgement that the network has received all call information necessary to effect call establishment. active - when the user has received/sent an acknoledgement from/to the network that the user has been awarded the call. disconnectRequest - when the user has requested the network to clear the end-to-end connection. disconnectIndication - when the user has received an invitation to disconnect to disconnect because the network has disconnected the end-to-end connection. releaseRequest - when the user has requested the network to release and is waiting for a responce.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER callInitiated(1), callDelivered(2), callPresent(3), callReceived(4), connectRequest(5), callProceeding(6), active(7), disconnectRequest(8), disconnectIndication(9), releaseRequest(10)  

connectionsDestTransporTAddressTag 0.0.8.341.1.1.1.3.2.1.6
The transport address tag of the endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  MmTAddressTag  

connectionsDestTransporTAddress 0.0.8.341.1.1.1.3.2.1.7
The transport address of the destination endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  TAddress  

connectionsDestAliasTag 0.0.8.341.1.1.1.3.2.1.8
The alias tag of the registred endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  MmAliasTag  

connectionsDestAlias 0.0.8.341.1.1.1.3.2.1.9
The transport port of the destination endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  MmAliasAddress  

connectionsSrcH245SigTransporTAddressTag 0.0.8.341.1.1.1.3.2.1.10
The transport address tag of the endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  MmTAddressTag  

connectionsSrcH245SigTransporTAddress 0.0.8.341.1.1.1.3.2.1.11
The H245 IP address of the source endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  TAddress  

connectionsDestH245SigTransporTAddressTag 0.0.8.341.1.1.1.3.2.1.12
The transport address tag of the endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  MmTAddressTag  

connectionsDestH245SigTransporTAddress 0.0.8.341.1.1.1.3.2.1.13
The transport address of the destination endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  TAddress  

connectionsConfId 0.0.8.341.1.1.1.3.2.1.14
The conference id for this connection.
Status: current Access: read-only
OBJECT-TYPE    
  MmGlobalIdentifier  

connectionsCalledPartyNumber 0.0.8.341.1.1.1.3.2.1.15
The primary e164 address of the destination endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

connectionsDestXtraCallingNumber1 0.0.8.341.1.1.1.3.2.1.16
The secondary info e164 address of the destination endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

connectionsDestXtraCallingNumber2 0.0.8.341.1.1.1.3.2.1.17
The third info e164 address of the destination endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

connectionsDestXtraCallingNumber3 0.0.8.341.1.1.1.3.2.1.18
The fourth info e164 address of the destination endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

connectionsDestXtraCallingNumber4 0.0.8.341.1.1.1.3.2.1.19
The fifth info e164 address of the destination endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

connectionsDestXtraCallingNumber5 0.0.8.341.1.1.1.3.2.1.20
The sixth info e164 address of the destination endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

connectionsFastCall 0.0.8.341.1.1.1.3.2.1.21
Indicator of fast call usage for this connection.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

connectionsSecurity 0.0.8.341.1.1.1.3.2.1.22
Indicator of encryption usage for this connection.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

connectionsH245Tunneling 0.0.8.341.1.1.1.3.2.1.23
Indicator of H245 tunneling usage for this connection.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notSupported(1), available(2), active(3), closing(4), closed(5)  

connectionsCanOverlapSend 0.0.8.341.1.1.1.3.2.1.24
Indicator of canOverLap usage for this connection.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER true(1), false(2)  

connectionsCRV 0.0.8.341.1.1.1.3.2.1.25
The call reference value.
Status: current Access: read-only
OBJECT-TYPE    
  MmH225Crv  

connectionsCallType 0.0.8.341.1.1.1.3.2.1.26
The type of the call for this connection.
Status: current Access: read-only
OBJECT-TYPE    
  MmCallType  

connectionsRemoteExtensionAddress 0.0.8.341.1.1.1.3.2.1.27
The additional address for GW-GW calls
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

connectionsExtraCRV1 0.0.8.341.1.1.1.3.2.1.28
The additional call reference value.
Status: current Access: read-only
OBJECT-TYPE    
  MmH225Crv  

connectionsExtraCRV2 0.0.8.341.1.1.1.3.2.1.29
The additional call reference value.
Status: current Access: read-only
OBJECT-TYPE    
  MmH225Crv  

connectionsConnectionStartTime 0.0.8.341.1.1.1.3.2.1.30
The date and time of the start of this call.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

connectionsEndpointType 0.0.8.341.1.1.1.3.2.1.31
Terminal type represents the type of H.323 terminal: 50 - terminal without MC 60 - gateway without MC 70 - terminal with MC but without MP 80 - gateway with MC but without MP 120 - gatekeeper with MC but without MP 160 - MCU with MC but without MP 90 - gateway with MC and Data MP 130 - gatekeeper with MC and Data MP 170 - MCU with MC and Data MP 100 - gateway containing MC with Data and audio MP 140 - gatekeeper containing MC with Data and audio MP 180 - MCU containing MC with Data and audio MP 110 - gateway containing MC with Data, Audio and Video MP 150 - gatekeeper containing MC with Data, Audio and Video MP 190 - MCU containing MC with Data, Audio and Video MP 240 - entity with active MC .
Status: current Access: read-only
OBJECT-TYPE    
  MmH323EndpointType  

connectionsReleaseCompleteReason 0.0.8.341.1.1.1.3.2.1.32
The date and time of the start of this call.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noBandwidth(34), gatekeeperResourcesUnavailable(47), unreachableDestination(3), destinationReject(16), invalidRevision(88), noPermission(111), unreachableGatekeeper(38), gatewayResources(42), badFormaTAddress(28), adaptiveBusy(41), inConference(17), undefined(31)  

callReleaseComplete 0.0.8.341.1.1.1.4.0.1
This message will be sent in the case of on generation and reception of releaseComplete for the following reasons: 34 - noBandwidth; no circuit/channel available 47 - gatekeeperResources; resource unavailable 3 - unreachableDestination; no route to destination 16 - destinationReject; destination did not accept this call 88 - invalidRevision; incompatible destination 111- noPermission; Interworking unspecified 38 - unreachableGatekeeper; network out of order 42 - gatewayResources; switching equipment congestion 28 - badFormaTAddress; invalid number format 41 - adaptiveBusy; Temporary Failure 17 - inConference; user busy 31 - undefined.
Status: current Access: read-only
NOTIFICATION-TYPE    

callSignalingMIBGroups 0.0.8.341.1.1.1.5.1
OBJECT IDENTIFIER    

callSignalConfigGroup 0.0.8.341.1.1.1.5.1.1
.
Status: current Access: read-only
OBJECT-GROUP    

callSignalStatsGroup 0.0.8.341.1.1.1.5.1.2
.
Status: current Access: read-only
OBJECT-GROUP    

connectionsGroup 0.0.8.341.1.1.1.5.1.3
.
Status: current Access: read-only
OBJECT-GROUP    

callSignalEventsGroup 0.0.8.341.1.1.1.5.1.4
.
Status: current Access: read-only
OBJECT-GROUP    

callSignalingMIBCompliance 0.0.8.341.1.1.1.5.2
The set of objects required for compliance.
Status: current Access: read-only
MODULE-COMPLIANCE