CISCO-ITP-ACL-MIB
- Registered at
- 1.3.6.1.4.1.9.9.227
- Last updated
- 2001-08-29 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2001-08-29 00:00
- Namespace
- cisco
- Source file
CISCO-ITP-ACL-MIB- Digest
sha256:eb2a7d0da0baf0fa9e82b5619a605d92a1e516f66dd09b9cf45fd285879571d8
Description
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.
Contact
Cisco Systems, Inc Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-ss7@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-ITP-TC-MIB | CItpTcAclId, CItpTcEncodingSchemeValue, CItpTcGlobalTitleSelector, CItpTcNAI, CItpTcNumberingPlan, CItpTcPointCode, CItpTcPointCodeMask, CItpTcServiceIndicator, CItpTcSubSystemNumber, CItpTcSubSystemNumberMask, CItpTcTranslationType |
| CISCO-SMI | ciscoMgmt |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TimeStamp |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-ITP-ACL-MIB CISCO-ITP-TC-MIB CISCO-SMI SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| CItpAclAction TEXTUAL-CONVENTION The list of possible actions to be performed on a packet when information in message matches an access control entry . 'accept' : The matching packet is accepted for further processing. 'discard' : The matching packet is to be discarded without any further processing on this packet. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| cItpAclMIBNotifs OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.227.0 | |||
| cItpAclMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.227.1 | |||
| cItpAclScalars OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.227.1.1 | |||
| cItpAclConfigLastChanged OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.227.1.1.1 | TimeStamp | read-only | current |
| cItpAclConfig OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.227.1.2 | |||
| cItpAclTable OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.227.1.2.1 | not-accessible | current | |
| cItpAclTableEntry OBJECT-TYPE A list of Signalling Point access control attributes. | 1.3.6.1.4.1.9.9.227.1.2.1.1 | not-accessible | current | |
| cItpAclId OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.227.1.2.1.1.1 | CItpTcAclId | not-accessible | current |
| cItpAclEntryType OBJECT-TYPE The list of possible entry types. 'comments' : A statement used to describe and document access list entries. 'entry' : A access list entry. | 1.3.6.1.4.1.9.9.227.1.2.1.1.2 | INTEGER {comment(1), entry(2)} | not-accessible | current |
| cItpAclEntryNumber OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.227.1.2.1.1.3 | Unsigned32 (1..65535) | not-accessible | current |
| cItpAclAction OBJECT-TYPE The action to be performed on the packet that matched this access control. | 1.3.6.1.4.1.9.9.227.1.2.1.1.4 | CItpAclAction | read-create | current |
| cItpAclParameters OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.227.1.2.1.1.5 | Bits {si(0), dpc(1), dpcMask(2), opc(3), opcMask(4), pattern(5), comment(6), cgpa(7), cgpaMask(8), cdpa(9), cdpaMask(10), selector(11), aft(12), aftMask(13), all(14)} | read-create | current |
| cItpAclDpc OBJECT-TYPE The destination point code specified for this ACL. The 'dpc' bit in the cItpAclParameters object is used indicate whether this object has been specified. | 1.3.6.1.4.1.9.9.227.1.2.1.1.6 | CItpTcPointCode | read-create | current |
| cItpAclDpcMask OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.227.1.2.1.1.7 | CItpTcPointCodeMask | read-create | current |
| cItpAclOpc OBJECT-TYPE The origin point code specified in this ACL. The 'opc' bit in the cItpAclParameters object is used indicate whether this object has been specified. | 1.3.6.1.4.1.9.9.227.1.2.1.1.8 | CItpTcPointCode | read-create | current |
| cItpAclOpcMask OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.227.1.2.1.1.9 | CItpTcPointCodeMask | read-create | current |
| cItpAclSi OBJECT-TYPE The Service Indicator Octet. The 'si' bit in the cItpAclParameters object is used indicate whether this object has been specified. | 1.3.6.1.4.1.9.9.227.1.2.1.1.10 | CItpTcServiceIndicator | read-create | current |
| cItpAclPattern OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.227.1.2.1.1.11 | SnmpAdminString (SIZE(0..40)) | read-create | current |
| cItpAclOffset OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.227.1.2.1.1.12 | Unsigned32 (0..255) | read-create | current |
| cItpAclComment OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.227.1.2.1.1.13 | SnmpAdminString (SIZE(0..100)) | read-create | current |
| cItpAclCgpa OBJECT-TYPE The Calling Party Point Code. The 'cgpa' bit in the cItpAclParameters object is used indicate whether this object has been specified. | 1.3.6.1.4.1.9.9.227.1.2.1.1.14 | CItpTcPointCode | read-create | current |
| cItpAclCgpaMask OBJECT-TYPE The Calling Party Point Code mask. The 'cgpaMask' bit in the cItpAclParameters object is used indicate whether this object has been specified. | 1.3.6.1.4.1.9.9.227.1.2.1.1.15 | CItpTcPointCodeMask | read-create | current |
| cItpAclCgpaSsn OBJECT-TYPE The Calling Party Point Code subsystem number. The 'cgpa' bit in the cItpAclParameters object is used indicate whether this object has been specified. | 1.3.6.1.4.1.9.9.227.1.2.1.1.16 | CItpTcSubSystemNumber | read-create | current |
| cItpAclCgpaSsnMask OBJECT-TYPE The Calling Party Point Code subsystem number Mask. The 'cgpa' bit in the cItpAclParameters object is used indicate whether this object has been specified. | 1.3.6.1.4.1.9.9.227.1.2.1.1.17 | CItpTcSubSystemNumberMask | read-create | current |
| cItpAclCdpa OBJECT-TYPE The Called Party Point Code. The 'cdpa' bit in the cItpAclParameters object is used indicate whether this object has been specified. | 1.3.6.1.4.1.9.9.227.1.2.1.1.18 | CItpTcPointCode | read-create | current |
| cItpAclCdpaMask OBJECT-TYPE The Called Party Point Code mask. The 'cdpaMask' bit in the cItpAclParameters object is used indicate whether this object has been specified. | 1.3.6.1.4.1.9.9.227.1.2.1.1.19 | CItpTcPointCodeMask | read-create | current |
| cItpAclCdpaSsn OBJECT-TYPE The Called Party Point Code subsystem number. The 'cdpa' bit in the cItpAclParameters object is used indicate whether this object has been specified. | 1.3.6.1.4.1.9.9.227.1.2.1.1.20 | CItpTcSubSystemNumber | read-create | current |
| cItpAclCdpaSsnMask OBJECT-TYPE The Called Party Point Code subsystem number Mask. The 'cdpa' bit in the cItpAclParameters object is used indicate whether this object has been specified. | 1.3.6.1.4.1.9.9.227.1.2.1.1.21 | CItpTcSubSystemNumberMask | read-create | current |
| cItpAclGtiSelector OBJECT-TYPE The Global Title Selector. The 'selector' bit in the cItpAclParameters object is used indicate whether this object has been specified. | 1.3.6.1.4.1.9.9.227.1.2.1.1.22 | CItpTcGlobalTitleSelector | read-create | current |
| cItpAclGtiTranslateType OBJECT-TYPE The Global Title Translate Type. The 'selector' bit in the cItpAclParameters object is used indicate whether this object has been specified. | 1.3.6.1.4.1.9.9.227.1.2.1.1.23 | CItpTcTranslationType | read-create | current |
| cItpAclGtiNumberingPlan OBJECT-TYPE The Global Title Numbering Plan. The 'selector' bit in the cItpAclParameters object is used indicate whether this object has been specified. | 1.3.6.1.4.1.9.9.227.1.2.1.1.24 | CItpTcNumberingPlan | read-create | current |
| cItpAclGtiNai OBJECT-TYPE The Global Title nature of address indicator. The 'selector' bit in the cItpAclParameters object is used indicate whether this object has been specified. | 1.3.6.1.4.1.9.9.227.1.2.1.1.25 | CItpTcNAI | read-create | current |
| cItpAclGtiEsv OBJECT-TYPE The Global Title encoding scheme value. The 'selector' bit in the cItpAclParameters object is used indicate whether this object has been specified. | 1.3.6.1.4.1.9.9.227.1.2.1.1.26 | CItpTcEncodingSchemeValue | read-create | current |
| cItpAclAft OBJECT-TYPE The Affected Point Code. The 'aft' bit in the cItpAclParameters object is used indicate whether this object has been specified. | 1.3.6.1.4.1.9.9.227.1.2.1.1.27 | CItpTcPointCode | read-create | current |
| cItpAclAftMask OBJECT-TYPE The Affected Point Code mask. The 'aftMask' bit in the cItpAclParameters object is used indicate whether this object has been specified. | 1.3.6.1.4.1.9.9.227.1.2.1.1.28 | CItpTcPointCodeMask | read-create | current |
| cItpAclAftSsn OBJECT-TYPE The Affected Point Code subsystem number. The 'aft' bit in the cItpAclParameters object is used indicate whether this object has been specified. | 1.3.6.1.4.1.9.9.227.1.2.1.1.29 | CItpTcSubSystemNumber | read-create | current |
| cItpAclAftSsnMask OBJECT-TYPE The Affected Point Code subsystem number Mask. The 'aft' bit in the cItpAclParameters object is used indicate whether this object has been specified. | 1.3.6.1.4.1.9.9.227.1.2.1.1.30 | CItpTcSubSystemNumberMask | read-create | current |
| cItpAclRowStatus OBJECT-TYPE The object is used by a management station to create or delete the row entry in cItpAcl following the RowStatus textual convention. | 1.3.6.1.4.1.9.9.227.1.2.1.1.31 | RowStatus | read-create | current |
| cItpAclMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.227.2 | |||
| cItpAclMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.227.2.1 | |||
| cItpAclMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.227.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| cItpAclMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the Cisco SP MIB | 1.3.6.1.4.1.9.9.227.2.1.1 | current |
| cItpAclScalarGroup OBJECT-GROUP SP main objects. | 1.3.6.1.4.1.9.9.227.2.2.1 | current |
| cItpAclAccessListGroup OBJECT-GROUP Signaling Point access control list objects. | 1.3.6.1.4.1.9.9.227.2.2.2 | current |