ipSecPolMapAclString
CISCO-IPSEC-POLICY-MAP-MIB ·
.1.3.6.1.4.1.9.9.172.1.2.1.1.4
Object
column
SNMPv2-TCDisplayString
The value of this object is the number or
the name of the access control string (ACL)
that caused this IPSec tunnel to be established.
The ACL that causes an IPSec tunnel
to be established is referenced by the
cryptomap of the tunnel.
The ACL identifies the traffic that requires
protection as defined by the policy.
For instance, the ACL that requires FTP
traffic between local subnet 172.16.14.0 and a
remote subnet 172.16.16.0 to be protected
is defined as
==>access-list 101 permit tcp 172.16.14.0 0.0.0.255
172.16.16.0 0.0.0.255 eq ftp
When this command causes an IPSec tunnel to be
established, the object 'ipSecPolMapAclString'
assumes the string value '101'.
If the ACL is a named list such as
==> ip access-list standard myAcl
permit 172.16.16.8 0.0.0.0
then the value of this MIB element corresponding to
IPSec tunnel that was created by this ACL would
be 'myAcl'.
Context
- MIB
- CISCO-IPSEC-POLICY-MAP-MIB
- OID
.1.3.6.1.4.1.9.9.172.1.2.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipSecPolMapEntry
- Table
- ipSecPolMapTable
- Siblings
- 4
Values & Constraints
Type Constraints
range: 0..255
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| ipSecPolMapTunIndex The index of the IPSec Phase-2 Tunnel to Policy
Map Table. The value of the index is the number
used to represent this IPSec Phase-2 Tunnel in
the IPSec MIB (ipSecTunIndex in the
… | column | Integer32 | .1.3.6.1.4.1.9.9.172.1.2.1.1.1 |
| ipSecPolMapCryptoMapName The value of this object should be the name of
the IPSec Policy (cryptomap) as assigned by the
operator while configuring the policy of
the IPSec traffic.
For in… | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.9.9.172.1.2.1.1.2 |
| ipSecPolMapCryptoMapNum The value of this object should be the priority
of the IPSec Policy (cryptomap) assigned by the
operator while configuring the policy of
this IPSec tunnel.
For in… | column | Integer32 | .1.3.6.1.4.1.9.9.172.1.2.1.1.3 |
| ipSecPolMapAceString The value of this object is the access control
entry (ACE) within the ACL that caused this IPSec
tunnel to be established.
For instance, if an ACL defines access… | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.9.9.172.1.2.1.1.5 |