RAS-MIB

File: RAS-MIB.mib (49913 bytes)

Imported modules

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

Imported symbols

Counter32 Integer32 OBJECT-TYPE
MODULE-IDENTITY NOTIFICATION-TYPE TAddress
RowStatus TruthValue DateAndTime
MODULE-COMPLIANCE OBJECT-GROUP ifIndex
MmGatekeeperID MmTAddressTag MmEndpointID
MmGlobalIdentifier MmAliasTag MmAliasAddress
mmH323Root MmH225Crv MmCallType

Defined Types

RasConfigurationTableEntry  
SEQUENCE    
  rasConfigurationGatekeeperIdentifier MmGatekeeperID
  rasConfigurationTimer Integer32
  rasConfigurationMaxNumberOfRetries Integer32
  rasConfigurationGatekeeperDiscoveryAddressTag MmTAddressTag
  rasConfigurationGatekeeperDiscoveryAddress TAddress

RasRegistrationTableEntry  
SEQUENCE    
  rasRegistrationCallSignallingAddressTag MmTAddressTag
  rasRegistrationCallSignallingAddress TAddress
  rasRegistrationSrcRasAddressTag MmTAddressTag
  rasRegistrationSrcRasAddress TAddress
  rasRegistrationIsGatekeeper TruthValue
  rasRegistrationGatekeeperId MmGatekeeperID
  rasRegistrationEndpointId MmEndpointID
  rasRegistrationEncryption TruthValue
  rasRegistrationWillSupplyUUIE TruthValue
  rasRegistrationIntegrityCheckValue TruthValue
  rasRegistrationTableNumberOfAliases Integer32
  rasRegistrationTableRowStatus RowStatus
  rasRegistrationEndpointType Integer32
  rasRegistrationPregrantedARQ TruthValue
  rasRegistrationIsregisteredByRRQ TruthValue

RasRegistrationAliasTableEntry  
SEQUENCE    
  rasRegistrationAliasTableIndex Integer32
  rasRegistrationAliasTag MmAliasTag
  rasRegistrationAlias MmAliasAddress

RasRegistrationRasAddressTableEntry  
SEQUENCE    
  rasRegistrationRasAddressTableIndex Integer32
  rasRegistrationAdditionalSrcRasAddressTag MmTAddressTag
  rasRegistrationAdditionalSrcRasAddress TAddress

RasRegistrationCallSignalingTableEntry  
SEQUENCE    
  rasRegistrationCallSignalingAddressTableIndex Integer32
  rasRegistrationAdditionalCallSignalingAddressTag MmTAddressTag
  rasRegistrationAdditionalCallSignalingAddress TAddress

RasAdmissionTableEntry  
SEQUENCE    
  rasAdmissionSrcCallSignallingAddressTag MmTAddressTag
  rasAdmissionSrcCallSignallingAddress TAddress
  rasAdmissionDestCallSignallingAddressTag MmTAddressTag
  rasAdmissionDestCallSignallingAddress TAddress
  rasAdmissionCallIdentifier MmGlobalIdentifier
  rasAdmissionConferenceId MmGlobalIdentifier
  rasAdmissionRasAddressTag MmTAddressTag
  rasAdmissionRasAddress TAddress
  rasAdmissionCRV MmH225Crv
  rasAdmissionIsGatekeeper TruthValue
  rasAdmissionSrcAliasAddressTag MmAliasTag
  rasAdmissionSrcAliasAddress MmAliasAddress
  rasAdmissionDestAliasAddressTag MmAliasTag
  rasAdmissionDestAliasAddress MmAliasAddress
  rasAdmissionAnswerCallIndicator INTEGER
  rasAdmissionTime DateAndTime
  rasAdmissionEndpointId MmEndpointID
  rasAdmissionBandwidth Integer32
  rasAdmissionIRRFrequency Integer32
  rasAdmissionCallType MmCallType
  rasAdmissionCallModel INTEGER
  rasAdmissionSrcHandlesBandwidth TruthValue
  rasAdmissionDestHandlesBandwidth TruthValue
  rasAdmissionSecurity TruthValue
  rasAdmissionSrcWillSupplyUUIE TruthValue
  rasAdmissionDestWillSupplyUUIE TruthValue
  rasAdmissionTableRowStatus RowStatus

