Advertisement
Guest User

Untitled

a guest
Jun 14th, 2014
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. IF-MIB::ifAdminStatus.16 up
  2. IF-MIB::ifIndex.16 16
  3. IF-MIB::ifOperStatus.16 up
  4. SNMPv2-MIB::snmpTrapOID.0 CISCO-PRODUCTS-MIB::ciscoASR9001
  5.  
  6.  
  7. {
  8. "name": "Cisco | IOSXR | Network | Link | Link Up (SNMP)",
  9. "uuid": "a56bf3a2-e098-4f11-a47d-da5042a1175a",
  10. "description": "CISCO-PRODUCTS-MIB::ciscoASR9001",
  11. "event_class__name": "Network | Link | Link Up",
  12. "preference": 1000,
  13. "patterns": [
  14. {
  15. "key_re": "^profile$",
  16. "value_re": "^Cisco.IOSXR$"
  17. },
  18. {
  19. "key_re": "^source$",
  20. "value_re": "^SNMP Trap$"
  21. },
  22. {
  23. "key_re": "^IF-MIB::ifOperStatus\\.\\d+$",
  24. "value_re": "^up$"
  25. },
  26. {
  27. "key_re": "^IF-MIB::ifIndex\\.\\d+$",
  28. "value_re": "^(?P<interface__ifindex>\\d+)$"
  29. },
  30. {
  31. "key_re": "^IF-MIB::ifAdminStatus\\.\\d+$",
  32. "value_re": "^up$"
  33. }
  34. ]
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement