cipsCryptomapSetIfStatus
CISCO-IPSEC-MIB ·
.1.3.6.1.4.1.9.10.62.1.2.3.4.1.2
Object
This object identifies the status of the binding
of the specified cryptomap set with the specified
interface. The value when queried is always 'attached'.
When set to 'detached', the cryptomap set if detached
from the specified interface. The effect of this is same
as the CLI command
config-if# no crypto map cryptomapSetName
Setting the value to 'attached' will result in
SNMP General Error.
Context
- MIB
- CISCO-IPSEC-MIB
- OID
.1.3.6.1.4.1.9.10.62.1.2.3.4.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cipsCryptomapSetIfEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-IPSEC-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IPSEC-MIB::cipsCryptomapSetIfStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-IPSEC-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IPSEC-MIB::cipsCryptomapSetIfStatus.<ifIndex>.<cipsStaticCryptomapSetName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-IPSEC-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-IPSEC-MIB::cipsCryptomapSetIfStatus'
Syntax
- Source
- CryptomapSetBindStatus
- Base type
Enumeration
Values & Constraints
Type Values
0 | unknown |
1 | attached |
2 | detached |