jnxIpSecRemotePeerType
JNX-IPSEC-MONITOR-MIB ·
.1.3.6.1.4.1.2636.3.22.1.3.1.1.11
Object
The type of the remote peer gateway (endpoint). It can be one
of the following two types:
- static (Remote peer whose IP address is known beforehand)
- dynamic (Remote peer whose IP address is not known
beforehand)
Context
- MIB
- JNX-IPSEC-MONITOR-MIB
- OID
.1.3.6.1.4.1.2636.3.22.1.3.1.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxIpSecTunnelEntry
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 'JNX-IPSEC-MONITOR-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JNX-IPSEC-MONITOR-MIB::jnxIpSecRemotePeerType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JNX-IPSEC-MONITOR-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JNX-IPSEC-MONITOR-MIB::jnxIpSecRemotePeerType.<jnxSpSvcSetName>.<jnxIpSecTunRemoteGwAddrType>.<jnxIpSecTunRemoteGwAddr>.<jnxIpSecTunIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JNX-IPSEC-MONITOR-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JNX-IPSEC-MONITOR-MIB::jnxIpSecRemotePeerType'
Syntax
- Source
- JUNIPER-IPSEC-FLOW-MON-MIBJnxRemotePeerType
- Base type
Enumeration
Values & Constraints
Type Values
0 | unknown |
1 | static |
2 | dynamic |