jnxLSYSVDMode
JUNIPER-LSYSVD-MIB ·
.1.3.6.1.4.1.2636.3.39.1.24.1.1.1.1.3
Object
column Enumeration
The mode of root, user-created logical-system(LSYS) or tenant-system(TSYS).
Context
- MIB
- JUNIPER-LSYSVD-MIB
- OID
.1.3.6.1.4.1.2636.3.39.1.24.1.1.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxLSYSVDBasicInfoEntry
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-LSYSVD-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-LSYSVD-MIB::jnxLSYSVDMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JUNIPER-LSYSVD-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-LSYSVD-MIB::jnxLSYSVDMode.<jnxLSYSVDKey>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JUNIPER-LSYSVD-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JUNIPER-LSYSVD-MIB::jnxLSYSVDMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | unknown |
0 | root |
1 | logical-system |
2 | tenant-system |