EXTREME-VM-MIB

File: EXTREME-VM-MIB.mib (51322 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC EXTREME-BASE-MIB
INET-ADDRESS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE DisplayString
TimeStamp MacAddress TEXTUAL-CONVENTION
RowStatus TruthValue NOTIFICATION-TYPE
Integer32 Gauge32 extremeAgent
InetAddressType InetAddress

Defined Types

VMVPPSynchType  
The type of policy synchronization. global -- all network policies are synchronized specific -- a single network policy is synchronized
TEXTUAL-CONVENTION    
  INTEGER global(1), specific(2)  

CounterDirection  
This direction in which the dynamic ACL counter neesd to be installed. ingress-only - counter for only ingress direction egress-only - counter for only egress direction both - counter for both ingress/egress direction none - counter not needed for either direction.
TEXTUAL-CONVENTION    
  INTEGER none(0), ingress-only(1), egress-only(2), both(3)  

ExtremeVMFTPServerEntry  
SEQUENCE    
  extremeVMFTPServerType INTEGER
  extremeVMFTPAddrType INTEGER
  extremeVMFTPServer InetAddress
  extremeVMFTPSynchInterval INTEGER
  extremeVMFTPRowStatus RowStatus
  extremeVMFTPPathName DisplayString
  extremeVMFTPUsername DisplayString
  extremeVMFTPPassword DisplayString

ExtremeVMPortConfigEntry  
SEQUENCE    
  extremeVMPortConfigIfIndex Integer32
  extremeVMPortConfigVMTrackingEnabled TruthValue
  extremeVMPortConfigVMTrackingDynVlanEnabled TruthValue

ExtremeVMVPPEntry  
SEQUENCE    
  extremeVMVPPType INTEGER
  extremeVMVPPName DisplayString
  extremeVMVPPControl INTEGER
  extremeVMVPPRowStatus RowStatus
  extremeVMVPPCounter CounterDirection
  extremeVMVPPVLANTag INTEGER
  extremeVMVPPVLANVRName DisplayString

ExtremeVMMappingEntry  
SEQUENCE    
  extremeVMMappingType INTEGER
  extremeVMMappingMAC MacAddress
  extremeVMMappingIngressVPPName DisplayString
  extremeVMMappingEgressVPPName DisplayString
  extremeVMMappingStatus INTEGER
  extremeVMMappingRowStatus RowStatus
  extremeVMMappingVPPName DisplayString
  extremeVMMappingVLANTag INTEGER
  extremeVMMappingVLANVRName DisplayString

ExtremeVMVPP2PolicyEntry  
SEQUENCE    
  extremeVMVPP2PolicyVPPName DisplayString
  extremeVMVPP2PolicyPolicyName DisplayString
  extremeVMVPP2PolicyType INTEGER
  extremeVMVPP2PolicyOrder Integer32
  extremeVMVPP2PolicyRowStatus RowStatus

ExtremeVMDetectedEntry  
SEQUENCE    
  extremeVMDetectedMAC MacAddress
  extremeVMDetectedVMName DisplayString
  extremeVMDetectedIngressVPPName DisplayString
  extremeVMDetectedEgressVPPName DisplayString
  extremeVMDetectedIfIndex Integer32
  extremeVMDetectedAdminStatus INTEGER
  extremeVMDetectedOperStatus INTEGER
  extremeVMDetectedResultIngress INTEGER
  extremeVMDetectedResultEgress INTEGER
  extremeVMDetectedIngErrPolicies OCTET STRING
  extremeVMDetectedEgrErrPolicies OCTET STRING
  extremeVMDetectedVPPName DisplayString
  extremeVMDetectedVPPResult INTEGER
  extremeVMDetectedCounterInstallResult CounterDirection
  extremeVMDetectedVMVLANTag INTEGER
  extremeVMDetectedVMVLANVRName DisplayString

ExtremeVMVPPDetailEntry  
SEQUENCE    
  extremeVMVPPDetailVPPName DisplayString
  extremeVMVPPDetailDirection INTEGER
  extremeVMVPPDetailType INTEGER
  extremeVMVPPDetailOrder Integer32
  extremeVMVPPDetailPolicyName DisplayString
  extremeVMVPPDetailRowStatus RowStatus

Defined Values

extremeVM 1.3.6.1.4.1.1916.1.39
Extreme Network Virtual Machine Management MIB
MODULE-IDENTITY    

extremeVMGeneral 1.3.6.1.4.1.1916.1.39.1
OBJECT IDENTIFIER    

extremeVMVPP 1.3.6.1.4.1.1916.1.39.2
OBJECT IDENTIFIER    

extremeVMDetected 1.3.6.1.4.1.1916.1.39.3
OBJECT IDENTIFIER    

extremeVMNotificationObjects 1.3.6.1.4.1.1916.1.39.4
OBJECT IDENTIFIER    

extremeVMNotifications 1.3.6.1.4.1.1916.1.39.5
OBJECT IDENTIFIER    

extremeVMFTPServerTable 1.3.6.1.4.1.1916.1.39.1.1
The FTP servers defined for this switch
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeVMFTPServerEntry

extremeVMFTPServerEntry 1.3.6.1.4.1.1916.1.39.1.1.1
The FTP server entry for this switch
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeVMFTPServerEntry  

extremeVMFTPServerType 1.3.6.1.4.1.1916.1.39.1.1.1.1
The type of the FTP server. The backup server is contacted if the primary fails to respond.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER primary(1), backup(2)  

extremeVMFTPAddrType 1.3.6.1.4.1.1916.1.39.1.1.1.2
The IP type of IP address.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

extremeVMFTPServer 1.3.6.1.4.1.1916.1.39.1.1.1.3
The IP Address of the FTP server used for transferring various management files.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

extremeVMFTPSynchInterval 1.3.6.1.4.1.1916.1.39.1.1.1.4
The time in minutes between automatic synchronization attempts. A value of 0 indicates that automatic synchronizations are not performed. Note that each switch will not perform a synchronization at exactly the time configured, but will vary the synchronization interval between 3/4 and 5/4 of the configured interval. This will avoid the situation where all switches in a network attempt a synchronizationat exactly the same moment. Other than value of 0 value of 40-3600 can be configured as interval. Automatic synchronization is disabled by default, and requests to enable them are rejected until the FTP server information (IP or IPv6 Address, Username, and Password) is configured.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..3600  

extremeVMFTPRowStatus 1.3.6.1.4.1.1916.1.39.1.1.1.5
There can only be two entries in this table, on each for primary and secondary FTP servers
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

extremeVMFTPPathName 1.3.6.1.4.1.1916.1.39.1.1.1.6
The FTP server directory name for the policies to be synchronized. A value of '/pub' will be used by default for anonymous users and value of '/' will be used for other users
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

extremeVMFTPUsername 1.3.6.1.4.1.1916.1.39.1.1.1.7
A valid username on the FTP server.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

extremeVMFTPPassword 1.3.6.1.4.1.1916.1.39.1.1.1.8
The Password associated with the FTP user. This object will return a zero length string when queried
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

extremeVMFTPPolicyDir 1.3.6.1.4.1.1916.1.39.1.2
The server directory name for the policies to be synchronized. A value of '/' will be used by default
Status: deprecated Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..32)  

