Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Review all the SNMP traps to determine which OID best describes what will become the element property.  Write a regular expression that matches this.

Code Block
### This is observed the trap opEvents is receiving, and 
### is the best candidate to become the element property:

STARENT-MIB::starSlotNum=6

### Refering to the vendors mib file starSlotNum is found:

starSlotNum OBJECT-TYPE
    SYNTAX  Integer32(1..48)
    MAX-ACCESS  accessible-for-notify
    STATUS  current
    DESCRIPTION
        "The slot number"
    ::= { starSlotEntry 1 }