CISCO-ITP-ACT-MIB

File: CISCO-ITP-ACT-MIB.mib (14218 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF CISCO-ITP-TC-MIB
CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
MODULE-COMPLIANCE OBJECT-GROUP CItpTcGlobalTitleSelectorName
CItpTcGtaAddr CItpTcLinksetId CItpTcPointCode
CItpTcServiceIndicator ciscoMgmt

Defined Types

CItpActMtp3TableEntry  
SEQUENCE    
  cItpActMtp3TableId INTEGER
  cItpActMtp3LinksetName CItpTcLinksetId
  cItpActMtp3Dpc CItpTcPointCode
  cItpActMtp3Opc CItpTcPointCode
  cItpActMtp3SI CItpTcServiceIndicator
  cItpActMtp3RcvdPackets Counter32
  cItpActMtp3SentPackets Counter32
  cItpActMtp3RcvdBytes Counter32
  cItpActMtp3SentBytes Counter32

CItpActGttTableEntry  
SEQUENCE    
  cItpActGttLinksetName CItpTcLinksetId
  cItpActGttSelectorName CItpTcGlobalTitleSelectorName
  cItpActGttGta CItpTcGtaAddr
  cItpActGttTranslatedPc CItpTcPointCode
  cItpActGttPackets Counter32
  cItpActGttBytes Counter32

Defined Values

ciscoItpActMIB 1.3.6.1.4.1.9.9.230
The MIB for providing information specified in ITU Q752 Monitoring and Measurements for Signalling System No. 7(SS7) Network. This information can be used to manage messages transported over SS7 Network via Cisco IP Transfer Point. The Cisco IP Transfer Point (ITP) is a hardware and software solution that transports SS7 traffic using IP. Each ITP node provides function similar to SS7 signaling point. The relevant ITU documents describing this technology is the ITU Q series, including ITU Q.700: Introduction to CCITT Signalling System No. 7 and ITU Q.701 Functional description of the message transfer part (MTP) of Signalling System No. 7.
MODULE-IDENTITY    

cItpActMIBNotifs 1.3.6.1.4.1.9.9.230.0
OBJECT IDENTIFIER    

cItpActMIBObjects 1.3.6.1.4.1.9.9.230.1
OBJECT IDENTIFIER    

cItpActMIBConformance 1.3.6.1.4.1.9.9.230.2
OBJECT IDENTIFIER    

cItpActMtp3 1.3.6.1.4.1.9.9.230.1.1
OBJECT IDENTIFIER    

cItpActGtt 1.3.6.1.4.1.9.9.230.1.2
OBJECT IDENTIFIER    

cItpActMtp3Table 1.3.6.1.4.1.9.9.230.1.1.1
This table contains information about the number of packets and bytes at the MTP3 layer. The information collected from both directions(send and receive). The information is broken down by linkset, Destination Point Code (DPC), Originating Point Code (OPC) and Signalling Indicator (SI). This provides the lowest granularity required by Q752 and allows network management stations to calculate the required fields in Q752.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CItpActMtp3TableEntry

cItpActMtp3TableEntry 1.3.6.1.4.1.9.9.230.1.1.1.1
A list of MTP3 accounting objects.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  CItpActMtp3TableEntry  

cItpActMtp3TableId 1.3.6.1.4.1.9.9.230.1.1.1.1.1
The accounting table identifier. 'passed' : signifies that this table instance represents statistics for packets that matched an Access Control List (ACL) in the linkset's inbound ACL and in the outbound ACL. 'violation' : signifies that this table instance represents statistics for packets that did not match an ACL in the linkset's inbound ACL and in the outbound ACL.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  INTEGER passed(1), violation(2)  

cItpActMtp3LinksetName 1.3.6.1.4.1.9.9.230.1.1.1.1.2
The name of the linkset.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  CItpTcLinksetId  

cItpActMtp3Dpc 1.3.6.1.4.1.9.9.230.1.1.1.1.3
The destination point code.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  CItpTcPointCode  

cItpActMtp3Opc 1.3.6.1.4.1.9.9.230.1.1.1.1.4
The origin point code.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  CItpTcPointCode  

cItpActMtp3SI 1.3.6.1.4.1.9.9.230.1.1.1.1.5
The service indicator.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  CItpTcServiceIndicator  

cItpActMtp3RcvdPackets 1.3.6.1.4.1.9.9.230.1.1.1.1.6
Sum of all received packets for this linkset, DPC and OPC combination.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cItpActMtp3SentPackets 1.3.6.1.4.1.9.9.230.1.1.1.1.7
Sum of all transmitted packets for this linkset, DPC and OPC combination.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cItpActMtp3RcvdBytes 1.3.6.1.4.1.9.9.230.1.1.1.1.8
Sum of all received bytes for this linkset, DPC and OPC combination.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cItpActMtp3SentBytes 1.3.6.1.4.1.9.9.230.1.1.1.1.9
Sum of all transmitted bytes for this linkset, DPC and OPC combination.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cItpActGttTable 1.3.6.1.4.1.9.9.230.1.2.1
This table contains information about the number of packets and bytes required for global title translation.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CItpActGttTableEntry

cItpActGttTableEntry 1.3.6.1.4.1.9.9.230.1.2.1.1
A list of Gtt accounting objects.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  CItpActGttTableEntry  

cItpActGttLinksetName 1.3.6.1.4.1.9.9.230.1.2.1.1.1
The name of the linkset.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  CItpTcLinksetId  

cItpActGttSelectorName 1.3.6.1.4.1.9.9.230.1.2.1.1.2
The Global Title Selector Name.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  CItpTcGlobalTitleSelectorName  

cItpActGttGta 1.3.6.1.4.1.9.9.230.1.2.1.1.3
The Global Title Address.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  CItpTcGtaAddr  

cItpActGttTranslatedPc 1.3.6.1.4.1.9.9.230.1.2.1.1.4
The translated point code.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  CItpTcPointCode  

cItpActGttPackets 1.3.6.1.4.1.9.9.230.1.2.1.1.5
Number of packets performing Global Title Translation.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cItpActGttBytes 1.3.6.1.4.1.9.9.230.1.2.1.1.6
Count of bytes received that required Global Title Translation.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cItpActMIBCompliances 1.3.6.1.4.1.9.9.230.2.1
OBJECT IDENTIFIER    

cItpActMIBGroups 1.3.6.1.4.1.9.9.230.2.2
OBJECT IDENTIFIER    

cItpActMIBCompliance 1.3.6.1.4.1.9.9.230.2.1.1
The compliance statement for entities which implement the Cisco SP MIB
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cItpActMtp3Group 1.3.6.1.4.1.9.9.230.2.2.1
Accounting for MTP3 objects.
Status: deprecated Access: read-only
OBJECT-GROUP    

cItpActGttGroup 1.3.6.1.4.1.9.9.230.2.2.2
Accounting for Global Title Translation.
Status: deprecated Access: read-only
OBJECT-GROUP