gtTrapSecurityLevel
WISI-GTSETTINGS-MIB ·
.1.3.6.1.4.1.7465.20.2.9.1.5.1.6.1.1.9
Object
column Enumeration
The gtTrapSecurityLevel entity represents the SNMP trap security level of a SFM/MFM module within the GT01/GN50 rack unit.
Context
- MIB
- WISI-GTSETTINGS-MIB
- OID
.1.3.6.1.4.1.7465.20.2.9.1.5.1.6.1.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- gtSNMPEntry
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 'WISI-GTSETTINGS-MIB' -M '/opt/observium/mibs/wisi:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WISI-GTSETTINGS-MIB::gtTrapSecurityLevel'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WISI-GTSETTINGS-MIB' -M '/opt/observium/mibs/wisi:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WISI-GTSETTINGS-MIB::gtTrapSecurityLevel.<gtModule>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WISI-GTSETTINGS-MIB' -M '/opt/observium/mibs/wisi:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WISI-GTSETTINGS-MIB::gtTrapSecurityLevel'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noAuthenticationOrEncryption |
2 | authenticationNoEncryption |
3 | authenticationAndEncryption |