extremeVMLastSynch 1.3.6.1.4.1.1916.1.39.1.3
The timestamp of the most recent synchronization attempt
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

extremeVMLastSynchStatus 1.3.6.1.4.1.1916.1.39.1.4
The result of the most recent synchronization attempt. success(1) - indicates that the synchronization completed successfully accessDenied(2) - The username and password were not accepted by the server serverTimeout(3) - Could not establish a file transfer session with the configured server serverNotConfigured(4) - The server configuration is not complete
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER success(1), accessDenied(2), serverTimeout(3), serverNotConfigured(4)  

extremeVMSynchAdminState 1.3.6.1.4.1.1916.1.39.1.5
Triggers a synchronization cycle on demand. A synchronization will automatically download new or updated policies as well as delete policies to match those on the server. idle(1) is returned whenever this object is read. synchronizeNow(2) triggers an immediate synchronization, and will be reflected in extremeVMSynchOperState. Attempts to set this variable to synchronizeNow(2) will be rejected if a synchronization is currently in progress.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER idle(1), synchronizeNow(2)  

extremeVMSynchOperState 1.3.6.1.4.1.1916.1.39.1.6
Indicates if a synchronization is in progress, either on-demand or automatic
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), synchronizing(2)  

extremeVMTrackingEnabled 1.3.6.1.4.1.1916.1.39.1.7
The VM tracking feature is disabled by default, and can be enabled using this object.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

extremeVMPortConfigTable 1.3.6.1.4.1.1916.1.39.1.8
Configures the VM features on each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeVMPortConfigEntry

extremeVMPortConfigEntry 1.3.6.1.4.1.1916.1.39.1.8.1
An entry in the table for VM features on each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeVMPortConfigEntry  

extremeVMPortConfigIfIndex 1.3.6.1.4.1.1916.1.39.1.8.1.1
The value of ifIndex of a physical port capable of supporting the VM Tracking features
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

extremeVMPortConfigVMTrackingEnabled 1.3.6.1.4.1.1916.1.39.1.8.1.2
Enables the VM Tracking feature on a port. The VM Tracking feature is disabled by default
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

extremeVMPortConfigVMTrackingDynVlanEnabled 1.3.6.1.4.1.1916.1.39.1.8.1.3
Enables the VM Tracking Dynamic VLAN feature on a port. This feature is disabled by default. VM Tracking feature must be enabled before enabling this feature.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

extremeVMVPPTable 1.3.6.1.4.1.1916.1.39.2.1
This table contains Port Policies contained within this switch. Port Policies come in two variants: network and local. Network policies are downloaded from the FTP server; local policies reside only within a single switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeVMVPPEntry

extremeVMVPPEntry 1.3.6.1.4.1.1916.1.39.2.1.1
An entry in the table of VM policy information of this device. This table is populated with two sets of policies, those downloaded from the policy server and those defined locally on this switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeVMVPPEntry  

extremeVMVPPType 1.3.6.1.4.1.1916.1.39.2.1.1.1
The type of the port profile. Network port profiles are obtained from a central policy store. Local policies are specific to this particular switch.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER network(1), local(2)  

extremeVMVPPName 1.3.6.1.4.1.1916.1.39.2.1.1.2
The name of the Port VPP. VPP names must be alpha-numeric and must start with an alpha character.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString Size(1..32)  

extremeVMVPPControl 1.3.6.1.4.1.1916.1.39.2.1.1.3
Performs the requested operation on this policy. synchronizeNow(1) will download a copy of the policy from the FTP server. (Network policies only) This object will return noOperation(2) if read.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER synchronizeNow(1), noOperation(2)  

extremeVMVPPRowStatus 1.3.6.1.4.1.1916.1.39.2.1.1.4
Only local VPPs can be created or deleted.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

extremeVMVPPCounter 1.3.6.1.4.1.1916.1.39.2.1.1.5
This object specifies whether the VM gets attached to this VPP needs to install dynamic counters to count packets source MAC address matches VM MAC for ingress, packets destination MAC address matches VM MAC for egress, packet source/destination MAC address matches VM MAC for both. If none option is chosen the dynamic counters will be uninstalled if it has been already installed, if not nothing happens.
Status: current Access: read-create
OBJECT-TYPE    
  CounterDirection  

extremeVMVPPVLANTag 1.3.6.1.4.1.1916.1.39.2.1.1.6
VLAN Tag for Dynamic VLAN creation. For unset the value of 0 can be configured during that extremeVMVPPVLANVRName also be set to null string. If this parameter is not configured then 0 will be displayed . While setting this object if extremeVMVPPVLANVRName is not set then that will be assumed to have default value of VR-Default.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..4094  

extremeVMVPPVLANVRName 1.3.6.1.4.1.1916.1.39.2.1.1.7
The Virtual router name for Dynamic VLAN creation. VR-Mgmt cannot be specified and specified VR Name should be existing. By default VR-Default will be used. This object display non-null string only when extremeVMVPPVLANTag has non zero value. If this object is going to be configured after extremeVMVPPVLANTag has been configured for non zero value then this SET might be rejected if any of detected VM clients uses this VPP and these VPPs VR Name alone changes. Even though this object is specifically set to null string still this object display VR-Default if extremeVMVPPVLANTag has non zero value
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

extremeVMMappingTable 1.3.6.1.4.1.1916.1.39.2.2
This table contains the mapping of port policies to virtual machine MAC addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeVMMappingEntry

extremeVMMappingEntry 1.3.6.1.4.1.1916.1.39.2.2.1
An entry in the table of VM information of this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeVMMappingEntry  

extremeVMMappingType 1.3.6.1.4.1.1916.1.39.2.2.1.1
The type of mapping for this entry. A local mapping exists only on this specific switch. A network mapping is one obtained via a download of a mapping file.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER network(1), local(2)  

extremeVMMappingMAC 1.3.6.1.4.1.1916.1.39.2.2.1.2
The MAC address associated with the Virtual Machine. Note that a VM may have multiple MAC addresses.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  MacAddress  

extremeVMMappingIngressVPPName 1.3.6.1.4.1.1916.1.39.2.2.1.3
The ingress policy associated with the VM/MAC address. Note that this may refer to a policy without a corresponding entry in the extremeVMVPPTable if a network policy mapping refers to a non-existent policy. This would indicate an error in the policy mapping file that is consulted if network authentication fails. When creating an entry in this table, this name must refer to an existing, valid, local policy. The creation of a mapping to a network policy is not permitted. Those mappings must be created at the central policy server.
Status: deprecated Access: read-create
OBJECT-TYPE    
  DisplayString  

extremeVMMappingEgressVPPName 1.3.6.1.4.1.1916.1.39.2.2.1.4
The egress policy associated with the VM/MAC address. Note that this may refer to a policy without a corresponding entry in the extremeVMVPPTable if a network policy mapping refers to a non-existent policy. This would indicate an error in the policy mapping file that is consulted if network authentication fails. When creating an entry in this table, this name must refer to an existing, valid, local policy. The creation of a mapping to a network policy is not permitted. Those mappings must be created at the central policy server.
Status: deprecated Access: read-create
OBJECT-TYPE    
  DisplayString  

extremeVMMappingStatus 1.3.6.1.4.1.1916.1.39.2.2.1.5
Indicates the virtual port profile mapping status. vppValid(1) -> When VPP mapped to this VM MAC does not have any policies associated with it (or) all the policies associated with this VPP can be applied (policy validation is success). Policy validation will happen only when this VM MAC is detected. vppMissing(2)-> This value is applicable only for network VM if the specified VPP Name was missing. vppInvalid(3)-> When any one of polices mapped to VPP cannot be applied (policy validation failed) because the policy file contains one or more errors that prevent it from being applied vppNotMaped(4)-> If the VM does not have any VPP Mapped.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER vppValid(1), vppMissing(2), vppInvalid(3), vppNotMapped(4)  

extremeVMMappingRowStatus 1.3.6.1.4.1.1916.1.39.2.2.1.6
Only local virtual port profiles can be created or deleted.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

extremeVMMappingVPPName 1.3.6.1.4.1.1916.1.39.2.2.1.7
The virtual port profile associated with the VM/MAC address. When creating an entry in this table, this name must refer to an existing, valid, local profile. The creation of a mapping to a network profile is not permitted. Those mappings must be created at the central policy server.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

extremeVMMappingVLANTag 1.3.6.1.4.1.1916.1.39.2.2.1.8
VLAN Tag for Dynamic VLAN creation. For unset the value of 0 can be configured during that extremeVMMappingVLANVRName also be set to null string. If this parameter is not configured then 0 will be displayed . While setting this object if extremeVMMappingVLANVRName is not set then that will be assumed to have default value of VR-Default.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..4094  

extremeVMMappingVLANVRName 1.3.6.1.4.1.1916.1.39.2.2.1.9
The Virtual router name for Dynamic VLAN creation. VR-Mgmt cannot be specified and specified VR Name should be existing. By default VR-Default will be used. This object display non-null string only when extremeVMMappingVLANTag has non zero value. If this object is going to be configured after extremeVMMappingVLANTag has been configured for non zero value then this SET might be rejected if any of detected VM clients uses this mapping and these mapping VR Name alone changes. Even though this object is specifically set to null string still this object display VR-Default if extremeVMVPPVLANTag has non zero value
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

extremeVMVPP2PolicyTable 1.3.6.1.4.1.1916.1.39.2.3
This table contains the mapping of a VPP to individual Policies.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeVMVPP2PolicyEntry

extremeVMVPP2PolicyEntry 1.3.6.1.4.1.1916.1.39.2.3.1
An individual mapping of VPP to Policy.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeVMVPP2PolicyEntry  