RasStatsTableEntry  
SEQUENCE    
  rasStatsGatekeeperConfirms Counter32
  rasStatsGatekeeperRejects Counter32
  rasStatsRegistrationConfirms Counter32
  rasStatsRegistrationRejects Counter32
  rasStatsUnregistrationConfirms Counter32
  rasStatsUnregistrationRejects Counter32
  rasStatsAdmissionConfirms Counter32
  rasStatsAdmissionRejects Counter32
  rasStatsBandwidthConfirms Counter32
  rasStatsBandwidthRejects Counter32
  rasStatsDisengageConfirms Counter32
  rasStatsDisengageRejects Counter32
  rasStatsLocationConfirms Counter32
  rasStatsLocationRejects Counter32
  rasStatsInfoRequests Counter32
  rasStatsInfoRequestResponses Counter32
  rasStatsnonStandardMessages Counter32
  rasStatsUnknownMessages Counter32
  rasStatsRequestInProgress Counter32
  rasStatsResourceAvailabilityIndicator Counter32
  rasStatsResourceAvailabilityConfirm Counter32
  rasStatsRegisteredEndpointsNo Counter32
  rasStatsAdmittedEndpointsNo Counter32
  rasStatsINAKs Counter32
  rasStatsIACKs Counter32
  rasStatsGkRoutedCalls Counter32
  rasStatsResourceAvailabilityIndications Counter32
  rasStatsResourceAvailabilityConfirmations Counter32

Defined Values

ras 0.0.8.341.1.1.2
RAS MIB
MODULE-IDENTITY    

rasConfiguration 0.0.8.341.1.1.2.1
OBJECT IDENTIFIER    

rasRegistration 0.0.8.341.1.1.2.2
OBJECT IDENTIFIER    

rasAdmission 0.0.8.341.1.1.2.3
OBJECT IDENTIFIER    

rasStats 0.0.8.341.1.1.2.4
OBJECT IDENTIFIER    

rasEvents 0.0.8.341.1.1.2.5.0
OBJECT IDENTIFIER    

rasConfigurationTable 0.0.8.341.1.1.2.1.1
This table contains information about ras configuration parameters. It is a list of ras configuration parameters entries. The number of entries equals to the number of configuration parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RasConfigurationTableEntry

rasConfigurationTableEntry 0.0.8.341.1.1.2.1.1.1
It contains objects that describe the ras configuration parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  RasConfigurationTableEntry  

rasConfigurationGatekeeperIdentifier 0.0.8.341.1.1.2.1.1.1.1
String that identifies gatekeeper. For a gatekeeper, this string identifies the gatekeeper. In an endpoint, the field is the desired gatekeeper or NULLString that identifies gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  MmGatekeeperID  

rasConfigurationTimer 0.0.8.341.1.1.2.1.1.1.2
The amount of time that the timer is set to in seconds. This is the maximum time that the endpoint will wait for the responce.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

rasConfigurationMaxNumberOfRetries 0.0.8.341.1.1.2.1.1.1.3
The maximum number of times the message shall be resent.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

rasConfigurationGatekeeperDiscoveryAddressTag 0.0.8.341.1.1.2.1.1.1.4
The transport address tag of the gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  MmTAddressTag  

rasConfigurationGatekeeperDiscoveryAddress 0.0.8.341.1.1.2.1.1.1.5
The gatekeeper transport address that allow for manual discovery.
Status: current Access: read-only
OBJECT-TYPE    
  TAddress  

rasRegistrationTable 0.0.8.341.1.1.2.2.1
This table contains information about endpoints that are registered with the Gatekeeper. It is a list of registered entities entries. The number of entries equals to the number of registered endpoints.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RasRegistrationTableEntry

rasRegistrationTableEntry 0.0.8.341.1.1.2.2.1.1
It contains objects that describe the registered endpoint.
Status: current Access: not-accessible
OBJECT-TYPE    
  RasRegistrationTableEntry  

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

