trapsEnable
PDN-DSLAM-SYSTEM-MIB ·
.1.3.6.1.4.1.1795.2.24.2.24.1.2.3.1.3
Object
column r/w
Enumeration
This object corresponds to turning traps on/off for a particular destination. enable (1) - traps will be sent to the specified destination. disable (2)- traps will not be sent to the specified destination. The default value of this object should be 2.
Context
- MIB
- PDN-DSLAM-SYSTEM-MIB
- OID
.1.3.6.1.4.1.1795.2.24.2.24.1.2.3.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- communityTrapAddressInfoTableEntry
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 'PDN-DSLAM-SYSTEM-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-DSLAM-SYSTEM-MIB::trapsEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PDN-DSLAM-SYSTEM-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-DSLAM-SYSTEM-MIB::trapsEnable.<trapCommunityName>.<trapDestAndPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDN-DSLAM-SYSTEM-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDN-DSLAM-SYSTEM-MIB::trapsEnable'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |