summaryrefslogtreecommitdiff
path: root/MIBS/vmware/VMWARE-NSX-MANAGER-AGENTCAP-MIB
blob: db81756bb8bbcc28bf6bb708459131fd64c68d65 (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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
-- **********************************************************
-- Copyright 2016-2020 VMware, Inc.  All rights reserved.
-- **********************************************************

VMWARE-NSX-MANAGER-AGENTCAP-MIB DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY
       FROM SNMPv2-SMI
    vmwareAgentCapabilities
       FROM VMWARE-ROOT-MIB
    AGENT-CAPABILITIES
       FROM  SNMPv2-CONF;
vmwNSXAgentCapabilityMIB MODULE-IDENTITY
   LAST-UPDATED "202006030000Z"
   ORGANIZATION "VMware, Inc"
   CONTACT-INFO
      "VMware, Inc
      3401 Hillview Ave
      Palo Alto, CA 94304
      Tel: 1-877-486-9273 or 650-427-5000
      Fax: 650-427-5001
      Web: http://kb.vmware.com/kb/1013445
      "
   DESCRIPTION
     "This module defines agent capabilities for deployed VMware NSX Manager agents by release."
   REVISION     "202006030000Z"
   DESCRIPTION
         "Capabilities for NSX Manager 6.4.x releases."
   REVISION     "201610240001Z"
   DESCRIPTION
         "Capabilities for NSX Manager 6.3.x releases."
   REVISION     "201610240000Z"
   DESCRIPTION
     "Update release version for 2016x to was 6.2.x from 6.5."
   REVISION     "201606020000Z"
   DESCRIPTION
         "Capabilities for NSX Manager releases."
        ::= { vmwareAgentCapabilities 25 }

vmwNSXMCapability OBJECT IDENTIFIER ::= { vmwNSXAgentCapabilityMIB 1 }

vmwNSXManager2020x647 AGENT-CAPABILITIES
  PRODUCT-RELEASE
     "6.4.7"
  STATUS  current
  DESCRIPTION
     "Release 6.4.7 for VMware NSX Manager supporting only SNMPv2c trap PDUs.
     It describes all the notifications sent from the NSX Manager appliance.
     WARNING: This mib module will not be backward compatible with next version.
     "
  REFERENCE
     "http://www.vmware.com/products"
     SUPPORTS VMWARE-NSX-MANAGER-MIB
     INCLUDES {
         vmwNsxManagerNotificationGroup1,
         vmwNsxManagerNotificationGroup2,
         vmwNsxManagerNotificationGroup3,
         vmwNsxManagerNotificationGroup5,
         vmwNsxManagerNotificationGroup7,
         vmwNsxManagerNotificationGroup8,
         vmwNsxManagerNotificationGroup9,
         vmwNsxManagerNotificationGroup10
     }
   ::= { vmwNSXMCapability 14 }

vmwNSXManager2019x646 AGENT-CAPABILITIES
  PRODUCT-RELEASE
     "6.4.6"
  STATUS  current
  DESCRIPTION
     "Release 6.4.6 for VMware NSX Manager supporting only SNMPv2c trap PDUs.
     It describes all the notifications sent from the NSX Manager appliance.
     WARNING: This mib module will not be backward compatible with next version.
     "
  REFERENCE
     "http://www.vmware.com/products"
     SUPPORTS VMWARE-NSX-MANAGER-MIB
     INCLUDES {
         vmwNsxManagerNotificationGroup1,
         vmwNsxManagerNotificationGroup2,
         vmwNsxManagerNotificationGroup3,
         vmwNsxManagerNotificationGroup5,
         vmwNsxManagerNotificationGroup7,
         vmwNsxManagerNotificationGroup8,
         vmwNsxManagerNotificationGroup9
     }
   ::= { vmwNSXMCapability 13 }

vmwNSXManager2019x645 AGENT-CAPABILITIES
  PRODUCT-RELEASE
     "6.4.5"
  STATUS  current
  DESCRIPTION
     "Release 6.4.5 for VMware NSX Manager supporting only SNMPv2c trap PDUs.
     It describes all the notifications sent from the NSX Manager appliance.
     WARNING: This mib module will not be backward compatible with next version.
     "
  REFERENCE
     "http://www.vmware.com/products"
     SUPPORTS VMWARE-NSX-MANAGER-MIB
     INCLUDES {
         vmwNsxManagerNotificationGroup1,
         vmwNsxManagerNotificationGroup2,
         vmwNsxManagerNotificationGroup3,
         vmwNsxManagerNotificationGroup5,
         vmwNsxManagerNotificationGroup7,
         vmwNsxManagerNotificationGroup8
     }
   ::= { vmwNSXMCapability 12 }

vmwNSXManager2018x642 AGENT-CAPABILITIES
  PRODUCT-RELEASE
     "6.4.2"
  STATUS  current
  DESCRIPTION
     "Release 6.4.2 for VMware NSX Manager supporting only SNMPv2c trap PDUs.
     It describes all the notifications sent from the NSX Manager appliance.
     WARNING: This mib module will not be backward compatible with next version.
     "
  REFERENCE
     "http://www.vmware.com/products"
     SUPPORTS VMWARE-NSX-MANAGER-MIB
     INCLUDES {
         vmwNsxManagerNotificationGroup1,
         vmwNsxManagerNotificationGroup2,
         vmwNsxManagerNotificationGroup3,
         vmwNsxManagerNotificationGroup5,
         vmwNsxManagerNotificationGroup7
     }
   ::= { vmwNSXMCapability 11 }

vmwNSXManager2018x637 AGENT-CAPABILITIES
  PRODUCT-RELEASE
     "6.3.7"
  STATUS  current
  DESCRIPTION
     "Release 6.3.7 for VMware NSX Manager supporting only SNMPv2c trap PDUs.
     It describes all the notifications sent from the NSX Manager appliance.
     WARNING: This mib module will not be backward compatible with next version.
     "
  REFERENCE
     "http://www.vmware.com/products"
     SUPPORTS VMWARE-NSX-MANAGER-MIB
     INCLUDES {
         vmwNsxManagerNotificationGroup1,
         vmwNsxManagerNotificationGroup2,
         vmwNsxManagerNotificationGroup3,
         vmwNsxManagerNotificationGroup4,
         vmwNsxManagerNotificationGroup6
     }
   ::= { vmwNSXMCapability 10 }

--
-- Applies to 2018 Release and follow up patch releases
--

vmwNSXManager2018x641 AGENT-CAPABILITIES
  PRODUCT-RELEASE
     "6.4.1"
  STATUS  current
  DESCRIPTION
     "Release 6.4.1 for VMware NSX Manager supporting only SNMPv2c trap PDUs.
     It describes all the notifications sent from the NSX Manager appliance.
     WARNING: This mib module will not be backward compatible with next version.
     "
  REFERENCE
     "http://www.vmware.com/products"
     SUPPORTS VMWARE-NSX-MANAGER-MIB
     INCLUDES {
         vmwNsxManagerNotificationGroup1,
         vmwNsxManagerNotificationGroup2,
         vmwNsxManagerNotificationGroup3,
         vmwNsxManagerNotificationGroup5
     }
   ::= { vmwNSXMCapability 9 }

--
-- Applies to 2018 Release and follow up patch releases
--

vmwNSXManager2018x636 AGENT-CAPABILITIES
  PRODUCT-RELEASE
     "6.3.6"
  STATUS  current
  DESCRIPTION
     "Release 6.3.6 for VMware NSX Manager supporting only SNMPv2c trap PDUs.
     It describes all the notifications sent from the NSX Manager appliance.
     WARNING: This mib module will not be backward compatible with next version.
     "
  REFERENCE
     "http://www.vmware.com/products"
     SUPPORTS VMWARE-NSX-MANAGER-MIB
     INCLUDES {
         vmwNsxManagerNotificationGroup1,
         vmwNsxManagerNotificationGroup2,
         vmwNsxManagerNotificationGroup3,
         vmwNsxManagerNotificationGroup4
     }
   ::= { vmwNSXMCapability 8 }

--
-- Applies to 2017 Release and follow up patch releases
--

vmwNSXManager2017x640 AGENT-CAPABILITIES
  PRODUCT-RELEASE
     "6.4.0"
  STATUS  current
  DESCRIPTION
     "Release 6.4.0 for VMware NSX Manager supporting only SNMPv2c trap PDUs.
     It describes all the notifications sent from the NSX Manager appliance.
     WARNING: This mib module will not be backward compatible with next version.
     "
  REFERENCE
     "http://www.vmware.com/products"
     SUPPORTS VMWARE-NSX-MANAGER-MIB
     INCLUDES {
         vmwNsxManagerNotificationGroup1,
         vmwNsxManagerNotificationGroup2,
         vmwNsxManagerNotificationGroup3
     }
   ::= { vmwNSXMCapability 7 }


vmwNSXManager2017x630 AGENT-CAPABILITIES
  PRODUCT-RELEASE
     "6.3.0"
  STATUS  current
  DESCRIPTION
     "Release 6.3.0 for VMware NSX Manager supporting only SNMPv2c trap PDUs.
     It describes all the notifications sent from the NSX Manager appliance.
     WARNING: This mib module will not be backward compatible with next version.
     "
  REFERENCE
     "http://www.vmware.com/products"
     SUPPORTS VMWARE-NSX-MANAGER-MIB
     INCLUDES {
         vmwNsxManagerNotificationGroup1,
         vmwNsxManagerNotificationGroup2
     }
   ::= { vmwNSXMCapability 6 }

vmwNSXManager2016x AGENT-CAPABILITIES
  PRODUCT-RELEASE
     "6.2.x"
  STATUS  current
  DESCRIPTION
     "Release 6.2.x for VMware NSX Manager supporting only SNMPv2c trap PDUs.
     It describes all the notifications sent from the NSX Manager appliance.
     "
  REFERENCE
     "http://www.vmware.com/products"
     -- REVISION 201606020000Z First Version.
     SUPPORTS VMWARE-NSX-MANAGER-MIB
     INCLUDES {
         vmwNsxManagerNotificationGroup1
     }
   ::= { vmwNSXMCapability 5 }


END