CTS-SGC-MIB DEFINITIONS ::= BEGIN IMPORTS ctsRegMIB FROM COMPUTARIS-MIB ExtUTCTime, MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, Counter32, Counter64 FROM SNMPv2-SMI TEXTUAL-CONVENTION FROM SNMPv2-TC OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF; sgcMIB MODULE-IDENTITY LAST-UPDATED "201512151041Z" ORGANIZATION "" CONTACT-INFO "" DESCRIPTION "The MIB module for OC SS7 Stack." REVISION "201309250725Z" -- Sep 25, 2013 7:25:00 AM 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, sgcLocalSsnEntryUDTSentCount Counter32, sgcLocalSsnEntryXUDTSentNoSegmentationCount Counter32, sgcLocalSsnEntryXUDTSentSegmentationCount Counter32, sgcLocalSsnEntrySegmentationFailureCount Counter32, sgcLocalSsnEntryUDTReceivedCount Counter32, sgcLocalSsnEntryXUDTReceivedNoSegmentationCount Counter32, sgcLocalSsnEntryXUDTReceivedSegmentationCount 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 } sgcLocalSsnEntryUDTSentCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of UDT messages sent by the SSN." -- 1.3.6.1.4.1.35787.1.1.3.1.6 ::= { sgcLocalSsnEntry 6 } sgcLocalSsnEntryXUDTSentNoSegmentationCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of XUDT messages sent by the SSN without a segmentation parameter." -- 1.3.6.1.4.1.35787.1.1.3.1.7 ::= { sgcLocalSsnEntry 7 } sgcLocalSsnEntryXUDTSentSegmentationCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of XUDT messages sent by the SSN with a segmentation parameter." -- 1.3.6.1.4.1.35787.1.1.3.1.8 ::= { sgcLocalSsnEntry 8 } 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 } sgcLocalSsnEntryUDTReceivedCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of UDT messages received by the SSN." -- 1.3.6.1.4.1.35787.1.1.3.1.10 ::= { sgcLocalSsnEntry 10 } sgcLocalSsnEntryXUDTReceivedNoSegmentationCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of XUDT messages received by the SSN without a segmentation parameter." -- 1.3.6.1.4.1.35787.1.1.3.1.11 ::= { sgcLocalSsnEntry 11 } sgcLocalSsnEntryXUDTReceivedSegmentationCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of XUDT messages received by the SSN with a segmentation parameter." -- 1.3.6.1.4.1.35787.1.1.3.1.12 ::= { sgcLocalSsnEntry 12 } 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 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 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 } -- 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 INTEGER, 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 INTEGER 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