atFiberMonAlarmAction
AT-FIBER-MONITORING-MIB ·
.1.3.6.1.4.1.207.8.4.4.3.27.2.1.6
Object
column r/w
Enumeration
Actions to take when an alarm occurs. Acceptable values are: 1. Log a message only. 2. Send snmp trap and log. 3. Shut down the interface and log. 4. Send trap, shutdown and log.
Context
- MIB
- AT-FIBER-MONITORING-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.3.27.2.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- atFiberMonConfigEntry
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 'AT-FIBER-MONITORING-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-FIBER-MONITORING-MIB::atFiberMonAlarmAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-FIBER-MONITORING-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-FIBER-MONITORING-MIB::atFiberMonAlarmAction.<atFiberMonIfname>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-FIBER-MONITORING-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-FIBER-MONITORING-MIB::atFiberMonAlarmAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | logOnly |
2 | sendTrap |
3 | shutdown |
4 | sendtrapAndShutdown |