agentSnmpTrapReceiverStatus

GSM7312-SWITCHING-MIB · .1.3.6.1.4.1.4526.1.6.1.2.6.4.1.4

Object

column r/w Enumeration
The switch's Snmp Trap Reciever Status.
active(1)        - This trap receiver is active, allowing SNMP Traps to 
                   be sent to this receiver.                     
                                 
notInService(2)  - This trap reciever is not active; no SNMP Traps will 
                   be sent to this reciever until it's set back to active(1).
                                 
                                 
config(3)        - The trap reciever Status must be set to this value in order 
                   to configure it.  When creating a new trap receiver entry, 
                   the Status will initially be set to this value.
                   Note: agentSnmpTrapReceiverIPAddress must be set to non-zero
                   before changing to active(1) or notInService(2).
              
destroy(4)       - Set to this value to remove the trap receiver entry from 
                   the agent.

Context

MIB
GSM7312-SWITCHING-MIB
OID
.1.3.6.1.4.1.4526.1.6.1.2.6.4.1.4
Type
column
Access
readwrite
Status
current
Parent
agentSnmpTrapReceiverConfigEntry

Walk 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 'GSM7312-SWITCHING-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GSM7312-SWITCHING-MIB::agentSnmpTrapReceiverStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'GSM7312-SWITCHING-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GSM7312-SWITCHING-MIB::agentSnmpTrapReceiverStatus.<agentSnmpTrapReceiverIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'GSM7312-SWITCHING-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'GSM7312-SWITCHING-MIB::agentSnmpTrapReceiverStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1active
2notInService
3config
4destroy