Commit version 24.12.13800

This commit is contained in:
2025-01-06 17:35:06 -05:00
parent b7f6a79c2c
commit 55d9218816
6133 changed files with 4239740 additions and 1374287 deletions

View File

@ -1,5 +1,5 @@
-- **********************************************************
-- Copyright 2018-2020 VMware, Inc. All rights reserved.
-- Copyright 2018-2022 VMware, Inc. All rights reserved.
-- **********************************************************
VMW-TUNNEL-SERVER-AGENTCAP-MIB DEFINITIONS ::= BEGIN
@ -11,10 +11,10 @@ IMPORTS
FROM VMWARE-ROOT-MIB
AGENT-CAPABILITIES
FROM SNMPv2-CONF;
vmwTunnelServerAgentCapMIB MODULE-IDENTITY
LAST-UPDATED "202007210000Z"
LAST-UPDATED "202210280000Z"
ORGANIZATION "VMware, Inc."
CONTACT-INFO
"VMware, Inc.
@ -26,8 +26,11 @@ vmwTunnelServerAgentCapMIB MODULE-IDENTITY
"
DESCRIPTION
"This module defines agent capabilities for deployed
VMware Tunnel Server by release."
VMware Workspace ONE Tunnel Server by release."
REVISION "202210280000Z"
DESCRIPTION
"Capabilities for VMware Tunnel Server 22.12.00 release."
REVISION "202007210000Z"
DESCRIPTION
"Capabilities for VMware Tunnel Server 20.09.00 release."
@ -37,12 +40,40 @@ vmwTunnelServerAgentCapMIB MODULE-IDENTITY
REVISION "201809040000Z"
DESCRIPTION
"Capabilities for VMware Tunnel Server 4.0.0 release."
::= { vmwareAgentCapabilities 28 }
::= { vmwareAgentCapabilities 28 }
vmwTunnelServerCapability OBJECT IDENTIFIER ::=
vmwTunnelServerCapability OBJECT IDENTIFIER ::=
{ vmwTunnelServerAgentCapMIB 1 }
--
-- Applies to 22.12.00 Release
--
vmwTunnelServer2022-221200 AGENT-CAPABILITIES
PRODUCT-RELEASE
"22.12.00"
STATUS current
DESCRIPTION
"Release 22.12.00 for VMware Workspace ONE Tunnel Server
supporting tunnel statistic and information queries.
"
REFERENCE
"https://www.vmware.com/products/workspace-one.html"
SUPPORTS VMWARE-TUNNEL-SERVER-MIB -- REVISION 202210280000Z
INCLUDES {
vmwTunnelServerInfoGroup,
vmwTunnelServerInfoGroup2,
vmwTunnelServerInfoGroup3,
vmwTunnelServerStatGroup,
vmwTunnelServerStatGroup2,
vmwTunnelServerStatGroup3,
vmwTunnelServerStatGroup4
}
::= { vmwTunnelServerCapability 4 }
--
-- Applies to 20.09.00 Release

View File

@ -0,0 +1,55 @@
-- **********************************************************
-- Copyright 2023 VMware, Inc. All rights reserved.
-- **********************************************************
VMWARE-HORIZONV2-AGENTCAP-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
vmwareAgentCapabilities
FROM VMWARE-ROOT-MIB
AGENT-CAPABILITIES
FROM SNMPv2-CONF;
vmwHorizonv2AgentCapabilityMIB MODULE-IDENTITY
LAST-UPDATED "202307280000Z"
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
Horizon v2 agents by release."
REVISION "202307280000Z"
DESCRIPTION
"Notifications sent by Horizon v2 as updated in 2.0 release"
::= { vmwareAgentCapabilities 150 }
vmwHorizonv2Capability OBJECT IDENTIFIER ::= { vmwHorizonv2AgentCapabilityMIB 0 }
vmwHorizonv2Agent2021v200 AGENT-CAPABILITIES
PRODUCT-RELEASE
"2.0.0"
STATUS current
DESCRIPTION
"Release 2.1.0.0 for VMware Horizon v2 supporting
only SNMPv3 trap PDUs. It describes all the notifications
sent from the Horizon v2 appliance.
"
REFERENCE
"http://www.vmware.com/products"
-- REVISION 202307280000Z First Version.
SUPPORTS VMWARE-HORIZONV2-EVENT-MIB
INCLUDES {
vmwHorizonv2NotificationGroup
}
::= { vmwHorizonv2Capability 5 }
END

View File

