All MIBs › AISYSTEM-MIB › aiSystemSendsStatusTraps
aiSystemSendsStatusTraps
Module: AISYSTEM-MIB
OID (symbolic): AISYSTEM-MIB::aiSystemSendsStatusTraps
OID (numeric): 1.3.6.1.4.1.539.8.1
Node type: OBJECT-TYPE
Type: TruthValue
Access: read-only
Description:
This flag indicates whether or not this agent sends traps when its ports change status. The TruthValue syntax defines values of true(1) and false(2).
What is aiSystemSendsStatusTraps?
This OID is a true/false flag indicating whether the device automatically sends alert notifications when port status changes (up/down). It shows whether trap-based alerting is enabled for this agent. An operator would check this value to confirm the device is configured to send immediate notifications when network interfaces fail, rather than requiring polls.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.539.8.1 snmpwalk -v2c -c public <target> AISYSTEM-MIB::aiSystemSendsStatusTraps
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.539.8.1.1 snmpget -v2c -c public <target> AISYSTEM-MIB::aiSystemSendsStatusTraps.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> aiSystemSendsStatusTraps.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.539 | aii | AIDIALOUT-MIB |
| 1.3.6.1.4.1.539.8 | aiSystem | AISYSTEM-MIB |
| 1.3.6.1.4.1.539.8.1 | aiSystemSendsStatusTraps | AISYSTEM-MIB |