CISCO-MODULE-VIRTUALIZATION-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-MODULE-VIRTUALIZATION-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoModuleVirtualizationMIB 1.3.6.1.4.1.9.9.472
This MIB provides a way to create virtual contexts, and managing them. A virtual context is logical partition of a physical device. The Virtual context provide different type of services and can be managed independently. Each virtual context is an independent entity, with its own configuration and supports almost all the options that can be configured on stand-alone hardware. Each context can have a separate management IP address that the user can Telnet/SSH into and send other requests(SNMP, FTP etc). This MIB contains tables for creating/deleting virtual contexts and assigning interfaces and/or interface ranges to virtual contexts.
         cmVirtualizationNotifs 1.3.6.1.4.1.9.9.472.0
             cmVirtContextAdded 1.3.6.1.4.1.9.9.472.0.1
This notifications will be sent when a virtual context is added.
             cmVirtContextRemoved 1.3.6.1.4.1.9.9.472.0.2
This notifications will be sent when a virtual context is removed/deleted.
         cmVirtualizationMIBObjects 1.3.6.1.4.1.9.9.472.1
             cmVirtualContext 1.3.6.1.4.1.9.9.472.1.1
                 cmVirtualContextTable 1.3.6.1.4.1.9.9.472.1.1.1 no-access
This is the virtual context table. A virtual context can be created for a module. This table is used for creating/deleting virtual contexts. The entries can be created/deleted by SNMP and/or by console commands.
                     cmVirtualContextEntry 1.3.6.1.4.1.9.9.472.1.1.1.1 no-access
An entry in virtual context table. Each entry provides information about a particular virtual context. To create a virtual context, following procedure is used: - choose the appropriate value for entPhysicalIndex to point to an entry(with entPhysicaClass = 'module') in entPhysicalTable. - specify the name of the virtual context. - create an entry in the table by specifying ciscoVirtualContextRowStatus value of 'createAndGo' or 'createAndWait'. One or more virtual contexts can be created in a module. Each of these contexts are identified by a unique name. Resources can be assigned/mapped to each virtual context. Configurations and Monitoring can be done each virtual context independent of each other. Configuration changes in one virtual context will not affect other.
                         cmVirtContextName 1.3.6.1.4.1.9.9.472.1.1.1.1.1 snmpadminstring no-access
This object uniquely identifies a virtual context.
                         cmVirtContextDescr 1.3.6.1.4.1.9.9.472.1.1.1.1.2 snmpadminstring read-only
This object is used for configuring the description of virtual context.
                         cmVirtContextURL 1.3.6.1.4.1.9.9.472.1.1.1.1.3 ciscourlstring read-only
This object is used for configuring the URL from which virtual context configuration will be downloaded. The configuration contains information on anything that is configured in a virtual context. Some examples of possible values for this object are: disk://[path/]filename ftp://[user[:password]@]server/[path/]filename tftp://server/[path/]filename http://server/[path/]filename https://server/[path/]filename. NOTE: Above list is just an example. It does not specify/limit only these values to be supported.
                         cmVirtContextResourceClass 1.3.6.1.4.1.9.9.472.1.1.1.1.4 ciscoresourceclass read-only
This object is used for assigning a resource class to a context. The resource class contains information on the resources that are managed/applicable to a context. The type of resources that may be applicable are governed by the CiscoResourceClass TEXTUAL CONVENTION. This object value must correspond to an entry in cmResourceClassTable.
                         cmVirtContextStorageType 1.3.6.1.4.1.9.9.472.1.1.1.1.5 storagetype read-only
The storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
                         cmVirtContextRowStatus 1.3.6.1.4.1.9.9.472.1.1.1.1.6 rowstatus read-only
This object is used for creating/deleting entries in this table.
                 cmVirtContextIfMapTable 1.3.6.1.4.1.9.9.472.1.1.2 no-access
This table is used for assigning interfaces to a virtual context. This table will configure the set of interfaces that can be used by a virtual context.
                     cmVirtContextIfMapEntry 1.3.6.1.4.1.9.9.472.1.1.2.1 no-access
An entry in Interface Map table. Each entry represents the interface or interface range that are assigned to a virtual context.
                         cmVirtContextIfMapType 1.3.6.1.4.1.9.9.472.1.1.2.1.1 ianaiftype no-access
This object specifies the interface type for which cmVirtContextIfMapIdHigh and cmVirtContextIfMapIdLow are applicable.
                         cmVirtContextIfMapIdLow 1.3.6.1.4.1.9.9.472.1.1.2.1.2 unsigned32 no-access
This object specifies the interface that can be assigned to a context. This object either represents an interface or lower value of the interface range.
                         cmVirtContextIfMapIdHigh 1.3.6.1.4.1.9.9.472.1.1.2.1.3 unsigned32 read-only
This object specifies the interface that will be assigned to a virtual context. The non-zero value specifies the upper value of the interface range. This value must be greater than the value in cmVirtContextIfMapIdLow. The value zero specifies that value specified in cmVirtContextIfMapIdLow is assigned.
                         cmVirtContextIfMapStorageType 1.3.6.1.4.1.9.9.472.1.1.2.1.4 storagetype read-only
The storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
                         cmVirtContextIfMapRowStatus 1.3.6.1.4.1.9.9.472.1.1.2.1.5 rowstatus read-only
This object is used for creating/deleting entries in this table.
             cmVirtualContextNotifControl 1.3.6.1.4.1.9.9.472.1.2
                 cmVirtContextNotifEnable 1.3.6.1.4.1.9.9.472.1.2.1 truthvalue read-write
This object is used for enabling/disabling notifications related to virtual context.
             cmVirtualContextNotifObjects 1.3.6.1.4.1.9.9.472.1.3
                 cmNotifVirtContextName 1.3.6.1.4.1.9.9.472.1.3.1 snmpadminstring no-access
This object is used in notifications only. This object contains the virtual context name. (i.e. value of cmVirtContextName).
         cmVirtualizationMIBConformance 1.3.6.1.4.1.9.9.472.2
             cmVirtualizationCompliances 1.3.6.1.4.1.9.9.472.2.1
                 cmVirtualizationCompliance 1.3.6.1.4.1.9.9.472.2.1.1
The compliance statement for SNMP entities which implement virtualization MIB.
             cmVirtualizationGroups 1.3.6.1.4.1.9.9.472.2.2
                 cmVirtContextconfigGroup 1.3.6.1.4.1.9.9.472.2.2.1
The collection of objects which are used to represent virtual contexts in a virtualized system.
                 cmVirtContextIfMapGroup 1.3.6.1.4.1.9.9.472.2.2.2
The collection of objects which are used for assigning interfaces to a virtual context.
                 cmVirtContextNotifControlGroup 1.3.6.1.4.1.9.9.472.2.2.3
The collection of object to control notifications that are sent.
                 cmVirtContextNotifObjectsGroup 1.3.6.1.4.1.9.9.472.2.2.4
The collection of objects sent only in notifications.
                 cmVirtContextNotificationGroup 1.3.6.1.4.1.9.9.472.2.2.5
The collection of objects which are used to represent virtual contexts in a virtualized system.