extremeVMVPP2PolicyVPPName 1.3.6.1.4.1.1916.1.39.2.3.1.1
The name of the VPP
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

extremeVMVPP2PolicyPolicyName 1.3.6.1.4.1.1916.1.39.2.3.1.2
The name of the local policy
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

extremeVMVPP2PolicyType 1.3.6.1.4.1.1916.1.39.2.3.1.3
The type of policy
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER policyFile(1), dynamicACL(2)  

extremeVMVPP2PolicyOrder 1.3.6.1.4.1.1916.1.39.2.3.1.4
The order in which this policy will be executed
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

extremeVMVPP2PolicyRowStatus 1.3.6.1.4.1.1916.1.39.2.3.1.5
The row status for this mapping.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

extremeVMDetectedNumber 1.3.6.1.4.1.1916.1.39.3.1
The number of virtual machines detected on this switch.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

extremeVMDetectedTable 1.3.6.1.4.1.1916.1.39.3.2
This table contains the currently detected VMs on this switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeVMDetectedEntry

extremeVMDetectedEntry 1.3.6.1.4.1.1916.1.39.3.2.1
An entry in the table of VM information of this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeVMDetectedEntry  

extremeVMDetectedMAC 1.3.6.1.4.1.1916.1.39.3.2.1.1
The MAC address associated with the Virtual Machine. Note that a VM may have multiple MAC addresses.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  MacAddress  

extremeVMDetectedVMName 1.3.6.1.4.1.1916.1.39.3.2.1.2
The name of the Virtual Machine. Note that a VM authenticated locally may not have a name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

extremeVMDetectedIngressVPPName 1.3.6.1.4.1.1916.1.39.3.2.1.3
The name of the policy applied (or attempted to apply) to this virtual machine.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString  

extremeVMDetectedEgressVPPName 1.3.6.1.4.1.1916.1.39.3.2.1.4
The name of the policy applied (or attempted to apply) to this virtual machine.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString  

extremeVMDetectedIfIndex 1.3.6.1.4.1.1916.1.39.3.2.1.5
The value of ifIndex on which this virtual machine was detected.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

extremeVMDetectedAdminStatus 1.3.6.1.4.1.1916.1.39.3.2.1.6
The administrative status of the Virtual Machine authentication. Setting this variable to authenticating(1) will force the re-authentication of the VM. This variable always returns idle(2) when read.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER authenticating(1), idle(2)  

extremeVMDetectedOperStatus 1.3.6.1.4.1.1916.1.39.3.2.1.7
The authentication status of the VM authenticating(1) an authentication is currently in progress authenticatedNetwork(2) the VM has been authenticated by a network source authenticatedLocally(3) the VM bas been authenticated by the local database denied(4) the VM was either explicitly denied entry notAuthenticated(5) the authentication process timed out or was never attempted.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER authenticating(1), authenticatedNetwork(2), authenticatedLocally(3), authenticationDenied(4), notAuthenticated(5)  

extremeVMDetectedResultIngress 1.3.6.1.4.1.1916.1.39.3.2.1.8
Indicates the result of a VM entry into the network. Only below two values will be returned at any point of time. policyApplied(1) - all the ingress policies in the VPP was successfully applied to the port. policyNotApplied(2) - If any one of the ingress policies in the VPP was not applied to the port. If this value is returned then refer to extremeVMDetectedIngErrPolicies object for list of failed ingress policies.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER policyApplied(1), policyNotApplied(2), policyInvalid(3), policyNotFound(4), policyNotMapped(5)  

extremeVMDetectedResultEgress 1.3.6.1.4.1.1916.1.39.3.2.1.9
Indicates the result of a VM entry into the network. Only below two values will be returned at any point of time. policyApplied(1) - all the egress policies in the VPP was successfully applied to the port. policyNotApplied(2) - If any one of the egress policies in the VPP was not applied to the port. If this value is returned then refer to extremeVMDetectedEgrErrPolicies object for list of failed egress policies.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER policyApplied(1), policyNotApplied(2), policyInvalid(3), policyNotFound(4), policyNotMapped(5)  

extremeVMDetectedIngErrPolicies 1.3.6.1.4.1.1916.1.39.3.2.1.10
Displays the list of failed ingress policies
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1024)  

