CISCO-ITP-SP2-MIB

File: CISCO-ITP-SP2-MIB.mib (17368 bytes)

Imported modules

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

Imported symbols

CItpTcAclId ciscoMgmt SnmpAdminString
MODULE-COMPLIANCE OBJECT-GROUP RowStatus
TEXTUAL-CONVENTION Counter32 Integer32
Unsigned32 MODULE-IDENTITY OBJECT-TYPE

Defined Types

CisTcQosClass  
The quality of service classification to be assigned to the IP packets used to transport the SS7 messages. Zero is a special value and is reserved to carry all traffic that does not specify a Qos or when exact match of the specified Qos is not available.
TEXTUAL-CONVENTION    
  Unsigned32 0..7  

CisEventHistoryTableEntry  
SEQUENCE    
  cisEventHistoryIndex Unsigned32
  cisEventHistoryDescr SnmpAdminString

CisQosTableEntry  
SEQUENCE    
  cisQosClass CisTcQosClass
  cisQosType INTEGER
  cisQosPrecedenceValue Integer32
  cisQosIpDscp Integer32
  cisQosAclId CItpTcAclId
  cisQosRowStatus RowStatus

Defined Values

ciscoItpSp2MIB 1.3.6.1.4.1.9.9.248
The MIB for providing information specified in ITU Q752 Monitoring and Measurements for Signaling 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 Signaling System No. 7 and ITU Q.701 Functional description of the message transfer part (MTP) of Signaling System No. 7. The ITP Quality of Service (QoS) model allows the definition of 8 QoS classes, 0 through 7. QoS classes can be assigned only SCTP links. Only one QoS class can be assigned to an SCTP link. Class 0 will be designated as the default class. Packets that are not classified to a designated QoS class will get assigned to the default class. Each provisioned QoS class can be assigned an IP precedence value or a Differential Services Code Point (DSCP). The default class is initialized to IP precedence zero (0). The default class initial TOS setting can be changed through the command line interface. The Type of Service (TOS) byte in the IP header will be set to the IP precedence or DSCP that is assigned to class. Every packet forwarded over an SCTP link that was provisioned for a given QoS class will have the TOS byte set.
MODULE-IDENTITY    

ciscoItpSp2MIBNotifications 1.3.6.1.4.1.9.9.248.0
OBJECT IDENTIFIER    

ciscoItpSp2MIBObjects 1.3.6.1.4.1.9.9.248.1
OBJECT IDENTIFIER    

cisEvents 1.3.6.1.4.1.9.9.248.1.1
OBJECT IDENTIFIER    

cisQos 1.3.6.1.4.1.9.9.248.1.2
OBJECT IDENTIFIER    

cisEventSummryLoggedEvents 1.3.6.1.4.1.9.9.248.1.1.1
The number of SS7 events logged by this Signaling Point.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cisEventSummryDroppedEvents 1.3.6.1.4.1.9.9.248.1.1.2
The number of SS7 events that could not be logged due to unavailable resources.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cisEventHistoryMaxEntries 1.3.6.1.4.1.9.9.248.1.1.3
The upper limit on the number of events that the cisEventsTable can contain. A value of 0 will prevent any history from being retained. When this table is full, the oldest entry will be deleted and a new one will be created.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

cisEventHistoryTableEntAllowed 1.3.6.1.4.1.9.9.248.1.1.4
This object specifies the maximum number of events allowed in the events history table for the managed system.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

cisEventHistoryTable 1.3.6.1.4.1.9.9.248.1.1.5
A table of SS7 events generated by this device.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CisEventHistoryTableEntry

cisEventHistoryTableEntry 1.3.6.1.4.1.9.9.248.1.1.5.1
An SS7 event that was previously generated by this device. Each entry is indexed by a event index. An entry is added to this table for each SS7 event generated on the managed system. The table contains the latest number of events defined by the cisEventHistoryMaxEntries object. Once the table is full, the oldest entry is removed and a new entry is created to accommodate the new event.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  CisEventHistoryTableEntry  

