Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. {
  2. "name": "Cisco | IOS | Network | Port Security | Port Security Violation (SNMP)",
  3. "uuid": "f339bc93-abfe-437e-9578-9f12d61d47d5",
  4. "description": "CISCO-PORT-SECURITY-MIB::cpsSecureMacAddrViolation",
  5. "event_class__name": "Network | Port Security | Port Security Violation",
  6. "preference": 1000,
  7. "patterns": [
  8. {
  9. "key_re": "^profile$",
  10. "value_re": "^Cisco.IOS$"
  11. },
  12. {
  13. "key_re": "^CISCO-PORT-SECURITY-MIB::cpsIfSecureLastMacAddress\\.\\d+$",
  14. "value_re": "^(?P<mac__bin_to_mac>\\S+)$"
  15. },
  16. {
  17. "key_re": "^IF-MIB::ifName\\.\\d+$",
  18. "value_re": "^(?P<interface>\\S+)$"
  19. },
  20. {
  21. "key_re": "^source$",
  22. "value_re": "^SNMP Trap$"
  23. },
  24. {
  25. "key_re": "^SNMPv2-MIB::snmpTrapOID.0$",
  26. "value_re": "^CISCO-PORT-SECURITY-MIB::cpsSecureMacAddrViolation$"
  27. }
  28. ]
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement