jnxJsUTMAVDatabaseType
JUNIPER-JS-UTM-AV-MIB ·
.1.3.6.1.4.1.2636.3.39.1.13.1.1.3.1.4
Object
column Enumeration
The Database type in use. User can use CLI to set the engine type to full AV, express AV or Sophos AV. Corresponding database types are Full for KL Engine, Express for Juniper Express Engine and Sophos for Sophos AV Engine.
Context
- MIB
- JUNIPER-JS-UTM-AV-MIB
- OID
.1.3.6.1.4.1.2636.3.39.1.13.1.1.3.1.4- 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::jnxJsUTMAVDatabaseType'
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::jnxJsUTMAVDatabaseType.<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::jnxJsUTMAVDatabaseType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | full |
2 | express |
3 | unknown |
4 | sophos |