The following command disables the SNMP events that are "Informational" and "Warning" pertaining to the battery. omconfig system events source=snmptraps type=battery severity=Critical The following command will disable *all* system SNMP events of types "Informational" and "Warning" and only allow those of type "Critical" to go out. omconfig system events source=snmptraps type=all severity=Critical |