jnxJsUTMAVEngineType
JUNIPER-JS-UTM-AV-MIB ·
.1.3.6.1.4.1.2636.3.39.1.13.1.1.3.1.2
Object
column Enumeration
The scan engine type in use. User can use CLI to set the engine type to either full AV (kaspersky-lab-engine), express AV (juniper-express-engine) or Sophos AV (sophos-engine). If AV is not configured then engine type is not known.
Context
- MIB
- JUNIPER-JS-UTM-AV-MIB
- OID
.1.3.6.1.4.1.2636.3.39.1.13.1.1.3.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxJsUTMAntiVirusEngineEntry
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-JS-UTM-AV-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-JS-UTM-AV-MIB::jnxJsUTMAVEngineType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JUNIPER-JS-UTM-AV-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-JS-UTM-AV-MIB::jnxJsUTMAVEngineType.<jnxJsUTMAVEngineIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JUNIPER-JS-UTM-AV-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JUNIPER-JS-UTM-AV-MIB::jnxJsUTMAVEngineType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown-engine |
2 | kaspersky-lab-engine |
3 | juniper-express-engine |
4 | sophos-engine |