@ -0,0 +1,113 @@
-- **********************************************************
-- Copyright 2023 VMware, Inc. All rights reserved.
-- **********************************************************
VMWARE-HORIZONV2-EVENT-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE
FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF
TEXTUAL-CONVENTION
FROM SNMPv2-TC
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB
vmwHorizonv2
FROM VMWARE-ROOT-MIB;
vmwHorizonv2MIB MODULE-IDENTITY
LAST-UPDATED "202307280000Z"
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: https://kb.vmware.com/s/article/1013445
"
DESCRIPTION
"This MIB file contains the definition of the SNMP
interface of VMware Horizon Edge Gateway.
Horizon Edge Gateway is an important product which
enables subscription license for Horizon Edges .
For more information about Horizon Edge Gateway (Horizon V2), please see
the latest documentation of Horizon Edge Gateway"
REVISION "202307280000Z"
DESCRIPTION
"Initial revision"
::= { vmwHorizonv2 1 }
vmwHorizonv2Notifications OBJECT IDENTIFIER ::= { vmwHorizonv2 0 }
vmwHorizonv2LicenseEvents OBJECT IDENTIFIER ::= { vmwHorizonv2 5 }
--
-- Object Types
--
vmwHorizonv2LicenseFailureStatus OBJECT-TYPE
SYNTAX SnmpAdminString
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"License push status.
This trap is sent when a license push fails.
License is pushed every 24 hours
from Horizon Cloud Control Plane to Horizon on-prem.
This trap indicates that the license sync failed due to the
mentioned error code. If you received this event for
more than one day in a row, please navigate to
Horizon Admin Console and check for connectivity.
In case issue doesn't resolve after following troubleshooting
steps mentioned in KB article, please reach to VMware support.
"
::= { vmwHorizonv2LicenseEvents 1 }
--
-- Notifications Objects
--
vmwHorizonv2LicenseEventTrap NOTIFICATION-TYPE
OBJECTS {
vmwHorizonv2LicenseFailureStatus
}
STATUS current
DESCRIPTION
"This trap is sent when a license push fails.
License push occurs every 24 hours from
Horizon Cloud Control Plane to Horizon on-prem.
This trap indicates that the license push failed due to the
mentioned error code. If you received this event for
more than one day in a row, please navigate to
Horizon Admin Console and check for connectivity.
Frequency: This event is sent when the license push fails.
After that once every 24 hrs until the issue is resolved
In case issue doesn't resolve after following troubleshooting
steps mentioned in KB article, please reach to VMware support
"
::= { vmwHorizonv2Notifications 2 }
-- conformance information
vmwHorizonv2MIBConformance OBJECT IDENTIFIER ::= { vmwHorizonv2MIB 1 }
vmwHorizonv2MIBCompliances OBJECT IDENTIFIER ::= { vmwHorizonv2MIBConformance 1 }
vmwHorizonv2MIBGroups OBJECT IDENTIFIER ::= { vmwHorizonv2MIBConformance 2 }
vmwHorizonv2MIBBasicCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for entities which implement VMWARE-HORIZONV2-EVENT-MIB."
MODULE -- this module
MANDATORY-GROUPS { vmwHorizonv2NotificationGroup, vmwHorizonv2ObjectGroup }
::= { vmwHorizonv2MIBCompliances 1 }
vmwHorizonv2ObjectGroup OBJECT-GROUP
OBJECTS {
vmwHorizonv2LicenseFailureStatus
}
STATUS current
DESCRIPTION
"These objects provide notification details."
::= { vmwHorizonv2MIBGroups 1 }
vmwHorizonv2NotificationGroup NOTIFICATION-GROUP
NOTIFICATIONS {
vmwHorizonv2LicenseEventTrap
}
STATUS current
DESCRIPTION
"Group of objects describing notifications."
::= { vmwHorizonv2MIBGroups 2 }
END

View File

