rcIpsecSAMode
RC-IPSEC-MIB ·
.1.3.6.1.4.1.2272.1.213.2.1.6
Object
column r/w
Enumeration
This flag is used to switch between transport and tunnel mode. Transport mode is used to protect the upper layer protocols whereas tunnel mode is used to protect the whole IP packet.
Context
- MIB
- RC-IPSEC-MIB
- OID
.1.3.6.1.4.1.2272.1.213.2.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcIpsecSAEntry
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 'RC-IPSEC-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-IPSEC-MIB::rcIpsecSAMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-IPSEC-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-IPSEC-MIB::rcIpsecSAMode.<rcIpsecSAName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-IPSEC-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-IPSEC-MIB::rcIpsecSAMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | transport |
2 | tunnel |