EXTREME-VM-MIB

The following tables, groups, and variables are supported in this MIB.

Table/Group Supported Variables Comments
extremeVMFTPServerTable extremeVMFTPServerEntry
extremeVMFTPServerType The type of the FTP server. The backup server is contacted if the primary fails to respond.
extremeVMFTPAddrType The IP type of IP address.
extremeVMFTPServer The IP address of the FTP server used for transferring various management files.
extremeVMFTPSynchInterval The time in minutes between automatic synchronization attempts. A value of 0 indicates that automatic synchronizations are not performed. Note that each switch does not perform a synchronization at exactly the time configured, but varies the synchronization interval between 3/4 and 5/4 of the configured interval. This avoids the situation where all switches in a network attempt a synchronization at exactly the same moment. Automatic synchronization is disabled by default, and requests to enable them are rejected until the FTP server information (IPv4 or IPv6 address, username, and password) is configured.
extremeVMFTPRowStatus There can only be two entries in this table, one each for primary and secondary FTP servers.
extremeVMFTPPathName The FTP server directory name for the policies to be synchronized. A value of '/pub' is used by default.
extremeVMFTPUsername A valid username on the FTP server.
extremeVMFTPPassword The password associated with the FTP user. This object returns a zero length string when queried.
extremeVMGeneral extremeVMFTPPolicyDir The server directory name for the policies to be synchronized. A value of '/' is used by default.
extremeVMLastSynch The timestamp of the most recent synchronization attempt.
extremeVMLastSynchStatus The result of the most recent synchronization attempt:success (1)—indicates that the synchronization completed successfullyaccessDenied (2)—The username and password were not accepted by the serverserverTimeout (3)—Could not establish a file transfer session with the configured serverserverNotConfigured (4)—The server configuration is not complete.
extremeVMSynchAdminState

Triggers a synchronization cycle on demand. A synchronization automatically downloads 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 is reflected in extremeVMSynchOperState. Attempts to set this variable to synchronizeNow (2) are rejected if a synchronization is currently in progress.

extremeVMSynchOperState Indicates if a synchronization is in progress, either on-demand or automatic.
extremeVMTrackingEnabled The virtual machine (VM) tracking feature is disabled by default and can be enabled using this object.
extremeVMPortConfigTable Configures the VM features on each port.
extremeVMPortConfigEntry An entry in the table for VM features on each port.
extremeVMPortConfigIfIndex The value of ifIndex of a physical port capable of supporting the VM tracking features.

extremeVMPortConfigVMTracking

Enabled

Enables the VM tracking feature on a port. The VM tracking feature is disabled by default.
extremeVMVPPTable 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.
extremeVMVPPEntry 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.
extremeVMVPPType The type of the port policy. Network port policies are obtained from a central policy store. Local policies are specific to this particular switch.
extremeVMVPPName The name of the port VPP. VPP names must be alpha-numeric and must start with an alpha character.
extremeVMVPPControl Performs the requested operation on this policy. synchronizeNow (1) downloads a copy of the policy from the FTP server. (Network policies only). This object returns noOperation (2) if read.
extremeVMVPPRowStatus Only local VPPs can be created or deleted.
extremeVMMappingTable This table contains the mapping of port policies to VM MAC addresses.
extremeVMMappingEntry An entry in the table of VM information of this device.
extremeVMMappingType The type of mapping for this entry. A local mapping exists only on this specific switch. A network mapping is one obtained through a download of a mapping file.
extremeVMMappingMAC The MAC address associated with the VM. Note that a VM can have multiple MAC addresses.
extremeVMMappingIngressVPPName

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 indicates 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.

extremeVMMappingEgressVPPName

The egress policy associated with the VM/MAC address. Note that this might refer to a policy without a corresponding entry in the extremeVMVPPTable if a network policy mapping refers to a non-existent policy. This indicates 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.

extremeVMMappingStatus

Indicates the virtual port profile mapping status:

vppValid (1)—A VPP mapped to this VM MAC address 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)—One of the polices mapped to VPP cannot be applied (policy validation failed) because the policy file contains one or more errors that prevent it from being appliedvppNotMaped (4)—The VM does not have any VPP mapped.

extremeVMMappingRowStatus