@ -1,5 +1,5 @@
-- **********************************************************
-- Copyright 2020-2022 VMware, Inc. All rights reserved.
-- Copyright 2020-2023 VMware, Inc. All rights reserved.
-- **********************************************************
VMWARE-NSX-AGENTCAP-MIB DEFINITIONS ::= BEGIN
@ -13,7 +13,7 @@ IMPORTS
FROM SNMPv2-CONF;
vmwNSXAgentCapabilityMIB MODULE-IDENTITY
LAST-UPDATED "202202140000Z"
LAST-UPDATED "202304020000Z"
ORGANIZATION "VMware, Inc"
CONTACT-INFO
"VMware, Inc
@ -25,6 +25,12 @@ vmwNSXAgentCapabilityMIB MODULE-IDENTITY
"
DESCRIPTION
"This module defines agent capabilities for deployed VMware NSX agents by release."
REVISION "202304020000Z"
DESCRIPTION
"NSX-T Data Center 4.1.0 release. Supports both notifications and polling over v1/v2c/v3"
REVISION "202206210000Z"
DESCRIPTION
"NSX-T Data Center 4.0.0 release. Supports both notifications and polling over v1/v2c/v3"
REVISION "202201240000Z"
DESCRIPTION
"NSX-T Data Center 3.2.0 release. Supports both notifications and polling over v1/v2c/v3"
@ -777,4 +783,510 @@ vmwNSXManagerDC30 AGENT-CAPABILITIES
::= { vmwNSXCapability 15 }
--
-- Applies to NSX Data Center 4.0 Release and follow up patch releases
--
vmwNSXManagerDC30 AGENT-CAPABILITIES
PRODUCT-RELEASE
"VMware NSX-T Data Center 4.0"
STATUS current
DESCRIPTION
"Release 4.0 VMware NSX Data Center 4.0.
Notifications may be v1, v2c, or v3 noAuthNoPriv to authPriv securityLevel with SHA1/AES128"
REFERENCE "http://www.vmware.com/products"
-- NSX Specific Notifications
SUPPORTS VMWARE-NSX-MIB
INCLUDES {
vmwNsxTDataCenterNotificationInfoGroup,
vmwNsxTDataCenterNotificationInfoGroup2,
vmwNsxTDataCenterNotificationInfoGroup3,
vmwNsxTDataCenterNotificationInfoGroup4,
vmwNsxTDataCenterNotificationInfoGroup6,
vmwNsxTDataCenterNotificationInfoGroup7,
vmwNsxTDataCenterNotificationInfoGroup8,
vmwNsxTDataCenterNotificationInfoGroup9,
vmwNsxTDataCenterNotificationInfoGroup10,
vmwNsxTDataCenterNotificationInfoGroup11,
vmwNsxTDataCenterNotificationGroup,
vmwNsxTDataCenterNotificationGroup2,
vmwNsxTDataCenterNotificationGroup3,
vmwNsxTDataCenterNotificationGroup4,
vmwNsxTDataCenterNotificationGroup5,
vmwNsxTDataCenterNotificationGroup6,
vmwNsxTDataCenterNotificationGroup7,
vmwNsxTDataCenterNotificationGroup8,
vmwNsxTDataCenterNotificationGroup9,
vmwNsxTDataCenterNotificationGroup10,
vmwNsxTDataCenterNotificationGroup11
}
-- RFC 3418 sysObjectId in VMWARE-PRODUCTS-MIB node: vmwNSX
SUPPORTS SNMPv2-MIB
INCLUDES {
snmpGroup,
systemGroup,
snmpCommunityGroup,
snmpBasicNotificationsGroup,
snmpWarmStartNotificationGroup
-- groups not supported; snmpSetGroup, snmpNotificationGroup
}
VARIATION snmpSetSerialNo
ACCESS not-implemented
DESCRIPTION "Agent provides read-only view of system information."
VARIATION snmpTrapOID
ACCESS not-implemented
DESCRIPTION "Agent does not proxy other agents RFC1157 Trap-PDUs."
VARIATION snmpTrapEnterprise
ACCESS not-implemented
DESCRIPTION "Agent does not proxy other agents RFC1157 Trap-PDUs."
VARIATION snmpEnableAuthenTraps
SYNTAX INTEGER { disabled(2) }
ACCESS read-only
DESCRIPTION "Agent does not support authentication traps. Poll snmpInBadCommunityNames for same info."
-- which implies:
-- VARIATION authenticationFailure
-- ACCESS not-implemented
-- DESCRIPTION "Agent does not provide this notification. snmpEnableAuthenTraps will return disabled."
-- ********************* ************ ************ *************** ***
-- RFC 2863
SUPPORTS IF-MIB
INCLUDES {
ifGeneralInformationGroup,
linkUpDownNotificationsGroup
}
VARIATION ifAdminStatus
ACCESS read-only
DESCRIPTION "Agent provides read-only view of administrative state for each physical interface."
VARIATION ifLinkUpDownTrapEnable
ACCESS read-only
DESCRIPTION "Agent provides read-only view of system information."
VARIATION ifAlias
ACCESS read-only
DESCRIPTION "ifIndexes may only change across reboot."
VARIATION ifInUnknownProtos
ACCESS not-implemented
DESCRIPTION "This counter always returns 0."
-- ifRcvAddressGroup is interface/media specific
VARIATION ifRcvAddressStatus
ACCESS not-implemented
DESCRIPTION "Required if media specific mib modules are implemented."
VARIATION ifRcvAddressType
ACCESS not-implemented
DESCRIPTION "Required if media specific mib modules are implemented."
-- ********************* ************ ************ *************** ***
-- RFC 4293
SUPPORTS IP-MIB
INCLUDES {
ipSystemStatsGroup,
ipAddressGroup,
ipNetToPhysicalGroup,
ipDefaultRouterGroup,
icmpStatsGroup,
ipSystemStatsHCOctetGroup,
ipSystemStatsHCPacketGroup,
ipv4GeneralGroup,
ipv4IfGroup,
ipv4SystemStatsGroup,
ipv4SystemStatsHCPacketGroup,
ipv6GeneralGroup2,
ipv6IfGroup,
ipAddressPrefixGroup,
ipv6RouterAdvertGroup,
ipLastChangeGroup
}
-- VARIATION ipv6ScopeGroup
-- ACCESS not-implemented
-- ********************* ************ ************ *************** ***
-- RFC 4292
-- supports SNMPv2/3 Contexts for multiple instances
SUPPORTS IP-FORWARD-MIB
INCLUDES {
inetForwardCidrRouteGroup
}
-- RFC 4113
-- supports SNMPv2/3 Contexts for multiple instances
SUPPORTS UDP-MIB
-- The next two 32 bit counters will be fixed per bug report PR 890894
-- VARIATION udpInDatagrams
-- ACCESS not-implemented, use udpHCInDatagrams
-- VARIATION udpOutDatagrams
-- ACCESS not-implemented, use udpHCOutDatagrams
INCLUDES {
udpBaseGroup,
udpEndpointGroup
}
-- RFC 4022
-- supports SNMPv2/3 Contexts for multiple instances
SUPPORTS TCP-MIB
INCLUDES {
tcpBaseGroup,
tcpConnectionGroup,
tcpListenerGroup
}
-- RFC 2790
-- NOTE: For storage larger than Integer32 (Terabyte) this agent will report INT_MAX
SUPPORTS HOST-RESOURCES-MIB
INCLUDES {
hrSystemGroup,
hrStorageGroup,
hrDeviceGroup,
hrSWRunGroup,
hrSWRunPerfGroup,
hrSWInstalledGroup -- updates once an hour
}
VARIATION hrSystemNumUsers
ACCESS read-only
DESCRIPTION "Value reports number of active appliace shell sessions"
VARIATION hrSystemDate
ACCESS read-only
DESCRIPTION "agent provides read only access"
VARIATION hrSystemInitialLoadDevice
ACCESS read-only
DESCRIPTION "agent provides read only access"
VARIATION hrSystemInitialLoadParameters
ACCESS read-only
DESCRIPTION "agent provides read only access"
VARIATION hrStorageSize
ACCESS read-only
DESCRIPTION "agent provides read only access"
VARIATION hrSWRunStatus
ACCESS read-only
DESCRIPTION "agent provides read only access"
-- hrDeviceStatus reports unknown for: cpu, nic either running/unknown.
-- disk reports running, warning, down, unknown
-- device error counters do not account for all failure cases
VARIATION hrSWOSIndex
ACCESS not-implemented
DESCRIPTION "No operatingSystem entry exists in hrSWRunGroup hrSWRunTable"
VARIATION hrFSLastFullBackupDate
ACCESS not-implemented
DESCRIPTION "is not implemented"
VARIATION hrFSLastPartialBackupDate
ACCESS not-implemented
DESCRIPTION "is not implemented"
VARIATION hrPrinterStatus
ACCESS not-implemented
DESCRIPTION "is not implemented"
VARIATION hrPrinterDetectedErrorState
ACCESS not-implemented
DESCRIPTION "is not implemented"
VARIATION hrSWInstalledTable
ACCESS not-implemented
DESCRIPTION "is not implemented"
-- ********************* ************ ************ *************** ***
-- RFC 4133
-- SMBIOS data provided in entPhysicalTable
SUPPORTS ENTITY-MIB
INCLUDES {
entityPhysicalGroup,
entityPhysical2Group,
entityPhysical3Group,
entityGeneralGroup
}
-- VARIATION entityNotificationsGroup
-- ACCESS not-implemented
-- VARIATION entityMappingGroup
-- ACCESS not-implemented
-- ********************* ************ ************ *************** ***
-- Enterprise MIB module to provide standardized product version information.
-- REVISION 201008020000Z
SUPPORTS VMWARE-SYSTEM-MIB
INCLUDES {
vmwSystemGroup
}
-- VARIATION vmwProdUpdate
-- ACCESS not-implemented
-- VARIATION vmwProdPatch
-- ACCESS not-implemented
::= { vmwNSXCapability 17 }
--
-- Applies to NSX Data Center 4.1 Release and follow up patch releases
--
vmwNSXManagerDC30 AGENT-CAPABILITIES
PRODUCT-RELEASE
"VMware NSX-T Data Center 4.1"
STATUS current
DESCRIPTION
"Release 4.1 VMware NSX Data Center 4.1.
Notifications may be v1, v2c, or v3 noAuthNoPriv to authPriv securityLevel with SHA1/AES128"
REFERENCE "http://www.vmware.com/products"
-- NSX Specific Notifications
SUPPORTS VMWARE-NSX-MIB
INCLUDES {
vmwNsxTDataCenterNotificationInfoGroup,
vmwNsxTDataCenterNotificationInfoGroup2,
vmwNsxTDataCenterNotificationInfoGroup3,
vmwNsxTDataCenterNotificationInfoGroup4,
vmwNsxTDataCenterNotificationInfoGroup6,
vmwNsxTDataCenterNotificationInfoGroup7,
vmwNsxTDataCenterNotificationInfoGroup8,
vmwNsxTDataCenterNotificationInfoGroup9,
vmwNsxTDataCenterNotificationInfoGroup10,
vmwNsxTDataCenterNotificationInfoGroup11,
vmwNsxTDataCenterNotificationInfoGroup12,
vmwNsxTDataCenterNotificationInfoGroup13,
vmwNsxTDataCenterNotificationInfoGroup14,
vmwNsxTDataCenterNotificationGroup,
vmwNsxTDataCenterNotificationGroup2,
vmwNsxTDataCenterNotificationGroup3,
vmwNsxTDataCenterNotificationGroup4,
vmwNsxTDataCenterNotificationGroup5,
vmwNsxTDataCenterNotificationGroup6,
vmwNsxTDataCenterNotificationGroup7,
vmwNsxTDataCenterNotificationGroup8,
vmwNsxTDataCenterNotificationGroup9,
vmwNsxTDataCenterNotificationGroup10,
vmwNsxTDataCenterNotificationGroup11,
vmwNsxTDataCenterNotificationGroup12,
vmwNsxTDataCenterNotificationGroup13,
vmwNsxTDataCenterNotificationGroup14
}
-- RFC 3418 sysObjectId in VMWARE-PRODUCTS-MIB node: vmwNSX
SUPPORTS SNMPv2-MIB
INCLUDES {
snmpGroup,
systemGroup,
snmpCommunityGroup,
snmpBasicNotificationsGroup,
snmpWarmStartNotificationGroup
-- groups not supported; snmpSetGroup, snmpNotificationGroup
}
VARIATION snmpSetSerialNo
ACCESS not-implemented
DESCRIPTION "Agent provides read-only view of system information."
VARIATION snmpTrapOID
ACCESS not-implemented
DESCRIPTION "Agent does not proxy other agents RFC1157 Trap-PDUs."
VARIATION snmpTrapEnterprise
ACCESS not-implemented
DESCRIPTION "Agent does not proxy other agents RFC1157 Trap-PDUs."
VARIATION snmpEnableAuthenTraps
SYNTAX INTEGER { disabled(2) }
ACCESS read-only
DESCRIPTION "Agent does not support authentication traps. Poll snmpInBadCommunityNames for same info."
-- which implies:
-- VARIATION authenticationFailure
-- ACCESS not-implemented
-- DESCRIPTION "Agent does not provide this notification. snmpEnableAuthenTraps will return disabled."
-- ********************* ************ ************ *************** ***
-- RFC 2863
SUPPORTS IF-MIB
INCLUDES {
ifGeneralInformationGroup,
linkUpDownNotificationsGroup
}
VARIATION ifAdminStatus
ACCESS read-only
DESCRIPTION "Agent provides read-only view of administrative state for each physical interface."
VARIATION ifLinkUpDownTrapEnable
ACCESS read-only
DESCRIPTION "Agent provides read-only view of system information."
VARIATION ifAlias
ACCESS read-only
DESCRIPTION "ifIndexes may only change across reboot."
VARIATION ifInUnknownProtos
ACCESS not-implemented
DESCRIPTION "This counter always returns 0."
-- ifRcvAddressGroup is interface/media specific
VARIATION ifRcvAddressStatus
ACCESS not-implemented
DESCRIPTION "Required if media specific mib modules are implemented."
VARIATION ifRcvAddressType
ACCESS not-implemented
DESCRIPTION "Required if media specific mib modules are implemented."
-- ********************* ************ ************ *************** ***
-- RFC 4293
SUPPORTS IP-MIB
INCLUDES {
ipSystemStatsGroup,
ipAddressGroup,
ipNetToPhysicalGroup,
ipDefaultRouterGroup,
icmpStatsGroup,
ipSystemStatsHCOctetGroup,
ipSystemStatsHCPacketGroup,
ipv4GeneralGroup,
ipv4IfGroup,
ipv4SystemStatsGroup,
ipv4SystemStatsHCPacketGroup,
ipv6GeneralGroup2,
ipv6IfGroup,
ipAddressPrefixGroup,
ipv6RouterAdvertGroup,
ipLastChangeGroup
}
-- VARIATION ipv6ScopeGroup
-- ACCESS not-implemented
-- ********************* ************ ************ *************** ***
-- RFC 4292
-- supports SNMPv2/3 Contexts for multiple instances
SUPPORTS IP-FORWARD-MIB
INCLUDES {
inetForwardCidrRouteGroup
}
-- RFC 4113
-- supports SNMPv2/3 Contexts for multiple instances
SUPPORTS UDP-MIB
-- The next two 32 bit counters will be fixed per bug report PR 890894
-- VARIATION udpInDatagrams
-- ACCESS not-implemented, use udpHCInDatagrams
-- VARIATION udpOutDatagrams
-- ACCESS not-implemented, use udpHCOutDatagrams
INCLUDES {
udpBaseGroup,
udpEndpointGroup
}
-- RFC 4022
-- supports SNMPv2/3 Contexts for multiple instances
SUPPORTS TCP-MIB
INCLUDES {
tcpBaseGroup,
tcpConnectionGroup,
tcpListenerGroup
}
-- RFC 2790
-- NOTE: For storage larger than Integer32 (Terabyte) this agent will report INT_MAX
SUPPORTS HOST-RESOURCES-MIB
INCLUDES {
hrSystemGroup,
hrStorageGroup,
hrDeviceGroup,
hrSWRunGroup,
hrSWRunPerfGroup,
hrSWInstalledGroup -- updates once an hour
}
VARIATION hrSystemNumUsers
ACCESS read-only
DESCRIPTION "Value reports number of active appliace shell sessions"
VARIATION hrSystemDate
ACCESS read-only
DESCRIPTION "agent provides read only access"
VARIATION hrSystemInitialLoadDevice
ACCESS read-only
DESCRIPTION "agent provides read only access"
VARIATION hrSystemInitialLoadParameters
ACCESS read-only
DESCRIPTION "agent provides read only access"
VARIATION hrStorageSize
ACCESS read-only
DESCRIPTION "agent provides read only access"
VARIATION hrSWRunStatus
ACCESS read-only
DESCRIPTION "agent provides read only access"
-- hrDeviceStatus reports unknown for: cpu, nic either running/unknown.
-- disk reports running, warning, down, unknown
-- device error counters do not account for all failure cases
VARIATION hrSWOSIndex
ACCESS not-implemented
DESCRIPTION "No operatingSystem entry exists in hrSWRunGroup hrSWRunTable"
VARIATION hrFSLastFullBackupDate
ACCESS not-implemented
DESCRIPTION "is not implemented"
VARIATION hrFSLastPartialBackupDate
ACCESS not-implemented
DESCRIPTION "is not implemented"
VARIATION hrPrinterStatus
ACCESS not-implemented
DESCRIPTION "is not implemented"
VARIATION hrPrinterDetectedErrorState
ACCESS not-implemented
DESCRIPTION "is not implemented"
VARIATION hrSWInstalledTable
ACCESS not-implemented
DESCRIPTION "is not implemented"
-- ********************* ************ ************ *************** ***
-- RFC 4133
-- SMBIOS data provided in entPhysicalTable
SUPPORTS ENTITY-MIB
INCLUDES {
entityPhysicalGroup,
entityPhysical2Group,
entityPhysical3Group,
entityGeneralGroup
}
-- VARIATION entityNotificationsGroup
-- ACCESS not-implemented
-- VARIATION entityMappingGroup
-- ACCESS not-implemented
-- ********************* ************ ************ *************** ***
-- Enterprise MIB module to provide standardized product version information.
-- REVISION 201008020000Z
SUPPORTS VMWARE-SYSTEM-MIB
INCLUDES {
vmwSystemGroup
}
-- VARIATION vmwProdUpdate
-- ACCESS not-implemented
-- VARIATION vmwProdPatch
-- ACCESS not-implemented
::= { vmwNSXCapability 19 }
END

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
-- **********************************************************
-- Copyright 2007-2021 VMware, Inc. All rights reserved.
-- Copyright 2023 VMware, Inc. All rights reserved.
-- **********************************************************
VMWARE-PRODUCTS-MIB DEFINITIONS ::= BEGIN
@ -11,7 +11,7 @@ IMPORTS
FROM VMWARE-ROOT-MIB;
vmwProducts MODULE-IDENTITY
LAST-UPDATED "202104290000Z"
LAST-UPDATED "202308010000Z"
ORGANIZATION "VMware, Inc"
CONTACT-INFO
"VMware, Inc
@ -26,7 +26,10 @@ vmwProducts MODULE-IDENTITY
which are returned from SNMPv2-MIB sysObjectId for
agents in specific VMware products.
"
REVISION "202104290000Z"
REVISION "202308010000Z"
DESCRIPTION
"Add Horizon v2 sysObjectId value."
REVISION "202307280000Z"
DESCRIPTION
"Add Horizon Cloud Connector sysObjectId value."
REVISION "201808300000Z"
@ -109,6 +112,9 @@ vmwTunnelServer OBJECT IDENTIFIER
vmwHorizonCloudConnector OBJECT IDENTIFIER
::= { vmwProductSpecific 350 }
vmwHorizonV2Titan OBJECT IDENTIFIER
::= { vmwProductSpecific 450 }
oidESX OBJECT IDENTIFIER
::= { vmwOID 1 }

