Modify the index of a rule for an event filter
cluster1::> event filter show Filter Name Rule Rule Message Name SNMP Trap Type Severity Position Type ----------- -------- --------- ---------------------- --------------- -------- default-trap-events 1 include * * EMERGENCY, ALERT 2 include * Standard, Built-in * 3 exclude * * * emer-and-wafl 1 include wafl.scan.* * ALERT 2 include * Standard * 3 exclude * * * important-events 1 include * * EMERGENCY, ALERT 2 include callhome.* * ERROR 3 exclude * * * no-info-debug-events 1 include * * EMERGENCY, ALERT, ERROR, NOTICE 2 exclude * * * 11 entries were displayed. cluster1::> event filter rule reorder -filter-name emer-and-wafl -position 1 -to-position 2 cluster1::> event filter show Filter Name Rule Rule Message Name SNMP Trap Type Severity Position Type ----------- -------- --------- ---------------------- --------------- -------- default-trap-events 1 include * * EMERGENCY, ALERT 2 include * Standard, Built-in * 3 exclude * * * emer-and-wafl 1 include * Standard * 2 include wafl.scan.* * ALERT 3 exclude * * * important-events 1 include * * EMERGENCY, ALERT 2 include callhome.* * ERROR 3 exclude * * * no-info-debug-events 1 include * * EMERGENCY, ALERT, ERROR, NOTICE 2 exclude * * * 11 entries were displayed.