summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/mapper/SampleSnmpTrapConversion.rst
blob: b6ba41e47dc415462ba0954d027e64c39016ceac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. Copyright 2018 Tech Mahindra Ltd.

Sample Snmp trap Conversion:
============================

Following is the **Sample SNMP Trap** that will be received by the Universal VES Adapter from the Snmp Trap Collector :

.. code-block:: json

    {  
   "cambria.partition":"10.53.172.132",
   "trap category":"ONAP-COLLECTOR-SNMPTRAP",
   "community len":0,
   "protocol version":"v2c",
   "varbinds":[  
      {  
         "varbind_value":"CLEARED and CRITICAL severities have the same name",
         "varbind_oid":"1.3.6.1.4.1.19444.12.2.0.2.0",
         "varbind_type":"OctetString"
      },
      {  
         "varbind_value":"1.3",
         "varbind_oid":"1.3.6.1.4.1.19444.12.2.0.3.0",
         "varbind_type":"ObjectIdentifier"
      },
      {  
         "varbind_value":"1.3",
         "varbind_oid":"1.3.6.1.4.1.19444.12.2.0.4.0",
         "varbind_type":"ObjectIdentifier"
      },
      {  
         "varbind_value":"CLEARED",
         "varbind_oid":"1.3.6.1.4.1.19444.12.2.0.5.0",
         "varbind_type":"OctetString"
      },
      {  
         "varbind_value":"Queue manager: Process failure cleared",
         "varbind_oid":"1.3.6.1.4.1.19444.12.2.0.6.0",
         "varbind_type":"OctetString"
      },
      {  
         "varbind_value":"The queue manager process has been restored to normal operation",
         "varbind_oid":"1.3.6.1.4.1.19444.12.2.0.7.0",
         "varbind_type":"OctetString"
      },
      {  
         "varbind_value":"The queue manager process has been restored to normal operation. The previously issued alarm has been cleared",
         "varbind_oid":"1.3.6.1.4.1.19444.12.2.0.8.0",
         "varbind_type":"OctetString"
      },
      {  
         "varbind_value":"Changes to shared config will be synchronized across the cluster",
         "varbind_oid":"1.3.6.1.4.1.19444.12.2.0.9.0",
         "varbind_type":"OctetString"
      },
      {  
         "varbind_value":"No action",
         "varbind_oid":"1.3.6.1.4.1.19444.12.2.0.10.0",
         "varbind_type":"OctetString"
      },
      {  
         "varbind_value":"sprout-1.example.com",
         "varbind_oid":"1.3.6.1.4.1.19444.12.2.0.12.0",
         "varbind_type":"OctetString"
      }
   ],
   "notify OID":"1.3.6.1.6.3.1.1.5.3",
   "community":"",
   "uuid":"1fad4802-a6d0-11e8-a349-0242ac110002",
   "epoch_serno":15350273450000,
   "agent name":"10.53.172.132",
   "sysUptime":"0",
   "time received":1.535027345042007E9,
   "agent address":"10.53.172.132",
   "notify OID len":10
 }


Following is the converted VES Format of the above SNMP Sample Trap by using the default SNMP Trap Mapping File:

.. code-block:: json

 {  
   "event":{  
      "commonEventHeader":{  
         "startEpochMicrosec":1.5350269902625413E9,
         "eventId":"XXXX",
         "sequence":0,
         "domain":"fault",
         "lastEpochMicrosec":1.5350269902625413E9,
         "eventName":"fault__ONAP-COLLECTOR-SNMPTRAP",
         "sourceName":"10.53.172.132",
         "priority":"Medium",
         "version":3,
         "reportingEntityName":"VesAdapter"
      },
      "faultFields":{  
         "eventSeverity":"MINOR",
         "alarmCondition":"ONAP-COLLECTOR-SNMPTRAP",
         "faultFieldsVersion":2,
         "specificProblem":"SNMP Fault",
         "alarmAdditionalInformation":[  
            {  
               "name":"1.3.6.1.4.1.19444.12.2.0.2.0",
               "value":"CLEARED and CRITICAL severities have the same name"
            },
            {  
               "name":"1.3.6.1.4.1.19444.12.2.0.3.0",
               "value":"1.3"
            },
            {  
               "name":"1.3.6.1.4.1.19444.12.2.0.4.0",
               "value":"1.3"
            },
            {  
               "name":"1.3.6.1.4.1.19444.12.2.0.5.0",
               "value":"CLEARED"
            },
            {  
               "name":"1.3.6.1.4.1.19444.12.2.0.6.0",
               "value":"Queue manager: Process failure cleared"
            },
            {  
               "name":"1.3.6.1.4.1.19444.12.2.0.7.0",
               "value":"The queue manager process has been restored to normal operation"
            },
            {  
               "name":"1.3.6.1.4.1.19444.12.2.0.8.0",
               "value":"The queue manager process has been restored to normal operation. The previously issued alarm has been cleared"
            },
            {  
               "name":"1.3.6.1.4.1.19444.12.2.0.9.0",
               "value":"Changes to shared config will be synchronized across the cluster"
            },
            {  
               "name":"1.3.6.1.4.1.19444.12.2.0.10.0",
               "value":"No action"
            },
            {  
               "name":"1.3.6.1.4.1.19444.12.2.0.12.0",
               "value":"sprout-1.example.com"
            }
         ],
         "eventSourceType":"SNMP Agent",
         "vfStatus":"Active"
      }
   }
 }