View File

@ -169,6 +169,12 @@ DESCRIPTION
"Objects used by VMware Horizon Cloud Connector and related components."
::= { vmware 140 }
vmwHorizonv2 OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Objects used by VMware Horizon v2 and related components."
::= { vmware 150 }
vmwExperimental OBJECT-IDENTITY
STATUS current
DESCRIPTION

View File

@ -18,7 +18,7 @@ IMPORTS
FROM RFC1213-MIB
vmware, vmwTraps
FROM VMWARE-ROOT-MIB
vmDisplayName
vmwVmDisplayName
FROM VMWARE-VMINFO-MIB;
-- "This file contains the MIB for VMware specific traps. All traps are of
@ -26,7 +26,7 @@ IMPORTS
vmPoweredOn TRAP-TYPE
ENTERPRISE vmware
VARIABLES { vmID, vmConfigFile, vmDisplayName }
VARIABLES { vmID, vmConfigFile, vmwVmDisplayName }
DESCRIPTION
"This trap is sent when a virtual machine is powered ON from a suspended
or a powered off state."
@ -34,28 +34,28 @@ vmPoweredOn TRAP-TYPE
vmPoweredOff TRAP-TYPE
ENTERPRISE vmware
VARIABLES { vmID, vmConfigFile, vmDisplayName }
VARIABLES { vmID, vmConfigFile, vmwVmDisplayName }
DESCRIPTION
"This trap is sent when a virtual machine is powered OFF."
::= 2
vmHBLost TRAP-TYPE
ENTERPRISE vmware
VARIABLES { vmID, vmConfigFile, vmDisplayName }
VARIABLES { vmID, vmConfigFile, vmwVmDisplayName }
DESCRIPTION
"This trap is sent when a virtual machine detects a loss in guest heartbeat."
::= 3
vmHBDetected TRAP-TYPE
ENTERPRISE vmware
VARIABLES { vmID, vmConfigFile, vmDisplayName }
VARIABLES { vmID, vmConfigFile, vmwVmDisplayName }
DESCRIPTION
"This trap is sent when a virtual machine detects or regains the guest heartbeat."
::= 4
vmSuspended TRAP-TYPE
ENTERPRISE vmware
VARIABLES { vmID, vmConfigFile, vmDisplayName }
VARIABLES { vmID, vmConfigFile, vmwVmDisplayName }
DESCRIPTION
"This trap is sent when a virtual machine is suspended."
::= 5

