rcIsisLogicalInterfaceIpsecResponderOnly
RC-ISIS-MIB ·
.1.3.6.1.4.1.2272.1.63.26.1.21
Object
Indicates if IPSec session of this logical interface should be in responder only mode. When this config is made true it will not initiate the IPSec connection but only respond to the incoming connection. By default both the sides of IPSec connection will be initiators. When there is NAT in between the IPSec connection, configure this to true on IPSec responder logical interface. Note: IPSec responder-only is set to true and If IPSec is enabled on Initiator side, ipsec needs to be disabled and enabled on intiator side to re-initiate the connection
Context
- MIB
- RC-ISIS-MIB
- OID
.1.3.6.1.4.1.2272.1.63.26.1.21- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcIsisLogicalInterfaceEntry
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-ISIS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-ISIS-MIB::rcIsisLogicalInterfaceIpsecResponderOnly'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-ISIS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-ISIS-MIB::rcIsisLogicalInterfaceIpsecResponderOnly.<rcIsisLogicalInterfaceId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-ISIS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-ISIS-MIB::rcIsisLogicalInterfaceIpsecResponderOnly'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |