CISCO-ITP-ACL-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-ITP-ACL-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoItpAclMIB 1.3.6.1.4.1.9.9.227
The MIB for managing access lists that control messages transported over Signalling System No. 7 (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.
         cItpAclMIBNotifs 1.3.6.1.4.1.9.9.227.0
         cItpAclMIBObjects 1.3.6.1.4.1.9.9.227.1
             cItpAclScalars 1.3.6.1.4.1.9.9.227.1.1
                 cItpAclConfigLastChanged 1.3.6.1.4.1.9.9.227.1.1.1 timestamp read-only
The value of sysUpTime at the time of the last creation or deletion of an entry in the cItpAclTable. If the local network management subsystem is re-initialization, then this object contains the sysUpTime at the time when this occurred. This value can be used to prevent unnecessary walks of the cItpAclTable.
             cItpAclConfig 1.3.6.1.4.1.9.9.227.1.2
                 cItpAclTable 1.3.6.1.4.1.9.9.227.1.2.1 no-access
A table of SP access controls. The access control definition controls which packets are accepted or rejected. The access control may be applied before sending the packet to the routing table or may be applied after the packet is processed by the routing table. Entries are added to this table via cItpAclRowStatus in accordance with the RowStatus convention.
                     cItpAclTableEntry 1.3.6.1.4.1.9.9.227.1.2.1.1 no-access
A list of Signalling Point access control attributes.
                         cItpAclId 1.3.6.1.4.1.9.9.227.1.2.1.1.1 citptcaclid no-access
The identifier used to select a list of access list entries. The administrator will select an valid identifier within the specified range defined for SS7 access lists.
                         cItpAclEntryType 1.3.6.1.4.1.9.9.227.1.2.1.1.2 integer no-access
The list of possible entry types. 'comments' : A statement used to describe and document access list entries. 'entry' : A access list entry. Enumeration: 'comment': 1, 'entry': 2.
                         cItpAclEntryNumber 1.3.6.1.4.1.9.9.227.1.2.1.1.3 unsigned32 no-access
An numeric value assigned to each access list entry. The entries of the same type must be unique. Entries will be tested in ascending order.
                         cItpAclAction 1.3.6.1.4.1.9.9.227.1.2.1.1.4 citpaclaction read-only
The action to be performed on the packet that matched this access control.
                         cItpAclParameters 1.3.6.1.4.1.9.9.227.1.2.1.1.5 bits read-only
The cItpAclType object indicates which types of tests will be processed on the each access list entry. Each may contain one or more filters. The filter will be processed ascending order(si,dpc...all). Each test is evaluated and if true the packet is processed according to cItpAclAction. 'si' : The cItpAclSi is the relevant column. The packet is compared to cItpAclSi to determine if the packet matches this filter. 'dpc' : The cItpAclDpc and cItpAclDpcMask are the relevant columns. The packet is compared to cItpAclDpc in conjunction with cItpAclDpcMask to determine if the packet matches this access control. The mask is first negated (~mask) and bitwise AND is perform with mask and dpc. 'dpcMask' : Indicates that a mask is to be applied when the dpc filter is specified. If the mask is not specified then the mask is assumed to be all zeros. 'opc' : cItpAclOpc and cItpAclOpcMask are the relevant columns. The packet is compared to cItpAclOpc in conjunction with cItpAclOpcMask to determine if the packet matches this access control. The mask is first negated (~mask) and bitwise AND is perform with mask and opc. 'opcMask' : Indicates that a mask is to be applied when the opc filter is specified. If the mask is not specified then the mask is assumed to be all zeros. 'pattern' : cItpAclPattern and cItpAclOffset are the relevant columns. The matching criteria is based on matching the pattern specified by cItpAclPattern at offset cItpAclOffset from the start of the packet. 'comment' : The cItpAclComment object provides an entry that can be used to describe filters. 'cgpa' : The cItpAclCgpa, cItpAclCgpaMask, cItpAclCgpaSsn and cItpAclCgpaSsnMask are the relevant columns. The Calling Party Point code is compare with cItpAclCgpaPC using the ItpAclCgpaMask. Also, the cItpAclCgpaSsn and cItpAclCgpaSsnMask are compared if specified. 'cgpaMask': Indicates that a mask is to be applied when the cgpa filter is specified. If the mask is not specified then the mask is assumed to be all zeros. 'cgpaSsn' : Indicates that a Subsystem Number(SSN) is to be checked when the cgpa filter is specified. 'cgpaSsnMask': Indicates that SSN mask is to be applied when checking the SSN number for the cgpa filter is specified. If the mask is not specified then the mask is assumed to be all zeros. 'cdpa' : The cItpAclCdpa, cItpAclCdpaMask, cItpAclCdpaSsn and cItpAclCdpaSsnMask are the relevant columns. The Called Party Point code is compared with cItpAclCcpa using the ItpAclCcpaMask. Also, the cItpAclCcpaSsn and cItpAclCcpaSsnMask are compared if specified. 'cdpaMask': Indicates that a mask is to be applied when the cdpa filter is specified. If the mask is not specified then the mask is assumed to be all zeros. 'cdpaSsn' : Indicates that a SSN is to be checked when the cdpa filter is specified. 'cdpaSsnMask': Indicates that SSN mask is to be applied when checking the SSN number for the cdpa filter is specified. If the mask is not specified then the mask is assumed to be all zeros. 'selector': The Global Title Selector is used to select which objects will be tested and in what order the tests will be applied as follows. x The types of translations are different based on the variant. In both, variants the translation type and other parameters are used to provide the following types of translations. - Intermediate GTT resulting in MSUs routed to a solitary point code - Intermediate GTT resulting in MSUs load balanced across two or more point codes - Final GTT routed to a solitary point code - Final GTT routed to a primary and backup point-code and SSN (dominant mode) - Final GTT load balanced across a group of point-codes and subsystems For ANSI the translation types are defined in TABLE B.1/T1.112.3 of TR-NWT-000246. The ANSI selector table may be a simple flat table/array of 256 Translation Types(0-255). In this method of translation tables can be directly accessed using the translation type from the Called Party Point Code. For ITU section 2.4.5 of ITU-T Q.714, defines the use of the Global Tile Indicator(GTI), along with Translation Type(TT), Network Plan(NP), and Nature of Address Indicator(NAI), as selectors for the table to perform the Global Title Translation(GTT). In this cae the selector table must be searched using a combination oF GTI, TT, NP and NAI. The objects cItpAclGtiSelector, cItpAclGtiTranslateType, cItpAclGtiNumberingPlan, cItpAclGtiNai, and cItpAclGtiEsv are the relevant columns. These object will be used in the following order based on variant and translation type. 1 => cItpAclGtiNai 2 => cItpAclGtiTranslateType 3 => cItpAclGtiTranslateType cItpAclGtiNumberingPlan cItpAclGtiEsv 4 => cItpAclGtiTranslateType cItpAclGtiNumberingPlan cItpAclGtiNai cItpAclGtiEsv 'aft' : The cItpAclAft, cItpAclAftMask, cItpAclAftSsn and cItpAclAftSsnMask are the relevant columns. The affected point code is compared with cItpAclAftPC using the ItpAclAftMask. Also, the cItpAclAftSsn and cItpAclAftSsnMask are compared if specified. 'aftMask': Indicates that a mask is to be applied when the aft filter is specified. If the mask is not specified then the mask is assumed to be all zeros. 'all' : Used in conjunction with cItpAclAction to specify defaults for packet that did not match any specified access list entry. Bits: 'comment': 6, 'cdpa': 9, 'all': 14, 'opcMask': 4, 'dpcMask': 2, 'aftMask': 13, 'pattern': 5, 'cgpa': 7, 'selector': 11, 'si': 0, 'cgpaMask': 8, 'dpc': 1, 'opc': 3, 'aft': 12, 'cdpaMask': 10.
                         cItpAclDpc 1.3.6.1.4.1.9.9.227.1.2.1.1.6 citptcpointcode read-only
The destination point code specified for this ACL. The 'dpc' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclDpcMask 1.3.6.1.4.1.9.9.227.1.2.1.1.7 citptcpointcodemask read-only
The mask used to define which part of the point code in the packet is significant when comparing the destination point code with cItpAclDpc. The 'dpcMask' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclOpc 1.3.6.1.4.1.9.9.227.1.2.1.1.8 citptcpointcode read-only
The origin point code specified in this ACL. The 'opc' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclOpcMask 1.3.6.1.4.1.9.9.227.1.2.1.1.9 citptcpointcodemask read-only
The mask used to define which part of the origin point code in the packet is significant when comparing the origin point code with cItpAclDpc. The 'opcMask' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclSi 1.3.6.1.4.1.9.9.227.1.2.1.1.10 citptcserviceindicator read-only
The Service Indicator Octet. The 'si' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclPattern 1.3.6.1.4.1.9.9.227.1.2.1.1.11 snmpadminstring read-only
The pattern used to match a packet at offset cItpAclOffset. The 'pattern' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclOffset 1.3.6.1.4.1.9.9.227.1.2.1.1.12 unsigned32 read-only
The offset into the packet were we begin matching the pattern specified by cItpAclPattern is to start. The 'pattern' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclComment 1.3.6.1.4.1.9.9.227.1.2.1.1.13 snmpadminstring read-only
A brief description used to document access list entries. The 'comment' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclCgpa 1.3.6.1.4.1.9.9.227.1.2.1.1.14 citptcpointcode read-only
The Calling Party Point Code. The 'cgpa' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclCgpaMask 1.3.6.1.4.1.9.9.227.1.2.1.1.15 citptcpointcodemask read-only
The Calling Party Point Code mask. The 'cgpaMask' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclCgpaSsn 1.3.6.1.4.1.9.9.227.1.2.1.1.16 citptcsubsystemnumber read-only
The Calling Party Point Code subsystem number. The 'cgpa' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclCgpaSsnMask 1.3.6.1.4.1.9.9.227.1.2.1.1.17 citptcsubsystemnumbermask read-only
The Calling Party Point Code subsystem number Mask. The 'cgpa' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclCdpa 1.3.6.1.4.1.9.9.227.1.2.1.1.18 citptcpointcode read-only
The Called Party Point Code. The 'cdpa' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclCdpaMask 1.3.6.1.4.1.9.9.227.1.2.1.1.19 citptcpointcodemask read-only
The Called Party Point Code mask. The 'cdpaMask' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclCdpaSsn 1.3.6.1.4.1.9.9.227.1.2.1.1.20 citptcsubsystemnumber read-only
The Called Party Point Code subsystem number. The 'cdpa' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclCdpaSsnMask 1.3.6.1.4.1.9.9.227.1.2.1.1.21 citptcsubsystemnumbermask read-only
The Called Party Point Code subsystem number Mask. The 'cdpa' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclGtiSelector 1.3.6.1.4.1.9.9.227.1.2.1.1.22 citptcglobaltitleselector read-only
The Global Title Selector. The 'selector' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclGtiTranslateType 1.3.6.1.4.1.9.9.227.1.2.1.1.23 citptctranslationtype read-only
The Global Title Translate Type. The 'selector' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclGtiNumberingPlan 1.3.6.1.4.1.9.9.227.1.2.1.1.24 citptcnumberingplan read-only
The Global Title Numbering Plan. The 'selector' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclGtiNai 1.3.6.1.4.1.9.9.227.1.2.1.1.25 citptcnai read-only
The Global Title nature of address indicator. The 'selector' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclGtiEsv 1.3.6.1.4.1.9.9.227.1.2.1.1.26 citptcencodingschemevalue read-only
The Global Title encoding scheme value. The 'selector' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclAft 1.3.6.1.4.1.9.9.227.1.2.1.1.27 citptcpointcode read-only
The Affected Point Code. The 'aft' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclAftMask 1.3.6.1.4.1.9.9.227.1.2.1.1.28 citptcpointcodemask read-only
The Affected Point Code mask. The 'aftMask' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclAftSsn 1.3.6.1.4.1.9.9.227.1.2.1.1.29 citptcsubsystemnumber read-only
The Affected Point Code subsystem number. The 'aft' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclAftSsnMask 1.3.6.1.4.1.9.9.227.1.2.1.1.30 citptcsubsystemnumbermask read-only
The Affected Point Code subsystem number Mask. The 'aft' bit in the cItpAclParameters object is used indicate whether this object has been specified.
                         cItpAclRowStatus 1.3.6.1.4.1.9.9.227.1.2.1.1.31 rowstatus read-only
The object is used by a management station to create or delete the row entry in cItpAcl following the RowStatus textual convention.
         cItpAclMIBConformance 1.3.6.1.4.1.9.9.227.2
             cItpAclMIBCompliances 1.3.6.1.4.1.9.9.227.2.1
                 cItpAclMIBCompliance 1.3.6.1.4.1.9.9.227.2.1.1
The compliance statement for entities which implement the Cisco SP MIB
             cItpAclMIBGroups 1.3.6.1.4.1.9.9.227.2.2
                 cItpAclScalarGroup 1.3.6.1.4.1.9.9.227.2.2.1
SP main objects.
                 cItpAclAccessListGroup 1.3.6.1.4.1.9.9.227.2.2.2
Signaling Point access control list objects.