The Trap Flags.
This is a collection of flags used during trap delivery.
Each bit has the following meaning:
Bit 5-31: RESERVED: Always 0.
Bit 2-4: Trap Condition
0 = Not used (for backward compatibility)
1 = Condition unknown or N/A
2 = Condition ok
3 = Condition degraded
4 = Condition failed
5-7 = reserved
Bit 1: Client IP address type
0 = static entry
1 = DHCP entry
Bit 0: Agent Type
0 = Server
1 = Client
NOTE: bit 31 is the most significant bit, bit 0 is the least
significant.