rasRegistrationCallSignallingAddress 0.0.8.341.1.1.2.2.1.1.2
The endpoint call signalling address.
Status: current Access: not-accessible
OBJECT-TYPE    
  TAddress  

rasRegistrationSrcRasAddressTag 0.0.8.341.1.1.2.2.1.1.3
The ras address tag of the calling endpoint.
Status: current Access: not-accessible
OBJECT-TYPE    
  MmTAddressTag  

rasRegistrationSrcRasAddress 0.0.8.341.1.1.2.2.1.1.4
The ras address of the calling endpoint.
Status: current Access: not-accessible
OBJECT-TYPE    
  TAddress  

rasRegistrationIsGatekeeper 0.0.8.341.1.1.2.2.1.1.5
This value identifies the endpoint being a gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rasRegistrationGatekeeperId 0.0.8.341.1.1.2.2.1.1.6
The identifier of the gatekeeper that this endpoint is registered with.
Status: current Access: read-only
OBJECT-TYPE    
  MmGatekeeperID  

rasRegistrationEndpointId 0.0.8.341.1.1.2.2.1.1.7
The endpoint identifier.
Status: current Access: read-only
OBJECT-TYPE    
  MmEndpointID  

rasRegistrationEncryption 0.0.8.341.1.1.2.2.1.1.8
This value indicates that the endpoint is using encryption.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rasRegistrationWillSupplyUUIE 0.0.8.341.1.1.2.2.1.1.9
This value indicates that the endpoint will supply Q.931 message info in IRR messages if requested by the gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rasRegistrationIntegrityCheckValue 0.0.8.341.1.1.2.2.1.1.10
The value indicates that the endpoint will supply the integrity check value.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rasRegistrationTableNumberOfAliases 0.0.8.341.1.1.2.2.1.1.11
The number of alias addresses for the endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rasRegistrationTableRowStatus 0.0.8.341.1.1.2.2.1.1.12
The row status of the entry. This object is required to create or delete rows remotely by a manager.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rasRegistrationEndpointType 0.0.8.341.1.1.2.2.1.1.13
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    
  Integer32  

rasRegistrationPregrantedARQ 0.0.8.341.1.1.2.2.1.1.14
This value indicates if pregranted ARQ exists.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rasRegistrationIsregisteredByRRQ 0.0.8.341.1.1.2.2.1.1.15
This value indicates if this endpoint was registered dynamically - True or statically - False.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rasRegistrationAliasTable 0.0.8.341.1.1.2.2.2
This table contains information about registered endpoint's aliases. It is a list alias entries. The number of entries equals to the sum of all aliases for all registered endpoints.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RasRegistrationAliasTableEntry

rasRegistrationAliasTableEntry 0.0.8.341.1.1.2.2.2.1
It contains an alias that corresponds to a registered endpoint.
Status: current Access: not-accessible
OBJECT-TYPE    
  RasRegistrationAliasTableEntry  

rasRegistrationAliasTableIndex 0.0.8.341.1.1.2.2.2.1.1
An arbitrary index to this table. This index is one for the first alias for every given ras address. It is incremented by one for each subsequent alias of the same ras address. The last index for a particular ras address is equal to the number of aliases for that endpoint.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

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

rasRegistrationAlias 0.0.8.341.1.1.2.2.2.1.3
The alias of the registred endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  MmAliasAddress  

rasRegistrationRasAddressTable 0.0.8.341.1.1.2.2.3
This table contains information about registered endpoint's additional ras addresses. It is a list ras address entries. The number of entries equals to the sum of all ras addresses for all registered endpoints.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RasRegistrationRasAddressTableEntry

rasRegistrationRasAddressTableEntry 0.0.8.341.1.1.2.2.3.1
It contains a ras address that corresponds to the registered endpoint call signaling address.
Status: current Access: not-accessible
OBJECT-TYPE    
  RasRegistrationRasAddressTableEntry  

rasRegistrationRasAddressTableIndex 0.0.8.341.1.1.2.2.3.1.1
An arbitrary index to this table. This index is one for the first alias for every given ras address. It is incremented by one for each subsequent alias of the same ras address. The last index for a particular ras address is equal to the number of aliases for that endpoint.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

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