cisEventHistoryIndex 1.3.6.1.4.1.9.9.248.1.1.5.1.1
A monotonically increasing integer for the sole purpose of indexing events. When it reaches the maximum value the agent flushes the event table and wraps the value back to 1.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..2147483647  

cisEventHistoryDescr 1.3.6.1.4.1.9.9.248.1.1.5.1.2
A brief description of the SS7 event. Each event provides information of state transitions specific to the SS7 protocol.
Status: deprecated Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..255)  

cisQosTable 1.3.6.1.4.1.9.9.248.1.2.1
A table of information related to the defining Quality of Service to transport SS7 packets using SCTP/IP. Entries are added to this table via cisQosRowStatus in accordance with the RowStatusconvention.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CisQosTableEntry

cisQosTableEntry 1.3.6.1.4.1.9.9.248.1.2.1.1
Each entry define information relate to a Quality of Service class as needed to transport SS7 packets using SCTP/IP.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  CisQosTableEntry  

cisQosClass 1.3.6.1.4.1.9.9.248.1.2.1.1.1
The quality of service class that can be defined to transport SS7 Packets using SCTP/IP.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  CisTcQosClass  

cisQosType 1.3.6.1.4.1.9.9.248.1.2.1.1.2
Enumerated list of QoS type that can be defined. A value ipPrecedence suggests that IP Type of Service (TOS) is based on cisQosPrecedenceValue. A value ipDscp suggests that IP Type of Service (TOS) is based on cisQosIpDscp.
Status: deprecated Access: read-create
OBJECT-TYPE    
  INTEGER ipPrecedence(1), ipDscp(2)  

cisQosPrecedenceValue 1.3.6.1.4.1.9.9.248.1.2.1.1.3
A value to assign to the IP TOS bits in the IP datagram that carries one or more SS7 packets. The IP Precedence value is specified if cisQosType is ipPrecedence, otherwise it is -1.
Status: deprecated Access: read-create
OBJECT-TYPE    
  Integer32 -1..7  

cisQosIpDscp 1.3.6.1.4.1.9.9.248.1.2.1.1.4
DiffServ CodePoint (DSCP) value to assign to the IP TOS bits in the IP datagram that carries one or more SS7 packets. DSCP provides scalable mechanisms to classify packets into groups or classes that have similar QoS requirements and then gives these groups the required treatment at every hop in the network. The DSCP value is specified if cisQosType is ipDscp, otherwise it is -1.
Status: deprecated Access: read-create
OBJECT-TYPE    
  Integer32 -1..63  

cisQosAclId 1.3.6.1.4.1.9.9.248.1.2.1.1.5
ITP Access lists can be used to use information specific to SS7 packets to assign an Qos class. A value of zero indicates that no access control list is present.
Status: deprecated Access: read-create
OBJECT-TYPE    
  CItpTcAclId  

cisQosRowStatus 1.3.6.1.4.1.9.9.248.1.2.1.1.6
The object is used by a management station to create or delete the row entry in cisQosTable following the RowStatus textual convention.
Status: deprecated Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoItpSp2MIBConformance 1.3.6.1.4.1.9.9.248.2
OBJECT IDENTIFIER    

ciscoItpSp2MIBCompliances 1.3.6.1.4.1.9.9.248.2.1
OBJECT IDENTIFIER    

ciscoItpSp2MIBGroups 1.3.6.1.4.1.9.9.248.2.2
OBJECT IDENTIFIER    

ciscoItpSp2MIBCompliance 1.3.6.1.4.1.9.9.248.2.1.1
The compliance statement for entities which implement the Cisco Signaling Point2 MIB
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoItpSp2EventsGroup 1.3.6.1.4.1.9.9.248.2.2.1
SS7 Event objects.
Status: deprecated Access: read-only
OBJECT-GROUP    

ciscoItpSp2QosGroup 1.3.6.1.4.1.9.9.248.2.2.2
SS7 Quality of Service objects.
Status: deprecated Access: read-only
OBJECT-GROUP