CISCO-VMPS-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for CISCO-VMPS-MIB.
47
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
47 total| Object Name |
|---|
ciscoVmpsMIB OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.53 |
RFC1155-SMI Unknown .1.3.6.1.4.1.9.9.53 |
ciscoVlanMemberPolicyServerMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.53.1 |
vmpsInfo OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.53.1.1 |
vmpsConfigTableA table for creating and controling an instance of
the VMPS. SEQUENCE OF VmpsConfigEntry .1.3.6.1.4.1.9.9.53.1.1.1 |
vmpsConfigEntryAn entry (conceptual row) in the vmpsConfigTable. VmpsConfigEntry .1.3.6.1.4.1.9.9.53.1.1.1.1 |
vmpsIndexAn arbitrary index identifying this particular
instance of the VMPS. This index need not be
consistent across reboots. For devices only
supporting one instance of the VMPS this object need
only accept the value of 1. Different instances of
the VMPS of one device will presumable be for
different management domains. INTEGER .1.3.6.1.4.1.9.9.53.1.1.1.1.1 |
vmpsAdminStatusThe desired state of the VMPS as prescribed by the
operator. The actions of the agent will, if at all
possible, eventually result in the desired state being
reflected in the lecsOperStatus.rw Enumeration .1.3.6.1.4.1.9.9.53.1.1.1.1.2 |
vmpsDownloadServerAddressThe IP address of the host supplying the TFTP configuration
data for the VMPS. If this value of this object is 0.0.0.0
then the VMPS will not attempt to download configuration
information.rw IpAddress .1.3.6.1.4.1.9.9.53.1.1.1.1.3 |
vmpsConfigFileNameThe filename of the configuration file the VMPS will attempt
to download.rw DisplayString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.53.1.1.1.1.4 |
vmpsTriggerDownloadWhen set to `loadDatabase' this object will cause the VMPS
to initiate a TFTP download of the configuration tables
stored at the host identified by the vmpsDownloadServerAddress.
Setting to 'loadRcpDataBase' will cause the VMPs to initiate
RCP download. A download cannot be preformed unless the host address is
properly set. This object will always return noOperation(1)
when read. Setting this object to loadDatabase(2) while the
vmpsOperStatus is loading(3) is effectively a no-op.rw Enumeration .1.3.6.1.4.1.9.9.53.1.1.1.1.5 |
vmpsFallbackVlanThis is the VLAN returned in the configuration response
when a given configuration request contains data that matches
nothing in the VMPS database (given the specified classifiers).
A value of the empty string signifies that there is no
fall-back VLAN.rw VlanName -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.53.1.1.1.1.6 |
vmpsSecureModeIf in secure mode the VMPS will instruct the requesting
device to shutdown a port as a result of a match
failure.rw Enumeration .1.3.6.1.4.1.9.9.53.1.1.1.1.7 |
vmpsManagementDomainThe management domain this VMPS is servicing.rw DisplayString .1.3.6.1.4.1.9.9.53.1.1.1.1.8 |
vmpsRowStatusThe status of the conceptual row. A valid value of
vmpsManagementDomain must be set before the row can
become active. Devices that only support one instance
of the VMPS may opt to always have a row in this table
instantiated and not allow row manipulations.rw RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.9.9.53.1.1.1.1.9 |
vmpsRcpRemoteUserNameRemote username for download of the VMPS database
file via RCP protocol. This object must be set when
vmpsTriggerDownload is set to loadRcpDataBase(3).
This object will be have no effect for protocols
other than RCP.rw SnmpAdminString .1.3.6.1.4.1.9.9.53.1.1.1.1.10 |
vmpsStatsTableStatistics relating to this instance of the VMPS. SEQUENCE OF VmpsStatsEntry .1.3.6.1.4.1.9.9.53.1.1.2 |
vmpsStatsEntryAn entry (conceptual row) in the vmpsStatsTable. VmpsStatsEntry .1.3.6.1.4.1.9.9.53.1.1.2.1 |
vmpsLastRestartThe value of sysUpTime when the VMPS was last
restarted.ro TimeStamp -- Rsyntax TimeTicks .1.3.6.1.4.1.9.9.53.1.1.2.1.1 |
vmpsInConfigReqsThe total number of configure requests, including
vmpsInConfigErrors, that have been received by the VMPS.ro Counter .1.3.6.1.4.1.9.9.53.1.1.2.1.2 |
vmpsInConfigErrorsThen number of packets received by the VMPS but which
were not correctly formatted configure requests.ro Counter .1.3.6.1.4.1.9.9.53.1.1.2.1.3 |
vmpsOutConfigFailsThe number of configure responses sent by this
particular VMPS whose status was other than success.ro Counter .1.3.6.1.4.1.9.9.53.1.1.2.1.4 |
vmpsLastFailClientThe MAC address of the VLAN client whose last
configuration request was rejected. This MAC address
will be for the VLAN client who was delivered the last
configure response that caused the vmpsOutConfigFails
object to increment. This value is taken directly
from the configure request and is not guaranteed to
be correctly identify a client.ro MacAddress -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.53.1.1.2.1.5 |
vmpsOperStatusThis object reflects the actual state of the VMPS
which may differ from that of the vmpsAdminStatus
object. This can occur when the configuration database
fails to load but the corresponding vmpsAdminStatus is
`active'. The state loading(3) indicates that the VMPS is
currently loading the configuration database from the TFTP
server.ro Enumeration .1.3.6.1.4.1.9.9.53.1.1.2.1.6 |
vmpsDatabase OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.53.1.2 |
vmpsMacConfigTableA (conceptual) table utilized by a VMPS to map a MAC
address of a end station to a VLAN. SEQUENCE OF VmpsMacConfigEntry .1.3.6.1.4.1.9.9.53.1.2.1 |
vmpsMacConfigEntryAn entry (conceptual row) of a mapping between a MAC
address in utilization by an end station and a VLAN. VmpsMacConfigEntry .1.3.6.1.4.1.9.9.53.1.2.1.1 |
vmpsMacConfigAddressThe MAC address of an end station to be associated
with an VLAN. MacAddress -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.53.1.2.1.1.1 |
vmpsMacConfigVlanA VLAN that will be returned to an end
station that provides the corresponding MAC address in
a configuration request. A zero length string
indicates that the corresponding MAC address is not
permitted on any VLANs, including the fall-back.rw VlanName -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.53.1.2.1.1.2 |
vmpsMacConfigLastAccessedThe value of sysUpTime when this entry was last used
to map a MAC address to a VLAN name. Managers may
opt to use this object to garbage collect entries that
have not been used for a prolonged period of time.ro TimeStamp -- Rsyntax TimeTicks .1.3.6.1.4.1.9.9.53.1.2.1.1.3 |
vmpsMacConfigLastRequestorThe IP address of the device that requested the VLAN
associated with the MAC of this row. The manager may use this
object in an attempt to locate where a dynamic host currently
resides.ro IpAddress .1.3.6.1.4.1.9.9.53.1.2.1.1.4 |
vmpsMacConfigLastRequestPortIdThe ID of the port included in the configuration request
that corresponded to the designated entry in this table.ro DisplayString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.53.1.2.1.1.5 |
vmpsMacConfigLastResponseStatusThe value of the status field in the response for the last
configure request for this MAC-address.ro Enumeration .1.3.6.1.4.1.9.9.53.1.2.1.1.6 |
vmpsMacConfigStatusThe row cannot be set to `active' until an
appropriate value exists for vmpsMacConfigVlan.rw RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.9.9.53.1.2.1.1.7 |
vmpsVlanConfigTableA list of VLANs with restricted access from dynamic
ports. This list takes the form of a group of VLANs
and a group of ports permitted for those VLANs. If no
entry exists for a particular VLAN then there are no
restrictions as to what ports are allowed to access
that VLAN. If entries exist for a VLAN, then all ports
not explicitly permitted for that VLAN are denied
access (in the form of a failed configuration
response). SEQUENCE OF VmpsVlanConfigEntry .1.3.6.1.4.1.9.9.53.1.2.2 |
vmpsVlanConfigEntryAn entry (conceptual row) in the vmpsVlanConfigTable. VmpsVlanConfigEntry .1.3.6.1.4.1.9.9.53.1.2.2.1 |
vmpsVlanNameThe VLAN name associated with a group of ports which
are allowed access to that VLAN dynamically. VlanName -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.53.1.2.2.1.1 |
vmpsDeviceIdThe IP address of the device containing the
permitted ports. IpAddress .1.3.6.1.4.1.9.9.53.1.2.2.1.2 |
vmpsPortNameThe ifName of the port on which dynamic access to
the specified VLAN is allowed. DisplayString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.53.1.2.2.1.3 |
vmpsVlanConfigStatusThe status object associated with the conceptual row.rw RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.9.9.53.1.2.2.1.4 |
ciscoVlanMemberPolicyServerMIBNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.53.2 |
ciscoVlanMemberPolicyServerMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.53.3 |
ciscoVlanMemberPolicyServerMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.53.3.1 |
ciscoVlanMemberPolicyServerMIBCompliance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.53.3.1.1 |
ciscoVlanMemberPolicyServerMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.53.3.2 |
ciscoVlanMemberPolicyServerGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.53.3.2.1 |
ciscoVlanMemberPolicyServerRcpGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.53.3.2.2 |