rasRegistrationAdditionalSrcRasAddress 0.0.8.341.1.1.2.2.3.1.3
The transport address of the endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  TAddress  

rasRegistrationCallSignalingAddressTable 0.0.8.341.1.1.2.2.4
This table contains information about registered endpoint's additional call signaling adresses. It is a list of call signaling address entries. The number of entries equals to the sum of all call signaling addresses for all registered endpoints.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RasRegistrationCallSignalingTableEntry

rasRegistrationCallSignalingAddressTableEntry 0.0.8.341.1.1.2.2.4.1
It contains a call signaling address that corresponds to the registered endpoint.
Status: current Access: not-accessible
OBJECT-TYPE    
  RasRegistrationCallSignalingTableEntry  

rasRegistrationCallSignalingAddressTableIndex 0.0.8.341.1.1.2.2.4.1.1
An arbitrary index to this table. This index is one for the first alias for every given ras address. It is incremented by one for each subsequent alias of the same ras address. The last index for a particular ras address is equal to the number of aliases for that endpoint.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

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

rasRegistrationAdditionalCallSignalingAddress 0.0.8.341.1.1.2.2.4.1.3
The endpoint call signalling address.
Status: current Access: read-only
OBJECT-TYPE    
  TAddress  

rasAdmissionTable 0.0.8.341.1.1.2.3.1
This table contains information about entities that have been admitted by the gatekeeper. It is a list of admitted endpoints. The number of entries equals to the number of admitted endpoints.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RasAdmissionTableEntry

rasAdmissionTableEntry 0.0.8.341.1.1.2.3.1.1
It contains objects that describe endpoints that are admitted by the gatekeeper.
Status: current Access: not-accessible
OBJECT-TYPE    
  RasAdmissionTableEntry  

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

rasAdmissionSrcCallSignallingAddress 0.0.8.341.1.1.2.3.1.1.2
The call signalling address of the caller.
Status: current Access: not-accessible
OBJECT-TYPE    
  TAddress  

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

rasAdmissionDestCallSignallingAddress 0.0.8.341.1.1.2.3.1.1.4
The call signalling address of the callee.
Status: current Access: read-only
OBJECT-TYPE    
  TAddress  

rasAdmissionCallIdentifier 0.0.8.341.1.1.2.3.1.1.5
Call identifier.
Status: current Access: not-accessible
OBJECT-TYPE    
  MmGlobalIdentifier  

rasAdmissionConferenceId 0.0.8.341.1.1.2.3.1.1.6
Conference identifier.
Status: current Access: read-only
OBJECT-TYPE    
  MmGlobalIdentifier  

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

rasAdmissionRasAddress 0.0.8.341.1.1.2.3.1.1.8
The call signalling address of the caller.
Status: current Access: not-accessible
OBJECT-TYPE    
  TAddress  

rasAdmissionCRV 0.0.8.341.1.1.2.3.1.1.9
Call reference value of the caller.
Status: current Access: read-only
OBJECT-TYPE    
  MmH225Crv  

rasAdmissionIsGatekeeper 0.0.8.341.1.1.2.3.1.1.10
This value identifies the endpoint being a gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rasAdmissionSrcAliasAddressTag 0.0.8.341.1.1.2.3.1.1.11
The alias address tag of the calling endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  MmAliasTag  

rasAdmissionSrcAliasAddress 0.0.8.341.1.1.2.3.1.1.12
The call alias address of the caller.
Status: current Access: read-only
OBJECT-TYPE    
  MmAliasAddress  

rasAdmissionDestAliasAddressTag 0.0.8.341.1.1.2.3.1.1.13
The alias address tag of the called endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  MmAliasTag  

rasAdmissionDestAliasAddress 0.0.8.341.1.1.2.3.1.1.14
The alias address of the callee.
Status: current Access: read-only
OBJECT-TYPE    
  MmAliasAddress  