extremeVMDetectedEgrErrPolicies 1.3.6.1.4.1.1916.1.39.3.2.1.11
Displays the list of failed egress policies
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1024)  

extremeVMDetectedVPPName 1.3.6.1.4.1.1916.1.39.3.2.1.12
The name of the VPP applied (or attempted to apply) to this virtual machine.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

extremeVMDetectedVPPResult 1.3.6.1.4.1.1916.1.39.3.2.1.13
Indicates the result of VPP associated with VM MAC. vppMapped(1) indicates that the named VPP was mapped. vppNotMapped(2) indicates that the no VPP was mapped. vppInvalid(3) indicates that the VPP mapped was invalid. vppMissing(4) indicates that the VPP mapped was missing.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER vppMapped(1), vppNotMapped(2), vppInvalid(3), vppMissing(4)  

extremeVMDetectedCounterInstallResult 1.3.6.1.4.1.1916.1.39.3.2.1.14
Indicates the result of whether dynamic counter installed for this VM. ingress-only(1) - Dynamic counters are installed to count packet source MAC address matches VM MAC. egress-only(2) - Dynamic counters are installed to count packet destination MAC address matches VM MAC. both(3) - Dynamic counters are installed to count packet source/destination MAC address matches VM MAC. none(0) - Dynamic counters are not installed.
Status: current Access: read-only
OBJECT-TYPE    
  CounterDirection  

extremeVMDetectedVMVLANTag 1.3.6.1.4.1.1916.1.39.3.2.1.15
VLAN Tag used for Dynamic VLAN creation for detected VM MAC. If this parameter is not configured then 0 will be displayed
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..4094  

extremeVMDetectedVMVLANVRName 1.3.6.1.4.1.1916.1.39.3.2.1.16
The Virtual router name of the Dynamic VLAN created for detected VM MAC.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

extremeVMVPPDetailTable 1.3.6.1.4.1.1916.1.39.2.4
This table contains the mapping of a VPP to individual Policies.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeVMVPPDetailEntry

extremeVMVPPDetailEntry 1.3.6.1.4.1.1916.1.39.2.4.1
A set of mappings from a VPP to one or more policies.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeVMVPPDetailEntry  

extremeVMVPPDetailVPPName 1.3.6.1.4.1.1916.1.39.2.4.1.1
The name of the VPP
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

extremeVMVPPDetailDirection 1.3.6.1.4.1.1916.1.39.2.4.1.2
The direction in which the policy will be applied
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER ingress(1), egress(2)  

extremeVMVPPDetailType 1.3.6.1.4.1.1916.1.39.2.4.1.3
The type of policy
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER policyFile(1), dynamicACL(2)  

extremeVMVPPDetailOrder 1.3.6.1.4.1.1916.1.39.2.4.1.4
The order in which this policy will be executed
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

extremeVMVPPDetailPolicyName 1.3.6.1.4.1.1916.1.39.2.4.1.5
The name of the local policy
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

extremeVMVPPDetailRowStatus 1.3.6.1.4.1.1916.1.39.2.4.1.6
The row status for this mapping.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

extremeVMNotificationPrefix 1.3.6.1.4.1.1916.1.39.5.0
OBJECT IDENTIFIER    

extremeVMVPPSynchType 1.3.6.1.4.1.1916.1.39.4.1
Indicates the type of policy
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  VMVPPSynchType  

extremeVMVPPSyncFailed 1.3.6.1.4.1.1916.1.39.5.0.1
A synchronization attempt failed.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

extremeVMVPPInvalid 1.3.6.1.4.1.1916.1.39.5.0.2
A virutal port profile definition is invalid, indicating it cannot be applied to a port.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

extremeVMMapped 1.3.6.1.4.1.1916.1.39.5.0.3
This notification is generated whenever a MAC is manually mapped to a local policy.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

extremeVMUnMapped 1.3.6.1.4.1.1916.1.39.5.0.4
This notification is generated whenever a MAC is manually unmapped to a local policy.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

extremeVMDetectResult 1.3.6.1.4.1.1916.1.39.5.0.5
This notification is generated after a VM is detected on a port and reflects the result of that operation.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

extremeVMUnDetectResult 1.3.6.1.4.1.1916.1.39.5.0.6
This notification is generated after a VM is undetected (removed) from a port.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE