jnxIpSecSaMonAuthAlgo
JUNIPER-IPSEC-FLOW-MON-MIB ·
.1.3.6.1.4.1.2636.3.52.1.2.3.1.13
Object
column JnxAuthAlgo
The algorithm used for authentication of packets which can be hmac-md5-96 or hmac-sha1-96 or hmac-sha-256-128
Context
- MIB
- JUNIPER-IPSEC-FLOW-MON-MIB
- OID
.1.3.6.1.4.1.2636.3.52.1.2.3.1.13- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxIpSecSaMonEntry
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 'JUNIPER-IPSEC-FLOW-MON-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-IPSEC-FLOW-MON-MIB::jnxIpSecSaMonAuthAlgo'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JUNIPER-IPSEC-FLOW-MON-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-IPSEC-FLOW-MON-MIB::jnxIpSecSaMonAuthAlgo.<jnxIpSecTunMonRemoteGwAddrType>.<jnxIpSecTunMonRemoteGwAddr>.<jnxIpSecTunMonIndex>.<jnxIpSecSaMonIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JUNIPER-IPSEC-FLOW-MON-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JUNIPER-IPSEC-FLOW-MON-MIB::jnxIpSecSaMonAuthAlgo'
Syntax
- Source
- JnxAuthAlgo
- Base type
Enumeration
Values & Constraints
Type Values
0 | unknown |
1 | hmacMd5 |
2 | hmacSha |
3 | hmacSha256 |
4 | hmacSha384 |
5 | hmacSha512 |
6 | aesGcm128 |
7 | aesGcm192 |
8 | aesGcm256 |
9 | chacha20Poly1305 |