rasAdmissionAnswerCallIndicator 0.0.8.341.1.1.2.3.1.1.15
Caller/callee.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER caller(1), callee(2)  

rasAdmissionTime 0.0.8.341.1.1.2.3.1.1.16
Thetime of the admission.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

rasAdmissionEndpointId 0.0.8.341.1.1.2.3.1.1.17
Endpoint identifier.
Status: current Access: read-only
OBJECT-TYPE    
  MmEndpointID  

rasAdmissionBandwidth 0.0.8.341.1.1.2.3.1.1.18
The allowed maximum bandwidth for the call; may be less than requested by the endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rasAdmissionIRRFrequency 0.0.8.341.1.1.2.3.1.1.19
The time interval in seconds in which the endpoint shall send IRRs to the gatekeeper while on a call.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rasAdmissionCallType 0.0.8.341.1.1.2.3.1.1.20
Using this value, gatekeeper can attempt to determine real bandwidth usage.
Status: current Access: read-only
OBJECT-TYPE    
  MmCallType  

rasAdmissionCallModel 0.0.8.341.1.1.2.3.1.1.21
This value of gatekeeper indicates that call signaling is being passed via the gatekeeper, while direct indicates that the endpoint-to-endpoint call mode is in use.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER direct(1), gatekeeperRouted(2)  

rasAdmissionSrcHandlesBandwidth 0.0.8.341.1.1.2.3.1.1.22
This value indicates that the caller reserves its own bandwidth.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rasAdmissionDestHandlesBandwidth 0.0.8.341.1.1.2.3.1.1.23
This value indicates that the calee reserves its own bandwidth.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rasAdmissionSecurity 0.0.8.341.1.1.2.3.1.1.24
This value indicates that the endpoint is using security.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rasAdmissionSrcWillSupplyUUIE 0.0.8.341.1.1.2.3.1.1.25
This value indicates that the caller will supply Q.931 message info in IRR messages if requested by the gatekeeper
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rasAdmissionDestWillSupplyUUIE 0.0.8.341.1.1.2.3.1.1.26
This value indicates that the callee will supply Q.931 message info in IRR messages if requested by the gatekeeper
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rasAdmissionTableRowStatus 0.0.8.341.1.1.2.3.1.1.27
The row status of the entry. This object is required to create or delete rows remotely by a manager.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rasStatsTable 0.0.8.341.1.1.2.4.1
This table contains information about ras statistics variables. It is a list of ras statistics variables entries. The number of entries equals to the number of statistics variables.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RasStatsTableEntry

rasStatsTableEntry 0.0.8.341.1.1.2.4.1.1
It contains objects that describe the ras statistics variables.
Status: current Access: not-accessible
OBJECT-TYPE    
  RasStatsTableEntry  