View File

@ -1,5 +1,5 @@
-- **********************************************************
-- Copyright 2018-2020 VMware, Inc. All rights reserved.
-- Copyright 2018-2022 VMware, Inc. All rights reserved.
-- **********************************************************
VMWARE-TUNNEL-SERVER-MIB DEFINITIONS ::= BEGIN
@ -19,7 +19,7 @@ IMPORTS
vmwTunnelServerMIB MODULE-IDENTITY
LAST-UPDATED "202008210000Z"
LAST-UPDATED "202210280000Z"
ORGANIZATION "VMware, Inc."
CONTACT-INFO
"VMware, Inc.
@ -32,15 +32,23 @@ vmwTunnelServerMIB MODULE-IDENTITY
DESCRIPTION
"This MIB file contains the definition of the SNMP
interface of VMware Workspace ONE Tunnel Server.
Workspace ONE Tunnel is part of Workspace ONE by VMware:
https://www.vmware.com/products/workspace-one.html
For more information about Workspace ONE Tunnel, please see
For more information about Workspace ONE Tunnel, please see
the latest documentation of VMware Workspace ONE UEM:
https://docs.vmware.com/en/VMware-Workspace-ONE-UEM/
"
REVISION "202210280000Z"
DESCRIPTION
"Added counters vmwTunnelNumDevicesBlockedByZTNA,
vmwTunnelNumDevicesBlockedByAdm,
vmwTunnelNumConnBlockedByZTNA, vmwTunnelTLSPortSharing,
vmwTunnelZTNADTR, vmwTunnelZTNAPDTR, vmwTunnelNumZTNADTR,
vmwTunnelNumZTNAPDTR, vmwTunnelIsAppliance,
vmwTunnelIsContainer,vmwTunnelGeneveMetadata"
REVISION "202008210000Z"
DESCRIPTION
"Renamed whitelist counters to allowlist counters"
@ -48,7 +56,7 @@ vmwTunnelServerMIB MODULE-IDENTITY
DESCRIPTION
"Adding counters vmwTunnelLogLevel,
vmwTunnelNumDDoSRejected,
vmwTunnelNumConnSuccessful,
vmwTunnelNumConnSuccessful,
vmwTunnelNumConnFailed,
vmwTunnelNumBackEnds, vmwTunnelNumBackEndsDown,
vmwTunnelMemoryVirtual, vmwTunnelMemoryResident,
@ -113,7 +121,7 @@ vmwTunnelNumDevicesPeak OBJECT-TYPE
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"High watermark of number of devices connected.
"High watermark of number of devices connected.
The is the greatest number of devices connected
since Tunnel Server process restarted."
DEFVAL { 0 }
@ -200,7 +208,7 @@ vmwTunnelNumClosedHandshakes OBJECT-TYPE
STATUS current
DESCRIPTION
"Number of TLS handshakes closed before authenticated.
Discontinuities in the value of this counter can occur at
re-initialization of the Tunnel Server process."
::= { vmwTunnelServerStat 70 }
@ -211,22 +219,22 @@ vmwTunnelNumFailedHandshakes OBJECT-TYPE
STATUS current
DESCRIPTION
"Number of TLS handshakes failed authentication.
Discontinuities in the value of this counter can occur at
re-initialization of the Tunnel Server process."
::= { vmwTunnelServerStat 71 }
vmwTunnelNumNotInAllowlist OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of devices failed to connect due to not in allowlist.
Discontinuities in the value of this counter can occur at
re-initialization of the Tunnel Server process."
::= { vmwTunnelServerStat 72 }
vmwTunnelNumNonCompliant OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
@ -234,11 +242,11 @@ vmwTunnelNumNonCompliant OBJECT-TYPE
DESCRIPTION
"Number of devices failed to connect due to non-compliant
status.
Discontinuities in the value of this counter can occur at
re-initialization of the Tunnel Server process."
::= { vmwTunnelServerStat 73 }
vmwTunnelNumNonManaged OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
@ -246,10 +254,10 @@ vmwTunnelNumNonManaged OBJECT-TYPE
DESCRIPTION
"Number of devices failed to connect due to non-managed
status.
Discontinuities in the value of this counter can occur at
re-initialization of the Tunnel Server process."
::= { vmwTunnelServerStat 74 }
::= { vmwTunnelServerStat 74 }
vmwTunnelNumDDoSRejected OBJECT-TYPE
SYNTAX Counter64
@ -257,18 +265,40 @@ vmwTunnelNumDDoSRejected OBJECT-TYPE
STATUS current
DESCRIPTION
"Number of devices rejected due to DDoS protection.
Discontinuities in the value of this counter can occur at
re-initialization of the Tunnel Server process."
::= { vmwTunnelServerStat 75 }
::= { vmwTunnelServerStat 75 }
vmwTunnelNumDevicesBlockedByZTNA OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of devices rejected due to ZTNA policy.
Discontinuities in the value of this counter can occur at
re-initialization of the Tunnel Server process."
::= { vmwTunnelServerStat 76 }
vmwTunnelNumDevicesBlockedByAdm OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of devices blocked by admin in UEM Console.
Discontinuities in the value of this counter can occur at
re-initialization of the Tunnel Server process."
::= { vmwTunnelServerStat 77 }
vmwTunnelNumDevicesSinceStart OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of device connections since process restart.
Discontinuities in the value of this counter can occur at
re-initialization of the Tunnel Server process."
::= { vmwTunnelServerStat 80 }
@ -279,10 +309,10 @@ vmwTunnelNumConnSuccessful OBJECT-TYPE
STATUS current
DESCRIPTION
"Number of outbound connections successfully established.
Discontinuities in the value of this counter can occur at
re-initialization of the Tunnel Server process."
::= { vmwTunnelServerStat 90 }
::= { vmwTunnelServerStat 90 }
vmwTunnelNumConnFailed OBJECT-TYPE
SYNTAX Counter64
@ -290,11 +320,23 @@ vmwTunnelNumConnFailed OBJECT-TYPE
STATUS current
DESCRIPTION
"Number of outbound connections failed.
Discontinuities in the value of this counter can occur at
re-initialization of the Tunnel Server process."
::= { vmwTunnelServerStat 91 }
::= { vmwTunnelServerStat 91 }
vmwTunnelNumConnBlockedByZTNA OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of outbound connections blocked by ZTNA policy.
Discontinuities in the value of this counter can occur at
re-initialization of the Tunnel Server process."
::= { vmwTunnelServerStat 92 }
vmwTunnelNumBackEnds OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
@ -317,7 +359,7 @@ vmwTunnelNumBackEndsDown OBJECT-TYPE
(Available on Cascade Mode front-ends only)"
DEFVAL { 0 }
::= { vmwTunnelServerStat 101 }
::= { vmwTunnelServerStat 101 }
vmwTunnelMemoryVirtual OBJECT-TYPE
SYNTAX Counter64
@ -327,7 +369,7 @@ vmwTunnelMemoryVirtual OBJECT-TYPE
"Tunnel service virtual memory size."
DEFVAL { 0 }
::= { vmwTunnelServerStat 110 }
::= { vmwTunnelServerStat 110 }
vmwTunnelMemoryResident OBJECT-TYPE
SYNTAX Counter64
@ -400,7 +442,7 @@ vmwTunnelAPILastResponse OBJECT-TYPE
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Last HTTP response from Console API.
"Last HTTP response from Console API.
Value can be any HTTP response codes such as
'200 OK', '401 Unauthorized' etc."
::= { vmwTunnelServerInfo 12 }
@ -486,9 +528,9 @@ vmwTunnelNSXEnabled OBJECT-TYPE
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Tunnel Server to NSX integration.
"Tunnel Server to NSX integration.
See here for more details:
See here for more details:
https://techzone.vmware.com/sites/default/files/
vmware-tunnel-NSX-micro-segmentation-Integration.pdf"
::= { vmwTunnelServerInfo 70 }
@ -510,17 +552,79 @@ vmwTunnelServerStatus OBJECT-TYPE
"Tunnel Server up/down status."
::= { vmwTunnelServerInfo 90 }
vmwTunnelTLSPortSharing OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"UAG TLS port sharing status."
::= { vmwTunnelServerInfo 100 }
vmwTunnelZTNADTR OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"ZTNA Device Traffic Rules validation enabled."
::= { vmwTunnelServerInfo 110 }
vmwTunnelZTNAPDTR OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"ZTNA Per Device Traffic Rules validation enabled."
::= { vmwTunnelServerInfo 111 }
vmwTunnelNumZTNADTR OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of ZTNA Device Traffic Rules in cache."
::= { vmwTunnelServerInfo 112 }
vmwTunnelNumZTNAPDTR OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of ZTNA Per Device Traffic Rules in cache."
::= { vmwTunnelServerInfo 113 }
vmwTunnelIsAppliance OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Tunnel Server is running in appliance mode."
::= { vmwTunnelServerInfo 120 }
vmwTunnelIsContainer OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Tunnel Server is running in container mode."
::= { vmwTunnelServerInfo 130 }
vmwTunnelGeneveMetadata OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Metadata is provided in Geneve Tunnel Options."
::= { vmwTunnelServerInfo 140 }
--
-- Groups
--
vmwTunnelServerMIBConformance OBJECT IDENTIFIER
vmwTunnelServerMIBConformance OBJECT IDENTIFIER
::= { vmwTunnelServerMIB 3 }
vmwTunnelServerMIBCompliances OBJECT IDENTIFIER
vmwTunnelServerMIBCompliances OBJECT IDENTIFIER
::= { vmwTunnelServerMIBConformance 1 }
vmwTunnelServerMIBGroups OBJECT IDENTIFIER
vmwTunnelServerMIBGroups OBJECT IDENTIFIER
::= { vmwTunnelServerMIBConformance 2 }
@ -593,6 +697,7 @@ vmwTunnelServerInfoGroup2 OBJECT-GROUP
"A collection of VMware Tunnel Server runtime information."
::= { vmwTunnelServerMIBGroups 4 }
vmwTunnelServerStatGroup3 OBJECT-GROUP
OBJECTS {
vmwTunnelNumDDoSRejected,
@ -610,6 +715,35 @@ vmwTunnelServerStatGroup3 OBJECT-GROUP
::= { vmwTunnelServerMIBGroups 5 }
vmwTunnelServerInfoGroup3 OBJECT-GROUP
OBJECTS {
vmwTunnelTLSPortSharing,
vmwTunnelZTNADTR,
vmwTunnelZTNAPDTR,
vmwTunnelNumZTNADTR,
vmwTunnelNumZTNAPDTR,
vmwTunnelIsAppliance,
vmwTunnelIsContainer,
vmwTunnelGeneveMetadata
}
STATUS current
DESCRIPTION
"A collection of VMware Tunnel Server runtime information."
::= { vmwTunnelServerMIBGroups 6 }
vmwTunnelServerStatGroup4 OBJECT-GROUP
OBJECTS {
vmwTunnelNumDevicesBlockedByZTNA,
vmwTunnelNumDevicesBlockedByAdm,
vmwTunnelNumConnBlockedByZTNA
}
STATUS current
DESCRIPTION
"A collection of VMware Tunnel Server runtime values."
::= { vmwTunnelServerMIBGroups 7 }
--
-- Compliance
--
@ -621,12 +755,14 @@ vmwTunnelServerMIBCompliance MODULE-COMPLIANCE
"The compliance statement for VMware Tunnel Server SNMP
interface."
MODULE
MANDATORY-GROUPS {
MANDATORY-GROUPS {
vmwTunnelServerInfoGroup,
vmwTunnelServerInfoGroup2,
vmwTunnelServerInfoGroup3,
vmwTunnelServerStatGroup,
vmwTunnelServerStatGroup2,
vmwTunnelServerStatGroup3 }
vmwTunnelServerStatGroup3,
vmwTunnelServerStatGroup4 }
::= { vmwTunnelServerMIBCompliances 1 }

View File

@ -13,7 +13,7 @@ IMPORTS
FROM SNMPv2-CONF;
vmwVRNIAgentCapabilityMIB MODULE-IDENTITY
LAST-UPDATED "202209070000Z"
LAST-UPDATED "202308070000Z"
ORGANIZATION "VMware, Inc"
CONTACT-INFO
"VMware, Inc
@ -27,6 +27,14 @@ vmwVRNIAgentCapabilityMIB MODULE-IDENTITY
"This module defines agent capabilities for deployed VRNI agents by release.
It is compatible with vRNI v3.8 and onwards"
REVISION "202308070000Z"
DESCRIPTION
"Notifications sent by VMware Aria Operations for Netowrks as updated in 6.11 release"
REVISION "202304200000Z"
DESCRIPTION
"Notifications sent by VRNI as updated in 6.9 and 6.10 release"
REVISION "202209070000Z"
DESCRIPTION
"Notifications sent by VRNI as updated in 6.7 and 6.8 release"
@ -65,7 +73,7 @@ vmwVRNIAgentCapabilityMIB MODULE-IDENTITY
REVISION "201809120000Z"
DESCRIPTION
"Notifications sent by VRNI as updated in 3.9 release"
"Notifications sent by VRNI as updated in 3.9 release"
REVISION "201710130000Z"
DESCRIPTION
@ -89,6 +97,67 @@ vmwVRNIAgentCapabilityMIB MODULE-IDENTITY
vmwVRNICapability OBJECT IDENTIFIER ::= { vmwVRNIAgentCapabilityMIB 10 }
vmwVRNIAgent2021v611 AGENT-CAPABILITIES
PRODUCT-RELEASE
"6.11.0"
STATUS current
DESCRIPTION
"Release 6.11.0 for VMware Aria Operations for Networks.
It describes all the notifications sent from this version."
REFERENCE
"http://www.vmware.com/products"
-- REVISION 202308070000Z sixteenth Version
SUPPORTS VMWARE-VRNI-MIB
INCLUDES { vmwNetworkInsightNotificationInfoGroup4,
vmwNetworkInsightNotificationGroup1,
vmwNetworkInsightNotificationGroup2,
vmwNetworkInsightNotificationGroup3,
vmwNetworkInsightNotificationGroup4,
vmwNetworkInsightNotificationGroup5,
vmwNetworkInsightNotificationGroup6,
vmwNetworkInsightNotificationGroup7,
vmwNetworkInsightNotificationGroup8,
vmwNetworkInsightNotificationGroup9,
vmwNetworkInsightNotificationGroup10,
vmwNetworkInsightNotificationGroup11,
vmwNetworkInsightNotificationGroup12,
vmwNetworkInsightNotificationGroup13,
vmwNetworkInsightNotificationGroup14,
vmwNetworkInsightNotificationGroup15,
vmwNetworkInsightNotificationGroup16
}
::= { vmwVRNICapability 22 }
vmwVRNIAgent2021v670 AGENT-CAPABILITIES
PRODUCT-RELEASE
"6.10.0"
STATUS current
DESCRIPTION
"Release 6.10.0 for VMware VRNI.
It describes all the notifications sent from this version of VRNI appliance."
REFERENCE
"http://www.vmware.com/products"
-- REVISION 202303100000Z fourteenth Version
SUPPORTS VMWARE-VRNI-MIB
INCLUDES { vmwNetworkInsightNotificationInfoGroup3,
vmwNetworkInsightNotificationGroup1,
vmwNetworkInsightNotificationGroup2,
vmwNetworkInsightNotificationGroup3,
vmwNetworkInsightNotificationGroup4,
vmwNetworkInsightNotificationGroup5,
vmwNetworkInsightNotificationGroup6,
vmwNetworkInsightNotificationGroup7,
vmwNetworkInsightNotificationGroup8,
vmwNetworkInsightNotificationGroup9,
vmwNetworkInsightNotificationGroup10,
vmwNetworkInsightNotificationGroup11,
vmwNetworkInsightNotificationGroup12,
vmwNetworkInsightNotificationGroup13,
vmwNetworkInsightNotificationGroup14,
vmwNetworkInsightNotificationGroup15
}
::= { vmwVRNICapability 21 }
vmwVRNIAgent2021v660 AGENT-CAPABILITIES
PRODUCT-RELEASE
"6.8.0"
@ -332,7 +401,7 @@ vmwVRNIAgent2018v390 AGENT-CAPABILITIES
vmwNetworkInsightNotificationGroup4,
vmwNetworkInsightNotificationGroup5
}
::= { vmwVRNICapability 11 }
::= { vmwVRNICapability 11 }
vmwVRNIAgent2016v350 AGENT-CAPABILITIES
PRODUCT-RELEASE

File diff suppressed because it is too large Load Diff