CTS-SGC-MIB DEFINITIONS ::= BEGIN IMPORTS ctsRegMIB FROM COMPUTARIS-MIB ExtUTCTime, MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, Unsigned32, Counter32, Counter64 FROM SNMPv2-SMI TEXTUAL-CONVENTION FROM SNMPv2-TC OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF; sgcMIB MODULE-IDENTITY LAST-UPDATED "201610110916Z" ORGANIZATION "" CONTACT-INFO "" DESCRIPTION "The MIB module for OC SS7 Stack." REVISION "201610110916Z" DESCRIPTION "Initial version." -- 1.3.6.1.4.1.35787.1 ::= { ctsRegMIB 1 } SgcDpcStatus ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Describes the status of the signalling point code (SPC). Signalling point code can be in one of following states: active, congested, restricted or inactive. The definition of these statuses can be found in RFC 4666." SYNTAX INTEGER { active(1), congested(2), inactive(3), restricted(4) } SgcSeverity ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Describes the severity of a notification." SYNTAX INTEGER { critical(1), major(2), minor(3), info(4), cleared(5) } SgcSsnStatus ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The status of the subsystem number (SSN). Subsystem can be in one of following states: allowed, prohibited or congested. The definition of these statuses can be found in ITU-T Q.714." SYNTAX INTEGER { allowed(1), prohibited(2), congested(3) } -- Scalars and Tables -- sgcObjects OBJECT IDENTIFIER -- 1.3.6.1.4.1.35787.1.1 ::= { sgcMIB 1 } sgcAssociationTable OBJECT-TYPE SYNTAX SEQUENCE OF SgcAssociationEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "SCTP association status and statistics table." -- 1.3.6.1.4.1.35787.1.1.1 ::= { sgcObjects 1 } sgcAssociationEntry OBJECT-TYPE SYNTAX SgcAssociationEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "SCTP association status and statistics table entry." INDEX { sgcAssociationEntryIdx } -- 1.3.6.1.4.1.35787.1.1.1.1 ::= { sgcAssociationTable 1 } SgcAssociationEntry ::= SEQUENCE { sgcAssociationEntryIdx Counter32, sgcAssociationEntryConnectionName OCTET STRING, sgcAssociationEntryNodeName OCTET STRING, sgcAssociationEntryStatus INTEGER, sgcAssociationEntryRXSctpCount Counter32, sgcAssociationEntryTXSctpCount Counter32, sgcAssociationEntryRXDataCount Counter32, sgcAssociationEntryTXDataCount Counter32, sgcAssociationEntryRXErrorCount Counter32, sgcAssociationEntryTXErrorCount Counter32, sgcAssociationEntryPeerAddresses OCTET STRING, sgcAssociationEntrySctpInStreams INTEGER, sgcAssociationEntrySctpOutStreams INTEGER, sgcAssociationEntrySctpOptions OCTET STRING } sgcAssociationEntryIdx OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the entry in the SCTP association status and statistics table." -- 1.3.6.1.4.1.35787.1.1.1.1.1 ::= { sgcAssociationEntry 1 } sgcAssociationEntryConnectionName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the connection." -- 1.3.6.1.4.1.35787.1.1.1.1.2 ::= { sgcAssociationEntry 2 } sgcAssociationEntryNodeName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The node name of the SGC." -- 1.3.6.1.4.1.35787.1.1.1.1.3 ::= { sgcAssociationEntry 3 } sgcAssociationEntryStatus OBJECT-TYPE SYNTAX INTEGER { established(1), inactive(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The status of SCTP association." -- 1.3.6.1.4.1.35787.1.1.1.1.4 ::= { sgcAssociationEntry 4 } sgcAssociationEntryRXSctpCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of received M3UA messages." -- 1.3.6.1.4.1.35787.1.1.1.1.5 ::= { sgcAssociationEntry 5 } sgcAssociationEntryTXSctpCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of transmitted M3UA messages." -- 1.3.6.1.4.1.35787.1.1.1.1.6 ::= { sgcAssociationEntry 6 } sgcAssociationEntryRXDataCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of received M3UA Payload Data messages." -- 1.3.6.1.4.1.35787.1.1.1.1.7 ::= { sgcAssociationEntry 7 } sgcAssociationEntryTXDataCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of transmitted M3UA Payload Data messages." -- 1.3.6.1.4.1.35787.1.1.1.1.8 ::= { sgcAssociationEntry 8 } sgcAssociationEntryRXErrorCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of received M3UA Management Error messages." -- 1.3.6.1.4.1.35787.1.1.1.1.9 ::= { sgcAssociationEntry 9 } sgcAssociationEntryTXErrorCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of transmitted M3UA Management Error Messages." -- 1.3.6.1.4.1.35787.1.1.1.1.10 ::= { sgcAssociationEntry 10 } sgcAssociationEntryPeerAddresses OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The list of addresses of peers where each address is presented as: /:. If the host name is unresolved, it will be represented by an empty string." -- 1.3.6.1.4.1.35787.1.1.1.1.11 ::= { sgcAssociationEntry 11 } sgcAssociationEntrySctpInStreams OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The number of maximum input streams of SCTP association." -- 1.3.6.1.4.1.35787.1.1.1.1.12 ::= { sgcAssociationEntry 12 } sgcAssociationEntrySctpOutStreams OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The number of maximum output streams of SCTP association." -- 1.3.6.1.4.1.35787.1.1.1.1.13 ::= { sgcAssociationEntry 13 } sgcAssociationEntrySctpOptions OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Socket options for the SCTP channel presented in the form of list." -- 1.3.6.1.4.1.35787.1.1.1.1.14 ::= { sgcAssociationEntry 14 } sgcAsStateTable OBJECT-TYPE SYNTAX SEQUENCE OF SgcAsStateEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of Application Servers (AS) state and statistics." -- 1.3.6.1.4.1.35787.1.1.2 ::= { sgcObjects 2 } sgcAsStateEntry OBJECT-TYPE SYNTAX SgcAsStateEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the table of Application Servers (AS) state and statistics." INDEX { sgcAsStateEntryIdx } -- 1.3.6.1.4.1.35787.1.1.2.1 ::= { sgcAsStateTable 1 } SgcAsStateEntry ::= SEQUENCE { sgcAsStateEntryIdx Counter32, sgcAsStateEntryAsId OCTET STRING, sgcAsStateEntryConnectionId OCTET STRING, sgcAsStateEntryReceived Counter32, sgcAsStateEntrySent Counter32, sgcAsStateEntryNodeId OCTET STRING, sgcAsStateEntryStatus INTEGER } sgcAsStateEntryIdx OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Index of the entry in the table of Application Servers (AS) state and statistics." -- 1.3.6.1.4.1.35787.1.1.2.1.1 ::= { sgcAsStateEntry 1 } sgcAsStateEntryAsId OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AS." -- 1.3.6.1.4.1.35787.1.1.2.1.2 ::= { sgcAsStateEntry 2 } sgcAsStateEntryConnectionId OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the connection." -- 1.3.6.1.4.1.35787.1.1.2.1.3 ::= { sgcAsStateEntry 3 } sgcAsStateEntryReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of received messages directed to this AS through the specified connection." -- 1.3.6.1.4.1.35787.1.1.2.1.4 ::= { sgcAsStateEntry 4 } sgcAsStateEntrySent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of messages sent from this AS through the specified connection." -- 1.3.6.1.4.1.35787.1.1.2.1.5 ::= { sgcAsStateEntry 5 } sgcAsStateEntryNodeId OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the node of SGC." -- 1.3.6.1.4.1.35787.1.1.2.1.6 ::= { sgcAsStateEntry 6 } sgcAsStateEntryStatus OBJECT-TYPE SYNTAX INTEGER { active(1), inactive(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The status of this AS as seen through the specified connection." -- 1.3.6.1.4.1.35787.1.1.2.1.7 ::= { sgcAsStateEntry 7 } sgcLocalSsnTable OBJECT-TYPE SYNTAX SEQUENCE OF SgcLocalSsnEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table that stores the status and statistics for the set of locally served Subsystem Numbers (SSNs)." -- 1.3.6.1.4.1.35787.1.1.3 ::= { sgcObjects 3 } sgcLocalSsnEntry OBJECT-TYPE SYNTAX SgcLocalSsnEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the table that stores the status and statistics for the set of locally served Subsystem Numbers (SSNs)." INDEX { sgcLocalSsnEntrySsn } -- 1.3.6.1.4.1.35787.1.1.3.1 ::= { sgcLocalSsnTable 1 } SgcLocalSsnEntry ::= SEQUENCE { sgcLocalSsnEntrySsn Counter32, sgcLocalSsnEntryStatus SgcSsnStatus, sgcLocalSsnEntrySent Counter32, sgcLocalSsnEntryReceived Counter32, sgcLocalSsnEntryUnitdataReqCount Counter32, sgcLocalSsnEntrySegmentationFailureCount Counter32, sgcLocalSsnEntryUnitdataIndCount Counter32, sgcLocalSsnEntryReassembledUnitdataIndCount Counter32, sgcLocalSsnEntryReassemblyFailureCount Counter32 } sgcLocalSsnEntrySsn OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The local SSN for this entry." -- 1.3.6.1.4.1.35787.1.1.3.1.1 ::= { sgcLocalSsnEntry 1 } sgcLocalSsnEntryStatus OBJECT-TYPE SYNTAX SgcSsnStatus MAX-ACCESS read-only STATUS current DESCRIPTION "The status of this SSN." -- 1.3.6.1.4.1.35787.1.1.3.1.2 ::= { sgcLocalSsnEntry 2 } sgcLocalSsnEntrySent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of messages sent by the SSN." -- 1.3.6.1.4.1.35787.1.1.3.1.3 ::= { sgcLocalSsnEntry 3 } sgcLocalSsnEntryReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of messages received by the SSN." -- 1.3.6.1.4.1.35787.1.1.3.1.4 ::= { sgcLocalSsnEntry 4 } sgcLocalSsnEntryUnitdataReqCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of N-UNITDATA send requests received from TCAP by the SSN." -- 1.3.6.1.4.1.35787.1.1.3.1.5 ::= { sgcLocalSsnEntry 5 } sgcLocalSsnEntrySegmentationFailureCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of segmentation failures at the SSN." -- 1.3.6.1.4.1.35787.1.1.3.1.9 ::= { sgcLocalSsnEntry 9 } sgcLocalSsnEntryUnitdataIndCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of N-UNITDATA ind messages sent to TCAP by the SSN." -- 1.3.6.1.4.1.35787.1.1.3.1.13 ::= { sgcLocalSsnEntry 13 } sgcLocalSsnEntryReassembledUnitdataIndCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of N-UNITDATA ind messages reassembled from segmented XUDT messages sent to TCAP by the SSN." -- 1.3.6.1.4.1.35787.1.1.3.1.14 ::= { sgcLocalSsnEntry 14 } sgcLocalSsnEntryReassemblyFailureCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP reassembly failures at the SSN." -- 1.3.6.1.4.1.35787.1.1.3.1.15 ::= { sgcLocalSsnEntry 15 } sgcTcapConnectionTable OBJECT-TYPE SYNTAX SEQUENCE OF SgcTcapConnectionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table that stores state and statistics for the connected TCAP stacks (such as the CGIN RA)." -- 1.3.6.1.4.1.35787.1.1.4 ::= { sgcObjects 4 } sgcTcapConnectionEntry OBJECT-TYPE SYNTAX SgcTcapConnectionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry in the table that stores state and statistics for the connected TCAP stacks (such as the CGIN RA)." INDEX { sgcTcapConnectionEntryIdx } -- 1.3.6.1.4.1.35787.1.1.4.1 ::= { sgcTcapConnectionTable 1 } SgcTcapConnectionEntry ::= SEQUENCE { sgcTcapConnectionEntryIdx Counter32, sgcTcapConnectionEntrySsn INTEGER, sgcTcapConnectionEntryPrefix INTEGER, sgcTcapConnectionEntryRemoteIp OCTET STRING, sgcTcapConnectionEntryRemotePort INTEGER, sgcTcapConnectionEntryLocalIp OCTET STRING, sgcTcapConnectionEntryLocalPort INTEGER, sgcTcapConnectionEntryServingNode OCTET STRING, sgcTcapConnectionEntrySent Counter32, sgcTcapConnectionEntryReceived Counter32, sgcTcapConnectionEntryConnectedTime ExtUTCTime } sgcTcapConnectionEntryIdx OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the entry in the table that stores statistics related with set of connected TCAP stacks (such as the CGIN RA)." -- 1.3.6.1.4.1.35787.1.1.4.1.1 ::= { sgcTcapConnectionEntry 1 } sgcTcapConnectionEntrySsn OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The SSN that TCAP stack is representing." -- 1.3.6.1.4.1.35787.1.1.4.1.2 ::= { sgcTcapConnectionEntry 2 } sgcTcapConnectionEntryPrefix OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The transaction prefix assigned to TCAP stack." -- 1.3.6.1.4.1.35787.1.1.4.1.3 ::= { sgcTcapConnectionEntry 3 } sgcTcapConnectionEntryRemoteIp OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The IP from which the TCAP stack is connected to the SGC." -- 1.3.6.1.4.1.35787.1.1.4.1.4 ::= { sgcTcapConnectionEntry 4 } sgcTcapConnectionEntryRemotePort OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The port from which TCAP stack is connected to the SGC." -- 1.3.6.1.4.1.35787.1.1.4.1.5 ::= { sgcTcapConnectionEntry 5 } sgcTcapConnectionEntryLocalIp OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The local SGC IP to which the TCAP stack is connected." -- 1.3.6.1.4.1.35787.1.1.4.1.6 ::= { sgcTcapConnectionEntry 6 } sgcTcapConnectionEntryLocalPort OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The local SGC port to which the TCAP stack is connected." -- 1.3.6.1.4.1.35787.1.1.4.1.7 ::= { sgcTcapConnectionEntry 7 } sgcTcapConnectionEntryServingNode OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The node name to which the TCAP stack is connected." -- 1.3.6.1.4.1.35787.1.1.4.1.8 ::= { sgcTcapConnectionEntry 8 } sgcTcapConnectionEntrySent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of messages sent from the TCAP stack to the SGC." -- 1.3.6.1.4.1.35787.1.1.4.1.9 ::= { sgcTcapConnectionEntry 9 } sgcTcapConnectionEntryReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of messages directed from the SGC to the TCAP stack." -- 1.3.6.1.4.1.35787.1.1.4.1.10 ::= { sgcTcapConnectionEntry 10 } sgcTcapConnectionEntryConnectedTime OBJECT-TYPE SYNTAX ExtUTCTime MAX-ACCESS read-only STATUS current DESCRIPTION "The time and date when the connection was established." -- 1.3.6.1.4.1.35787.1.1.4.1.11 ::= { sgcTcapConnectionEntry 11 } sgcDpcStatusTable OBJECT-TYPE SYNTAX SEQUENCE OF SgcDpcStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of Destination Point Code (DPC) state and statistics for DPCs that are associated with connections at this point in time." -- 1.3.6.1.4.1.35787.1.1.5 ::= { sgcObjects 5 } sgcDpcStatusEntry OBJECT-TYPE SYNTAX SgcDpcStatusEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry in the table Destination Point Code (DPC) state and statistics." INDEX { sgcDpcStatusEntryDPC } -- 1.3.6.1.4.1.35787.1.1.5.1 ::= { sgcDpcStatusTable 1 } SgcDpcStatusEntry ::= SEQUENCE { sgcDpcStatusEntryDPC OCTET STRING, sgcDpcStatusEntryConnectionId OCTET STRING, sgcDpcStatusEntryStatus SgcDpcStatus } sgcDpcStatusEntryDPC OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..64)) MAX-ACCESS read-only STATUS current DESCRIPTION "The name of DPC." -- 1.3.6.1.4.1.35787.1.1.5.1.1 ::= { sgcDpcStatusEntry 1 } sgcDpcStatusEntryConnectionId OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of connection." -- 1.3.6.1.4.1.35787.1.1.5.1.2 ::= { sgcDpcStatusEntry 2 } sgcDpcStatusEntryStatus OBJECT-TYPE SYNTAX SgcDpcStatus MAX-ACCESS read-only STATUS current DESCRIPTION "The status of this DPC." -- 1.3.6.1.4.1.35787.1.1.5.1.3 ::= { sgcDpcStatusEntry 3 } sgcGtRoutingTable OBJECT-TYPE SYNTAX SEQUENCE OF SgcGtRoutingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of Global Title translation rules currently used for outgoing messages." -- 1.3.6.1.4.1.35787.1.1.6 ::= { sgcObjects 6 } sgcGtRoutingEntry OBJECT-TYPE SYNTAX SgcGtRoutingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry in the table of Global Title translation rules currently used for outgoing messages." INDEX { sgcGtRoutingEntryIdx } -- 1.3.6.1.4.1.35787.1.1.6.1 ::= { sgcGtRoutingTable 1 } SgcGtRoutingEntry ::= SEQUENCE { sgcGtRoutingEntryIdx Counter32, sgcGtRoutingEntryAddrType OCTET STRING, sgcGtRoutingEntryAddressInfo OCTET STRING, sgcGtRoutingEntryConnectionId OCTET STRING, sgcGtRoutingEntryDPC OCTET STRING, sgcGtRoutingEntryRc INTEGER, sgcGtRoutingEntryNodeId OCTET STRING } sgcGtRoutingEntryIdx OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the entry in the table of Global Title translation rules currently used for outgoing messages." -- 1.3.6.1.4.1.35787.1.1.6.1.1 ::= { sgcGtRoutingEntry 1 } sgcGtRoutingEntryAddrType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The values of the GT attributes trtype (TT), numplan (NP), natofaddr (NAI) and isPrefix, as defined for this rule. The values are presented in the from of: tt=,npi=,noa=,isPrefix=" -- 1.3.6.1.4.1.35787.1.1.6.1.2 ::= { sgcGtRoutingEntry 2 } sgcGtRoutingEntryAddressInfo OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The address string." -- 1.3.6.1.4.1.35787.1.1.6.1.3 ::= { sgcGtRoutingEntry 3 } sgcGtRoutingEntryConnectionId OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of connection on which messages with matching the GT will be transmitted." -- 1.3.6.1.4.1.35787.1.1.6.1.4 ::= { sgcGtRoutingEntry 4 } sgcGtRoutingEntryDPC OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The Destination Point Code (DPC) to which messages with matching GT will be transmitted." -- 1.3.6.1.4.1.35787.1.1.6.1.5 ::= { sgcGtRoutingEntry 5 } sgcGtRoutingEntryRc OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The routing context which will be used when transmitting messages with matching GT." -- 1.3.6.1.4.1.35787.1.1.6.1.6 ::= { sgcGtRoutingEntry 6 } sgcGtRoutingEntryNodeId OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the node on which translation rule is used." -- 1.3.6.1.4.1.35787.1.1.6.1.7 ::= { sgcGtRoutingEntry 7 } sgcPcRoutingTable OBJECT-TYPE SYNTAX SEQUENCE OF SgcPcRoutingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of destination Point Code routes across which traffic to a given PC will be load balanced at this point in time." -- 1.3.6.1.4.1.35787.1.1.7 ::= { sgcObjects 7 } sgcPcRoutingEntry OBJECT-TYPE SYNTAX SgcPcRoutingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry in the table of destination Point Code routes across which traffic to a given PC will be load balanced at this point in time." INDEX { sgcPcRoutingEntryIdx } -- 1.3.6.1.4.1.35787.1.1.7.1 ::= { sgcPcRoutingTable 1 } SgcPcRoutingEntry ::= SEQUENCE { sgcPcRoutingEntryIdx Counter32, sgcPcRoutingEntryNodeId OCTET STRING, sgcPcRoutingEntryDPC OCTET STRING, sgcPcRoutingEntryConnectionId OCTET STRING, sgcPcRoutingEntryRc INTEGER } sgcPcRoutingEntryIdx OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the entry in the table of destination Point Code routes across which traffic to a given PC will be load balanced at this point in time." -- 1.3.6.1.4.1.35787.1.1.7.1.1 ::= { sgcPcRoutingEntry 1 } sgcPcRoutingEntryNodeId OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of node where connection is established." -- 1.3.6.1.4.1.35787.1.1.7.1.2 ::= { sgcPcRoutingEntry 2 } sgcPcRoutingEntryDPC OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The Destination Point Code." -- 1.3.6.1.4.1.35787.1.1.7.1.3 ::= { sgcPcRoutingEntry 3 } sgcPcRoutingEntryConnectionId OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the connection on which messages for the DPC will be transmitted." -- 1.3.6.1.4.1.35787.1.1.7.1.4 ::= { sgcPcRoutingEntry 4 } sgcPcRoutingEntryRc OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The routing context which will be used when transmitting messages on this connection." -- 1.3.6.1.4.1.35787.1.1.7.1.5 ::= { sgcPcRoutingEntry 5 } sgcRemoteSsnTable OBJECT-TYPE SYNTAX SEQUENCE OF SgcRemoteSsnEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of known remote SSNs and their status at this point in time." -- 1.3.6.1.4.1.35787.1.1.8 ::= { sgcObjects 8 } sgcRemoteSsnEntry OBJECT-TYPE SYNTAX SgcRemoteSsnEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry in the table of known remote SSNs and their status at this point in time." INDEX { sgcRemoteSsnEntryIdx } -- 1.3.6.1.4.1.35787.1.1.8.1 ::= { sgcRemoteSsnTable 1 } SgcRemoteSsnEntry ::= SEQUENCE { sgcRemoteSsnEntryIdx Counter32, sgcRemoteSsnEntryDPC OCTET STRING, sgcRemoteSsnEntrySsn INTEGER, sgcRemoteSsnEntryStatus SgcSsnStatus } sgcRemoteSsnEntryIdx OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Index of the entry in the table of known remote SSNs and their status at this point in time." -- 1.3.6.1.4.1.35787.1.1.8.1.1 ::= { sgcRemoteSsnEntry 1 } sgcRemoteSsnEntryDPC OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The Destination Point Code (DPC)." -- 1.3.6.1.4.1.35787.1.1.8.1.2 ::= { sgcRemoteSsnEntry 2 } sgcRemoteSsnEntrySsn OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The remote Subsystem Number (SSN)." -- 1.3.6.1.4.1.35787.1.1.8.1.3 ::= { sgcRemoteSsnEntry 3 } sgcRemoteSsnEntryStatus OBJECT-TYPE SYNTAX SgcSsnStatus MAX-ACCESS read-only STATUS current DESCRIPTION "The status of this SSN." -- 1.3.6.1.4.1.35787.1.1.8.1.4 ::= { sgcRemoteSsnEntry 4 } sgcHealthTable OBJECT-TYPE SYNTAX SEQUENCE OF SgcHealthEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of current load-processing statistics for nodes in the cluster." -- 1.3.6.1.4.1.35787.1.1.9 ::= { sgcObjects 9 } sgcHealthEntry OBJECT-TYPE SYNTAX SgcHealthEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry in the table of current load-processing statistics for nodes in the cluster." INDEX { sgcHealthEntryNodeId } -- 1.3.6.1.4.1.35787.1.1.9.1 ::= { sgcHealthTable 1 } SgcHealthEntry ::= SEQUENCE { sgcHealthEntryNodeId OCTET STRING, sgcEntryWorkgroupQueueSize INTEGER, sgcHealthEntryAllocatedIndTasks INTEGER, sgcHealthEntryAllocatedReqTasks INTEGER, sgcHealthEntryExecutorTasks INTEGER, sgcHealthEntryExecutedTasksTime Counter64, sgcHealthEntryExecutedTasksNo Counter32, sgcHealthEntryForceAllocatedIndTasks Counter64, sgcHealthEntryForceAllocatedReqTasks Counter64 } sgcHealthEntryNodeId OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..64)) MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the SGC node." -- 1.3.6.1.4.1.35787.1.1.9.1.1 ::= { sgcHealthEntry 1 } sgcEntryWorkgroupQueueSize OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of tasks currently waiting to be processed by worker threads at this particularly point in time." -- 1.3.6.1.4.1.35787.1.1.9.1.2 ::= { sgcHealthEntry 2 } sgcHealthEntryAllocatedIndTasks OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The number of allocated task objects, each of which represents an incoming message that may be processing or waiting to be processed." -- 1.3.6.1.4.1.35787.1.1.9.1.3 ::= { sgcHealthEntry 3 } sgcHealthEntryAllocatedReqTasks OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The number of allocated task objects, each of which represents an outgoing message that may be processing or waiting to be processed." -- 1.3.6.1.4.1.35787.1.1.9.1.4 ::= { sgcHealthEntry 4 } sgcHealthEntryExecutorTasks OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The number of worker threads used to process tasks (for incoming or outgoing messages)." -- 1.3.6.1.4.1.35787.1.1.9.1.5 ::= { sgcHealthEntry 5 } sgcHealthEntryExecutedTasksTime OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The cumulative wall-clock time in milliseconds spent by worker threads processing tasks (for both incoming and outgoing messages)." -- 1.3.6.1.4.1.35787.1.1.9.1.6 ::= { sgcHealthEntry 6 } sgcHealthEntryExecutedTasksNo OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The cumulative number of tasks (for both incoming and outgoing messages) processed by worker threads." -- 1.3.6.1.4.1.35787.1.1.9.1.7 ::= { sgcHealthEntry 7 } sgcHealthEntryForceAllocatedIndTasks OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of tasks that have been force allocated by this SGC in order to process an incoming message." -- 1.3.6.1.4.1.35787.1.1.9.1.8 ::= { sgcHealthEntry 8 } sgcHealthEntryForceAllocatedReqTasks OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of tasks that have been force allocated by this SGC in order to process an outgoing message." -- 1.3.6.1.4.1.35787.1.1.9.1.9 ::= { sgcHealthEntry 9 } -- Sccp Statistics sgcSccpStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF SgcSccpStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of current SCCP statistics." -- 1.3.6.1.4.1.35787.1.1.10 ::= { sgcObjects 10 } sgcSccpStatsEntry OBJECT-TYPE SYNTAX SgcSccpStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry in the table of SCCP statistics." INDEX { sgcSccpStatsEntrySsn } ::= { sgcSccpStatsTable 1 } SgcSccpStatsEntry ::= SEQUENCE { sgcSccpStatsEntrySsn INTEGER, sgcSccpStatsEntryUdtSent Counter32, sgcSccpStatsEntryUdtReceived Counter32, sgcSccpStatsEntryXudtSent Counter32, sgcSccpStatsEntryXudtReceived Counter32, sgcSccpStatsEntryLudtReceived Counter32, sgcSccpStatsEntryUdtsSent Counter32, sgcSccpStatsEntryUdtsReceived Counter32, sgcSccpStatsEntryXudtsSent Counter32, sgcSccpStatsEntryXudtsReceived Counter32, sgcSccpStatsEntryLudtsSent Counter32, sgcSccpStatsEntryLudtsReceived Counter32, sgcSccpStatsEntryXudtSegmentationSent Counter32, sgcSccpStatsEntryXudtSegmentationReceived Counter32, sgcSccpStatsEntryXudtNoSegmentationSent Counter32, sgcSccpStatsEntryXudtNoSegmentationReceived Counter32 } sgcSccpStatsEntrySsn OBJECT-TYPE SYNTAX INTEGER (0..255) MAX-ACCESS read-only STATUS current DESCRIPTION "The local Subsystem Number (SSN)." -- 1.3.6.1.4.1.35787.1.1.10.1.1 ::= { sgcSccpStatsEntry 1 } sgcSccpStatsEntryUdtSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of UDT messages sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.10.1.2 ::= { sgcSccpStatsEntry 2 } sgcSccpStatsEntryUdtReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of UDT messages received by this SSN." -- 1.3.6.1.4.1.35787.1.1.10.1.3 ::= { sgcSccpStatsEntry 3 } sgcSccpStatsEntryXudtSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of XUDT messages sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.10.1.4 ::= { sgcSccpStatsEntry 4 } sgcSccpStatsEntryXudtReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of XUDT messages received by this SSN." -- 1.3.6.1.4.1.35787.1.1.10.1.5 ::= { sgcSccpStatsEntry 5 } sgcSccpStatsEntryLudtReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of LUDT messages received by this SSN." -- 1.3.6.1.4.1.35787.1.1.10.1.6 ::= { sgcSccpStatsEntry 6 } sgcSccpStatsEntryUdtsSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of UDTS messages sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.10.1.7 ::= { sgcSccpStatsEntry 7 } sgcSccpStatsEntryUdtsReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of UDTS messages received by this SSN." -- 1.3.6.1.4.1.35787.1.1.10.1.8 ::= { sgcSccpStatsEntry 8 } sgcSccpStatsEntryXudtsSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of XUDTS messages sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.10.1.9 ::= { sgcSccpStatsEntry 9 } sgcSccpStatsEntryXudtsReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of XUDTS messages received by this SSN." -- 1.3.6.1.4.1.35787.1.1.10.1.10 ::= { sgcSccpStatsEntry 10 } sgcSccpStatsEntryLudtsSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of LUDTS messages sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.10.1.11 ::= { sgcSccpStatsEntry 11 } sgcSccpStatsEntryLudtsReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of LUDTS messages received by this SSN." -- 1.3.6.1.4.1.35787.1.1.10.1.12 ::= { sgcSccpStatsEntry 12 } sgcSccpStatsEntryXudtSegmentationSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of XUDT messages sent by this SSN with a segmentation parameter." -- 1.3.6.1.4.1.35787.1.1.10.1.13 ::= { sgcSccpStatsEntry 13 } sgcSccpStatsEntryXudtSegmentationReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of XUDT messages sent by this SSN with a segmentation parameter." -- 1.3.6.1.4.1.35787.1.1.10.1.14 ::= { sgcSccpStatsEntry 14 } sgcSccpStatsEntryXudtNoSegmentationSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of XUDT messages sent by this SSN without a segmentation parameter." -- 1.3.6.1.4.1.35787.1.1.10.1.15 ::= { sgcSccpStatsEntry 15 } sgcSccpStatsEntryXudtNoSegmentationReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of UDT messages sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.10.1.16 ::= { sgcSccpStatsEntry 16 } -- Sccp Error Stats sgcSccpErrorStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF SgcSccpErrorStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of current SCCP error statistics." -- 1.3.6.1.4.1.35787.1.1.11 ::= { sgcObjects 11 } sgcSccpErrorStatsEntry OBJECT-TYPE SYNTAX SgcSccpErrorStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry in the table of SCCP error statistics." INDEX { sgcSccpErrorStatsEntrySsn } ::= { sgcSccpErrorStatsTable 1 } SgcSccpErrorStatsEntry ::= SEQUENCE { sgcSccpErrorStatsEntrySsn INTEGER, sgcSccpErrorStatsEntryNoTranslationForAddressOfSuchNatureReceived Counter32, sgcSccpErrorStatsEntryNoTranslationForThisSpecificAddressReceived Counter32, sgcSccpErrorStatsEntrySubsystemCongestionReceived Counter32, sgcSccpErrorStatsEntrySubsystemFailureReceived Counter32, sgcSccpErrorStatsEntryUnequippedUserReceived Counter32, sgcSccpErrorStatsEntryMtpFailureReceived Counter32, sgcSccpErrorStatsEntryNetworkCongestionReceived Counter32, sgcSccpErrorStatsEntryUnqualifiedReceived Counter32, sgcSccpErrorStatsEntryErrorInMessageTransportReceived Counter32, sgcSccpErrorStatsEntryErrorInLocalProcessingReceived Counter32, sgcSccpErrorStatsEntryDestinationCannotPerformReassemblyReceived Counter32, sgcSccpErrorStatsEntrySccpFailureReceived Counter32, sgcSccpErrorStatsEntryHopCounterViolationReceived Counter32, sgcSccpErrorStatsEntrySegmentationNotSupportedReceived Counter32, sgcSccpErrorStatsEntrySegmentationFailureReceived Counter32, sgcSccpErrorStatsEntryOtherReceived Counter32, sgcSccpErrorStatsEntryNoTranslationForAddressOfSuchNatureSent Counter32, sgcSccpErrorStatsEntryNoTranslationForThisSpecificAddressSent Counter32, sgcSccpErrorStatsEntrySubsystemCongestionSent Counter32, sgcSccpErrorStatsEntrySubsystemFailureSent Counter32, sgcSccpErrorStatsEntryUnequippedUserSent Counter32, sgcSccpErrorStatsEntryMtpFailureSent Counter32, sgcSccpErrorStatsEntryNetworkCongestionSent Counter32, sgcSccpErrorStatsEntryUnqualifiedSent Counter32, sgcSccpErrorStatsEntryErrorInMessageTransportSent Counter32, sgcSccpErrorStatsEntryErrorInLocalProcessingSent Counter32, sgcSccpErrorStatsEntryDestinationCannotPerformReassemblySent Counter32, sgcSccpErrorStatsEntrySccpFailureSent Counter32, sgcSccpErrorStatsEntryHopCounterViolationSent Counter32, sgcSccpErrorStatsEntrySegmentationNotSupportedSent Counter32, sgcSccpErrorStatsEntrySegmentationFailureSent Counter32, sgcSccpErrorStatsEntryOtherSent Counter32 } sgcSccpErrorStatsEntrySsn OBJECT-TYPE SYNTAX INTEGER (0..255) MAX-ACCESS read-only STATUS current DESCRIPTION "The local Subsystem Number (SSN)." -- 1.3.6.1.4.1.35787.1.1.11.1.1 ::= { sgcSccpErrorStatsEntry 1 } sgcSccpErrorStatsEntryNoTranslationForAddressOfSuchNatureReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP NO_TRANSLATION_FOR_ADDR_OF_SUCH_NATURE errors received by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.2 ::= { sgcSccpErrorStatsEntry 2 } sgcSccpErrorStatsEntryNoTranslationForThisSpecificAddressReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP NO_TRANSLATION_FOR_THIS_SPECIFIC_ADDR errors received by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.3 ::= { sgcSccpErrorStatsEntry 3 } sgcSccpErrorStatsEntrySubsystemCongestionReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP SUBSYSTEM_CONGESTION errors received by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.4 ::= { sgcSccpErrorStatsEntry 4 } sgcSccpErrorStatsEntrySubsystemFailureReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP SUBSYSTEM_FAILURE errors received by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.5 ::= { sgcSccpErrorStatsEntry 5 } sgcSccpErrorStatsEntryUnequippedUserReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP UNEQUIPPED_USER errors received by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.6 ::= { sgcSccpErrorStatsEntry 6 } sgcSccpErrorStatsEntryMtpFailureReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP MTP_FAILURE received by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.7 ::= { sgcSccpErrorStatsEntry 7 } sgcSccpErrorStatsEntryNetworkCongestionReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP NETWORK_CONGESTION errors received by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.8 ::= { sgcSccpErrorStatsEntry 8 } sgcSccpErrorStatsEntryUnqualifiedReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP UNQUALIFIED errors received by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.9 ::= { sgcSccpErrorStatsEntry 9 } sgcSccpErrorStatsEntryErrorInMessageTransportReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP ERROR_IN_MESSAGE_TRANSPORT errors received by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.10 ::= { sgcSccpErrorStatsEntry 10 } sgcSccpErrorStatsEntryErrorInLocalProcessingReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP ERROR_IN_LOCAL_PROCESSING errors received by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.11 ::= { sgcSccpErrorStatsEntry 11 } sgcSccpErrorStatsEntryDestinationCannotPerformReassemblyReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP DESTINATION_CANNOT_PERFORM_REASSEMBLY errors received by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.12 ::= { sgcSccpErrorStatsEntry 12 } sgcSccpErrorStatsEntrySccpFailureReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP SCCP_FAILURE errors received by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.13 ::= { sgcSccpErrorStatsEntry 13 } sgcSccpErrorStatsEntryHopCounterViolationReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP HOP_COUNTER_VIOLATION errors received by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.14 ::= { sgcSccpErrorStatsEntry 14 } sgcSccpErrorStatsEntrySegmentationNotSupportedReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP SEGMENTATION_NOT_SUPPORTED errors received by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.15 ::= { sgcSccpErrorStatsEntry 15 } sgcSccpErrorStatsEntrySegmentationFailureReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP SEGMENTATION_FAILURE errors received by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.16 ::= { sgcSccpErrorStatsEntry 16 } sgcSccpErrorStatsEntryOtherReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of other SCCP errors received by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.17 ::= { sgcSccpErrorStatsEntry 17 } sgcSccpErrorStatsEntryNoTranslationForAddressOfSuchNatureSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP NO_TRANSLATION_FOR_ADDR_OF_SUCH_NATURE errors sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.18 ::= { sgcSccpErrorStatsEntry 18 } sgcSccpErrorStatsEntryNoTranslationForThisSpecificAddressSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP NO_TRANSLATION_FOR_THIS_SPECIFIC_ADDR errors sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.19 ::= { sgcSccpErrorStatsEntry 19 } sgcSccpErrorStatsEntrySubsystemCongestionSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP SUBSYSTEM_CONGESTION errors sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.20 ::= { sgcSccpErrorStatsEntry 20 } sgcSccpErrorStatsEntrySubsystemFailureSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP SUBSYSTEM_FAILURE errors sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.21 ::= { sgcSccpErrorStatsEntry 21 } sgcSccpErrorStatsEntryUnequippedUserSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP UNEQUIPPED_USER errors sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.22 ::= { sgcSccpErrorStatsEntry 22 } sgcSccpErrorStatsEntryMtpFailureSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP MTP_FAILURE sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.23 ::= { sgcSccpErrorStatsEntry 23 } sgcSccpErrorStatsEntryNetworkCongestionSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP NETWORK_CONGESTION errors sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.24 ::= { sgcSccpErrorStatsEntry 24 } sgcSccpErrorStatsEntryUnqualifiedSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP UNQUALIFIED errors sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.25 ::= { sgcSccpErrorStatsEntry 25 } sgcSccpErrorStatsEntryErrorInMessageTransportSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP ERROR_IN_MESSAGE_TRANSPORT errors sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.26 ::= { sgcSccpErrorStatsEntry 26 } sgcSccpErrorStatsEntryErrorInLocalProcessingSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP ERROR_IN_LOCAL_PROCESSING errors sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.27 ::= { sgcSccpErrorStatsEntry 27 } sgcSccpErrorStatsEntryDestinationCannotPerformReassemblySent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP DESTINATION_CANNOT_PERFORM_REASSEMBLY errors sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.28 ::= { sgcSccpErrorStatsEntry 28 } sgcSccpErrorStatsEntrySccpFailureSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP SCCP_FAILURE errors sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.29 ::= { sgcSccpErrorStatsEntry 29 } sgcSccpErrorStatsEntryHopCounterViolationSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP HOP_COUNTER_VIOLATION errors sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.30 ::= { sgcSccpErrorStatsEntry 30 } sgcSccpErrorStatsEntrySegmentationNotSupportedSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP SEGMENTATION_NOT_SUPPORTED errors sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.31 ::= { sgcSccpErrorStatsEntry 31 } sgcSccpErrorStatsEntrySegmentationFailureSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SCCP SEGMENTATION_FAILURE errors sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.32 ::= { sgcSccpErrorStatsEntry 32 } sgcSccpErrorStatsEntryOtherSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of other SCCP errors sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.11.1.33 ::= { sgcSccpErrorStatsEntry 33 } -- -- TCAP Stats -- sgcTcapStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF SgcTcapStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of current TCAP statistics." -- 1.3.6.1.4.1.35787.1.1.12 ::= { sgcObjects 12 } sgcTcapStatsEntry OBJECT-TYPE SYNTAX SgcTcapStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry in the table of TCAP statistics." INDEX { sgcTcapStatsEntrySsn } ::= { sgcTcapStatsTable 1 } SgcTcapStatsEntry ::= SEQUENCE { sgcTcapStatsEntrySsn INTEGER, sgcTcapStatsEntryBeginSent Counter32, sgcTcapStatsEntryBeginReceived Counter32, sgcTcapStatsEntryContinueSent Counter32, sgcTcapStatsEntryContinueReceived Counter32, sgcTcapStatsEntryEndSent Counter32, sgcTcapStatsEntryEndReceived Counter32, sgcTcapStatsEntryAbortSent Counter32, sgcTcapStatsEntryAbortReceived Counter32, sgcTcapStatsEntryUniSent Counter32, sgcTcapStatsEntryUniReceived Counter32 } sgcTcapStatsEntrySsn OBJECT-TYPE SYNTAX INTEGER (0..255) MAX-ACCESS read-only STATUS current DESCRIPTION "The local Subsystem Number (SSN)." -- 1.3.6.1.4.1.35787.1.1.12.1.1 ::= { sgcTcapStatsEntry 1 } sgcTcapStatsEntryBeginSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of TC-BEGIN messages sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.12.1.2 ::= { sgcTcapStatsEntry 2 } sgcTcapStatsEntryBeginReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of TC-BEGIN messages received by this SSN." -- 1.3.6.1.4.1.35787.1.1.12.1.3 ::= { sgcTcapStatsEntry 3 } sgcTcapStatsEntryContinueSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of TC-CONTINUE messages sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.12.1.4 ::= { sgcTcapStatsEntry 4 } sgcTcapStatsEntryContinueReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of TC-CONTINUE messages received by this SSN." -- 1.3.6.1.4.1.35787.1.1.12.1.5 ::= { sgcTcapStatsEntry 5 } sgcTcapStatsEntryEndSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of TC-END messages sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.12.1.6 ::= { sgcTcapStatsEntry 6 } sgcTcapStatsEntryEndReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of TC-END messages received by this SSN." -- 1.3.6.1.4.1.35787.1.1.12.1.7 ::= { sgcTcapStatsEntry 7 } sgcTcapStatsEntryAbortSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of TC-ABORT messages sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.12.1.8 ::= { sgcTcapStatsEntry 8 } sgcTcapStatsEntryAbortReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of TC-ABORT messages received by this SSN." -- 1.3.6.1.4.1.35787.1.1.12.1.9 ::= { sgcTcapStatsEntry 9 } sgcTcapStatsEntryUniSent OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of TC-UNI messages sent by this SSN." -- 1.3.6.1.4.1.35787.1.1.12.1.10 ::= { sgcTcapStatsEntry 10 } sgcTcapStatsEntryUniReceived OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of TC-UNI messages received by this SSN." -- 1.3.6.1.4.1.35787.1.1.12.1.11 ::= { sgcTcapStatsEntry 11 } -- -- TCAP Error Stats -- sgcTcapErrorStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF SgcTcapErrorStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of current TCAP error statistics." -- 1.3.6.1.4.1.35787.1.1.13 ::= { sgcObjects 13 } sgcTcapErrorStatsEntry OBJECT-TYPE SYNTAX SgcTcapErrorStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry in the table of TCAP statistics." INDEX { sgcTcapErrorStatsEntrySsn } ::= { sgcTcapErrorStatsTable 1 } SgcTcapErrorStatsEntry ::= SEQUENCE { sgcTcapErrorStatsEntrySsn INTEGER, sgcTcapErrorStatsEntryUnrecognizedTransactionId Counter32, sgcTcapErrorStatsEntryResourceLimitation Counter32, sgcTcapErrorStatsEntrySsnNotFound Counter32, sgcTcapErrorStatsEntryDecodeFailure Counter32 } sgcTcapErrorStatsEntrySsn OBJECT-TYPE SYNTAX INTEGER (0..255) MAX-ACCESS read-only STATUS current DESCRIPTION "The local Subsystem Number (SSN)." -- 1.3.6.1.4.1.35787.1.1.13.1.1 ::= { sgcTcapErrorStatsEntry 1 } sgcTcapErrorStatsEntryUnrecognizedTransactionId OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of unrecognized transaction ID TCAP errors seen by this SSN." -- 1.3.6.1.4.1.35787.1.1.13.1.2 ::= { sgcTcapErrorStatsEntry 2 } sgcTcapErrorStatsEntryResourceLimitation OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of resource limitation TCAP errors seen by this SSN." -- 1.3.6.1.4.1.35787.1.1.13.1.3 ::= { sgcTcapErrorStatsEntry 3 } sgcTcapErrorStatsEntrySsnNotFound OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of SSN not found TCAP errors seen by this SSN." -- 1.3.6.1.4.1.35787.1.1.13.1.4 ::= { sgcTcapErrorStatsEntry 4 } sgcTcapErrorStatsEntryDecodeFailure OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of decode failure TCAP errors seen by this SSN." -- 1.3.6.1.4.1.35787.1.1.13.1.5 ::= { sgcTcapErrorStatsEntry 5 } -- Notification Types -- sgcEvents OBJECT IDENTIFIER -- 1.3.6.1.4.1.35787.1.2 ::= { sgcMIB 2 } sgcAlarmObjects OBJECT IDENTIFIER -- 1.3.6.1.4.1.35787.1.2.4 ::= { sgcEvents 4 } sgcEventId OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "The unique identifier of the alarming event." -- 1.3.6.1.4.1.35787.1.2.4.2 ::= { sgcAlarmObjects 2 } sgcTimestamp OBJECT-TYPE SYNTAX ExtUTCTime MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "The time at which the alarm occurred." -- 1.3.6.1.4.1.35787.1.2.4.3 ::= { sgcAlarmObjects 3 } sgcAlarmName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "The name of the alarm." -- 1.3.6.1.4.1.35787.1.2.4.4 ::= { sgcAlarmObjects 4 } sgcAlarmSeverity OBJECT-TYPE SYNTAX SgcSeverity MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "The severity of the alarm, where: CRITICAL - application encountered an error which prevents it from continuing (it can no longer provide services). MAJOR - application encountered an event which significantly impacts delivered services; some services may no longer be available. MINOR - application reports an event which does not have significant impact on delivered services. INFO - application reports an information event which does not have any impact on delivered services. CLEARED - alarm has been cleared." -- 1.3.6.1.4.1.35787.1.2.4.5 ::= { sgcAlarmObjects 5 } sgcAdditionalInfo OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Additional information about the alarm." -- 1.3.6.1.4.1.35787.1.2.4.6 ::= { sgcAlarmObjects 6 } sgcActiveAlarmsTable OBJECT-TYPE SYNTAX SEQUENCE OF SgcActiveAlarmsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of currently active alarms in the SGC cluster." -- 1.3.6.1.4.1.35787.1.2.5 ::= { sgcEvents 5 } sgcActiveAlarmsEntry OBJECT-TYPE SYNTAX SgcActiveAlarmsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the Active Alarms table." INDEX { sgcActiveAlarmsEntryId } -- 1.3.6.1.4.1.35787.1.2.5.1 ::= { sgcActiveAlarmsTable 1 } SgcActiveAlarmsEntry ::= SEQUENCE { sgcActiveAlarmsEntryId Counter32, sgcActiveAlarmsEntryTimestamp ExtUTCTime, sgcActiveAlarmsEntryName OCTET STRING, sgcActiveAlarmsEntrySeverity SgcSeverity, sgcActiveAlarmsEntryInfo OCTET STRING } sgcActiveAlarmsEntryId OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The unique id of the alarm." -- 1.3.6.1.4.1.35787.1.2.5.1.1 ::= { sgcActiveAlarmsEntry 1 } sgcActiveAlarmsEntryTimestamp OBJECT-TYPE SYNTAX ExtUTCTime MAX-ACCESS read-only STATUS current DESCRIPTION "The timestamp when the event occurred." -- 1.3.6.1.4.1.35787.1.2.5.1.2 ::= { sgcActiveAlarmsEntry 2 } sgcActiveAlarmsEntryName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the alarm." -- 1.3.6.1.4.1.35787.1.2.5.1.3 ::= { sgcActiveAlarmsEntry 3 } sgcActiveAlarmsEntrySeverity OBJECT-TYPE SYNTAX SgcSeverity MAX-ACCESS read-only STATUS current DESCRIPTION "The severity of the alarm." -- 1.3.6.1.4.1.35787.1.2.5.1.4 ::= { sgcActiveAlarmsEntry 4 } sgcActiveAlarmsEntryInfo OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Additional info about the alarm." -- 1.3.6.1.4.1.35787.1.2.5.1.5 ::= { sgcActiveAlarmsEntry 5 } sgcEventHistoryTable OBJECT-TYPE SYNTAX SEQUENCE OF SgcEventHistoryEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of alarms and notifications that were raised or emitted in the last 24 hours (this is default value and may be changed)." -- 1.3.6.1.4.1.35787.1.2.6 ::= { sgcEvents 6 } sgcEventHistoryEntry OBJECT-TYPE SYNTAX SgcEventHistoryEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the Event History table." INDEX { sgcEventHistoryEntryIdx } -- 1.3.6.1.4.1.35787.1.2.6.1 ::= { sgcEventHistoryTable 1 } SgcEventHistoryEntry ::= SEQUENCE { sgcEventHistoryEntryIdx Counter32, sgcEventHistoryEntryId Unsigned32, sgcEventHistoryEntryName OCTET STRING, sgcEventHistoryEntryTimestamp ExtUTCTime, sgcEventHistoryEntrySeverity SgcSeverity, sgcEventHistoryEntryInfo OCTET STRING } sgcEventHistoryEntryIdx OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the entry in the Event History table." -- 1.3.6.1.4.1.35787.1.2.6.1.2 -- -- 1.3.6.1.4.1.35787.1.2.6.1.1 ::= { sgcEventHistoryEntry 1 } sgcEventHistoryEntryId OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The unique id of the event." -- 1.3.6.1.4.1.35787.1.2.6.1.3 -- -- 1.3.6.1.4.1.35787.1.2.6.1.2 ::= { sgcEventHistoryEntry 2 } sgcEventHistoryEntryName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the event." -- 1.3.6.1.4.1.35787.1.2.6.1.4 -- -- 1.3.6.1.4.1.35787.1.2.6.1.3 ::= { sgcEventHistoryEntry 3 } sgcEventHistoryEntryTimestamp OBJECT-TYPE SYNTAX ExtUTCTime MAX-ACCESS read-only STATUS current DESCRIPTION "The timestamp when the event occurred." -- 1.3.6.1.4.1.35787.1.2.6.1.5 -- -- 1.3.6.1.4.1.35787.1.2.6.1.4 ::= { sgcEventHistoryEntry 4 } sgcEventHistoryEntrySeverity OBJECT-TYPE SYNTAX SgcSeverity MAX-ACCESS read-only STATUS current DESCRIPTION "The severity of the event." -- 1.3.6.1.4.1.35787.1.2.6.1.6 -- -- 1.3.6.1.4.1.35787.1.2.6.1.5 ::= { sgcEventHistoryEntry 5 } sgcEventHistoryEntryInfo OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Stores additional info about the event." -- 1.3.6.1.4.1.35787.1.2.6.1.7 -- -- 1.3.6.1.4.1.35787.1.2.6.1.6 ::= { sgcEventHistoryEntry 6 } -- Conformance -- sgcConf OBJECT IDENTIFIER -- 1.3.6.1.4.1.35787.1.3 ::= { sgcMIB 3 } -- Groups -- sgcGroups OBJECT IDENTIFIER -- 1.3.6.1.4.1.35787.1.3.1 ::= { sgcConf 1 } -- Compliance -- sgcCompls OBJECT IDENTIFIER -- 1.3.6.1.4.1.35787.1.3.2 ::= { sgcConf 2 } sgcAlarm NOTIFICATION-TYPE OBJECTS { sgcEventId, sgcAlarmName, sgcAlarmSeverity, sgcAdditionalInfo} STATUS current DESCRIPTION "Object representing SGCs alarm." -- 1.3.6.1.4.1.35787.1.2.2 ::= { sgcEvents 2 } sgcNotification NOTIFICATION-TYPE OBJECTS { sgcEventId, sgcAlarmName, sgcAlarmSeverity, sgcAdditionalInfo} STATUS current DESCRIPTION "Object representing notification event in SGC." -- 1.3.6.1.4.1.35787.1.2.3 ::= { sgcEvents 3 } sgcBasicGroup OBJECT-GROUP OBJECTS { sgcEventId, sgcTimestamp, sgcAlarmName, sgcAlarmSeverity, sgcAdditionalInfo } STATUS current DESCRIPTION "Basic objects." -- 1.3.6.1.4.1.35787.1.3.1.1 ::= { sgcGroups 1 } sgcEventObjectsGroup OBJECT-GROUP OBJECTS { sgcActiveAlarmsEntryId, sgcActiveAlarmsEntryTimestamp, sgcActiveAlarmsEntryName, sgcActiveAlarmsEntrySeverity, sgcActiveAlarmsEntryInfo, sgcEventHistoryEntryIdx, sgcEventHistoryEntryId, sgcEventHistoryEntryName, sgcEventHistoryEntryTimestamp, sgcEventHistoryEntrySeverity, sgcEventHistoryEntryInfo } STATUS current DESCRIPTION "Objects group." -- 1.3.6.1.4.1.35787.1.3.1.3 ::= { sgcGroups 3 } sgcBasicEvents NOTIFICATION-GROUP NOTIFICATIONS { sgcAlarm, sgcNotification } STATUS current DESCRIPTION "Basic notifications." -- 1.3.6.1.4.1.35787.1.3.1.2 ::= { sgcGroups 2 } END