rasStatsGatekeeperConfirms 0.0.8.341.1.1.2.4.1.1.1
The number of granting permission to register messages sent by or received from a gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsGatekeeperRejects 0.0.8.341.1.1.2.4.1.1.2
The number of declining permission to register messages sent by or received from a gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsRegistrationConfirms 0.0.8.341.1.1.2.4.1.1.3
The number of registration confirm messages sent by or received from a gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsRegistrationRejects 0.0.8.341.1.1.2.4.1.1.4
The number of registration reject messages sent by or received from a gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsUnregistrationConfirms 0.0.8.341.1.1.2.4.1.1.5
The number of unregistration confirmation messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsUnregistrationRejects 0.0.8.341.1.1.2.4.1.1.6
The number of unregistration reject messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsAdmissionConfirms 0.0.8.341.1.1.2.4.1.1.7
The number of admission request messages sent by or received from a gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsAdmissionRejects 0.0.8.341.1.1.2.4.1.1.8
The number of admission reject messages sent by or received from a gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsBandwidthConfirms 0.0.8.341.1.1.2.4.1.1.9
The number of bandwidth confirm messages received from a gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsBandwidthRejects 0.0.8.341.1.1.2.4.1.1.10
The number of bandwidth reject messages sent by or received from a gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsDisengageConfirms 0.0.8.341.1.1.2.4.1.1.11
The number of disengage confirm messages received from a gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsDisengageRejects 0.0.8.341.1.1.2.4.1.1.12
The number of disengage reject messages sent by a gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsLocationConfirms 0.0.8.341.1.1.2.4.1.1.13
The number of location confirm messages sent by or received from a gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsLocationRejects 0.0.8.341.1.1.2.4.1.1.14
The number of location reject messages sent by or received from a gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsInfoRequests 0.0.8.341.1.1.2.4.1.1.15
The number of info request messages sent by a gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsInfoRequestResponses 0.0.8.341.1.1.2.4.1.1.16
The number of info request response messages sent by endpoint or received by a gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsnonStandardMessages 0.0.8.341.1.1.2.4.1.1.17
The number of non standard messages received/sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsUnknownMessages 0.0.8.341.1.1.2.4.1.1.18
The number of unknown messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsRequestInProgress 0.0.8.341.1.1.2.4.1.1.19
The number of request in progress messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsResourceAvailabilityIndicator 0.0.8.341.1.1.2.4.1.1.20
The number of resource availability indicator messages sent by the endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsResourceAvailabilityConfirm 0.0.8.341.1.1.2.4.1.1.21
The number of availability confirm messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsRegisteredEndpointsNo 0.0.8.341.1.1.2.4.1.1.22
The number of registered endpoints.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsAdmittedEndpointsNo 0.0.8.341.1.1.2.4.1.1.23
The number of admitted endpoints.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsINAKs 0.0.8.341.1.1.2.4.1.1.24
The number of INAK massages received and sent by the endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsIACKs 0.0.8.341.1.1.2.4.1.1.25
The number of IACKs massages received and sent by the endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsGkRoutedCalls 0.0.8.341.1.1.2.4.1.1.26
The number of calls that are routed through Gatekeeper.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsResourceAvailabilityIndications 0.0.8.341.1.1.2.4.1.1.27
The number of RAI massages received and sent by the endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rasStatsResourceAvailabilityConfirmations 0.0.8.341.1.1.2.4.1.1.28
The number of RAC massages received and sent by the endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lastArjReason 0.0.8.341.1.1.2.5.0.1
This value identifies the reason for the admission reject.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER calledPartyNotRegistered(1), invalidPermission(2), requestDenied(3), undefinedReason(4), callerNotRegistered(5), routeCallToGatekeeper(6), invalidEndpointIdentifier(7), resourceUnavailable(8), securityDenial(9), qosControlNotSupported(10), incompleteAddress(11)  

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

lastArjRasAddress 0.0.8.341.1.1.2.5.0.3
The ras address of the endpoint.
Status: current Access: read-only
OBJECT-TYPE    
  TAddress  

admissionReject 0.0.8.341.1.1.2.5.0.4
This message will be sent on generation and reception of admissionReject for the following reasons: 1 - calledPartyNotRegistered 2 - invalidPermission 3 - requestDenied 4 - undefinedReason 5 - callerNotRegistered 6 - routeCallToGatekeeper 7 - invalidEndpointIdentifier 8 - resourceUnavailable 9 - securityDenial 10 - qosControlNotSupported 11 - incompleteAddress
Status: current Access: read-only
NOTIFICATION-TYPE    

rasMIBConformance 0.0.8.341.1.1.2.6
OBJECT IDENTIFIER    

rasMIBGroups 0.0.8.341.1.1.2.6.1
OBJECT IDENTIFIER    

rasConfigurationGroup 0.0.8.341.1.1.2.6.1.1
.
Status: current Access: read-only
OBJECT-GROUP    

rasRegistrationGroup 0.0.8.341.1.1.2.6.1.2
.
Status: current Access: read-only
OBJECT-GROUP    

rasAdmissionGroup 0.0.8.341.1.1.2.6.1.3
.
Status: current Access: read-only
OBJECT-GROUP    

rasStatsGroup 0.0.8.341.1.1.2.6.1.4
.
Status: current Access: read-only
OBJECT-GROUP    

rasEventsGroup 0.0.8.341.1.1.2.6.1.5
.
Status: current Access: read-only
OBJECT-GROUP    

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