trapConfigVer
ATEN-PE2-CFG ·
.1.3.6.1.4.1.21317.1.3.2.3.5.1.1.1.2
Object
column r/w
Enumeration
Display or set SNMP trap version for sending trap. You should set the username/auth-password/priv-password first, when choosing snmpv3. You should set the community string first, when choosing snmpv1/v2c. If the station is not available, it returns value -3000000.
Context
- MIB
- ATEN-PE2-CFG
- OID
.1.3.6.1.4.1.21317.1.3.2.3.5.1.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- trapConfigEntry
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 'ATEN-PE2-CFG' -M '/opt/observium/mibs/aten:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ATEN-PE2-CFG::trapConfigVer'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ATEN-PE2-CFG' -M '/opt/observium/mibs/aten:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ATEN-PE2-CFG::trapConfigVer.<staId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ATEN-PE2-CFG' -M '/opt/observium/mibs/aten:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ATEN-PE2-CFG::trapConfigVer'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-3000000 | staNotAvailable |
1 | v1 |
2 | v2c |
3 | v3 |