1-- **********************************************************
2-- Copyright 2016-2017 VMware, Inc.  All rights reserved.
3-- **********************************************************
4
5VMWARE-VRNI-AGENTCAP-MIB DEFINITIONS ::= BEGIN
6
7IMPORTS
8    MODULE-IDENTITY
9       FROM SNMPv2-SMI
10    vmwareAgentCapabilities
11       FROM VMWARE-ROOT-MIB
12    AGENT-CAPABILITIES
13       FROM SNMPv2-CONF;
14
15vmwVRNIAgentCapabilityMIB MODULE-IDENTITY
16   LAST-UPDATED "201710130000Z"
17   ORGANIZATION "VMware, Inc"
18   CONTACT-INFO
19      "VMware, Inc
20      3401 Hillview Ave
21      Palo Alto, CA 94304
22      Tel: 1-877-486-9273 or 650-427-5000
23      Fax: 650-427-5001
24      Web: http://kb.vmware.com/kb/1013445
25      "
26   DESCRIPTION
27     "This module defines agent capabilities for deployed VRNI agents by release."
28
29   REVISION     "201710130000Z"
30   DESCRIPTION
31         "Change vmwVRNIAgentCapabilityMIB root oid to fix duplicate oid."
32
33   REVISION     "201709050000Z"
34   DESCRIPTION
35         "Notifications send by VRNI as updated in 3.5 release"
36
37   REVISION     "201706010000Z"
38   DESCRIPTION
39         "Notifications send by VRNI as updated in 3.4 release"
40
41   REVISION     "201703020000Z"
42   DESCRIPTION
43         "Notifications send by VRNI as updated in 3.3 release"
44   REVISION     "201611220001Z"
45   DESCRIPTION
46         "Describe SNMP agent capabilities for each VRNI appliance release."
47        ::= { vmwareAgentCapabilities 125 }
48
49vmwVRNICapability OBJECT IDENTIFIER ::= { vmwVRNIAgentCapabilityMIB 10 }
50
51vmwVRNIAgent2016v350 AGENT-CAPABILITIES
52  PRODUCT-RELEASE
53     "3.5.0"
54  STATUS  current
55  DESCRIPTION
56     "Release 3.5.0 for VMware VRNI supporting only SNMPv2c trap PDUs.
57     It describes all the notifications sent from the VRNI appliance."
58  REFERENCE
59     "http://www.vmware.com/products"
60     -- REVISION 201709050000Z Fourth Version
61     SUPPORTS VMWARE-VRNI-MIB
62     INCLUDES {
63         vmwNetworkInsightNotificationGroup1,
64         vmwNetworkInsightNotificationGroup2,
65         vmwNetworkInsightNotificationGroup3,
66         vmwNetworkInsightNotificationGroup4,
67         vmwNetworkInsightNotificationInfoGroup2
68     }
69   ::= { vmwVRNICapability 9 }
70
71vmwVRNIAgent2017v340 AGENT-CAPABILITIES
72  PRODUCT-RELEASE
73     "3.4.0"
74  STATUS  current
75  DESCRIPTION
76     "Release 3.4.0 for VMware VRNI supporting only SNMPv2c trap PDUs.
77     It describes all the notifications sent from the VRNI appliance.
78     This mib module is backward compatible with next version."
79  REFERENCE
80     "http://www.vmware.com/products"
81     -- REVISION 201706010000Z Third Version
82     SUPPORTS VMWARE-VRNI-MIB
83     INCLUDES {
84         vmwNetworkInsightNotificationGroup1,
85         vmwNetworkInsightNotificationGroup2,
86         vmwNetworkInsightNotificationGroup3,
87         vmwNetworkInsightNotificationInfoGroup2
88     }
89   ::= { vmwVRNICapability 8 }
90
91
92vmwVRNIAgent2017v330 AGENT-CAPABILITIES
93  PRODUCT-RELEASE
94     "3.3.0"
95  STATUS  current
96  DESCRIPTION
97     "Release 3.3.0 for VMware VRNI supporting only SNMPv2c trap PDUs.
98     It describes all the notifications sent from the VRNI appliance.
99     This mib module is backward compatible with next version. It
100     extends 3.2 release events by appending eventName managed object
101     to each notification's variable binding and adding a new set of
102     notifications."
103  REFERENCE
104     "http://www.vmware.com/products"
105     -- REVISION 201702200000Z Second Version.
106     SUPPORTS VMWARE-VRNI-MIB
107     INCLUDES {
108         vmwNetworkInsightNotificationGroup1,
109         vmwNetworkInsightNotificationGroup2,
110         vmwNetworkInsightNotificationInfoGroup2
111     }
112   ::= { vmwVRNICapability 7 }
113
114vmwVRNIAgent2016v320 AGENT-CAPABILITIES
115  PRODUCT-RELEASE
116     "3.2.0"
117  STATUS  current
118  DESCRIPTION
119     "Release 3.2.0 for VMware VRNI supporting only SNMPv2c trap PDUs.
120     It describes all the notifications sent from the VRNI appliance.
121     WARNING: This mib module will not be backward compatible with next version.
122     "
123  REFERENCE
124     "http://www.vmware.com/products"
125     -- REVISION 201610260000Z First Version.
126     SUPPORTS VMWARE-VRNI-MIB
127     INCLUDES {
128         vmwNetworkInsightMIBGroups
129     }
130   ::= { vmwVRNICapability 6 }
131
132END
133