CISCO-VIRTUAL-INTERFACE-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-VIRTUAL-INTERFACE-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
 ciscoVirtualInterfaceMIB 1.3.6.1.4.1.9.9.648
The MIB module for creation and deletion of Virtual Interfaces and Virtual Interface Groups. In addition to this MIB, interface mib (rfc2863) will also contain entries for virtual interfaces. There are two ways virtual interfaces can be created and bound to an interface. The MIB Object cvifGroupsSupported indicates if a particular system supports the Virtual Interface Group concept. If Virtual Interface Groups are supported, then a virtual interface is always created/deleted in conjunction with its associated Virtual Interface Group. The Virtual Interface Group, which may be associated to multiple virtual interfaces, is then bound to a physical interface or another virtual interface like an EtherChannel. If Virtual Interface Groups are not supported, then a virtual interface is created/deleted independently. And each virtual interface is bound to a physical interface or another virtual interface like an EtherChannel. In order for a virtual interface to become operational, it must be directly or indirectly (via its Virtual Interface Group) bound to a physical interface or possibly to another virtual interface such as an EtherChannel. The cvifGroupTable is only used if the MIB object cvifGroupsSupported indicates Virtual Interface Groups are supported.
         ciscoVirtualInterfaceMIBObjects 1.3.6.1.4.1.9.9.648.1
             cvifGlobals 1.3.6.1.4.1.9.9.648.1.1
                 cvifGroupsSupported 1.3.6.1.4.1.9.9.648.1.1.1 truthvalue read-write
This is a boolean that indicates whether Virtual Interface Groups are supported (and enabled). Note that many agents are unlikely to support write-access for this object. If there are entries in the cvifGroupTable when this value is being set to false, the set will fail.
             cvifConfig 1.3.6.1.4.1.9.9.648.1.2
                 cvifGroupTable 1.3.6.1.4.1.9.9.648.1.2.1 no-access
This table facilitates the creation and deletion of a Virtual Interface Group. Entries in this table exist only if cvifGroupsSupported is 'true'. A Virtual Interface Group is a collection of virtual interfaces on an adapter in a server. The virtual interfaces within a Virtual Interface Group do not need to all have the same ifType.
                     cvifGroupEntry 1.3.6.1.4.1.9.9.648.1.2.1.1 no-access
There is one entry in this table for each created Virtual Interface Group.
                         cvifGroupIndex 1.3.6.1.4.1.9.9.648.1.2.1.1.1 unsigned32 no-access
An index that uniquely identifies an entry in the cvifGroupTable table.
                         cvifGroupIfIndex 1.3.6.1.4.1.9.9.648.1.2.1.1.2 interfaceindex read-only
The ifIndex of this Virtual Interface Group.
                         cvifGroupBindingIfIndex 1.3.6.1.4.1.9.9.648.1.2.1.1.3 interfaceindexorzero read-only
The ifIndex of the physical interface or another virtual interface like an Etherchannel bound to this Virtual Interface Group. The binding can happen at Virtual Interface Group creation time or at a later time. In order for Virtual Interface Group to become operational, binding to a physical interface or a virtual interface like an Etherchannel is mandatory. When the virtual interface group is not bound to an interface, this field has a value of zero.
                         cvifGroupMemberList 1.3.6.1.4.1.9.9.648.1.2.1.1.4 portmemberlist read-only
The list of Virtual interfaces in the Virtual Interface Group.
                         cvifGroupCreationTime 1.3.6.1.4.1.9.9.648.1.2.1.1.5 timestamp read-only
The timestamp of this entry's creation time.
                         cvifGroupFailureCause 1.3.6.1.4.1.9.9.648.1.2.1.1.6 snmpadminstring read-only
The cause of failure for the last bind operation. This object will be zero length if and only if the bind is successful. After a successful bind operation, the value of cvifGroupOperState is set to 'up'.
                         cvifGroupOperState 1.3.6.1.4.1.9.9.648.1.2.1.1.7 integer read-only
Operational state of the Virtual Interface Group. Enumeration: 'down': 2, 'up': 1.
                         cvifGroupRowStatus 1.3.6.1.4.1.9.9.648.1.2.1.1.8 rowstatus read-only
The status of this conceptual row. The RowStatus becomes active on successful creation of a Virtual Interface Group. It is not necessary for the cvifGroupBindingIfIndex to be set at the time of creation.
                 cvifTable 1.3.6.1.4.1.9.9.648.1.2.2 no-access
This table facilitates the creation and deletion of virtual interfaces. Virtual interfaces may or may not be associated with a Virtual Interface Group according to the value of cvifGroupsSupported. In order for a virtual interface to become operational, it must be directly bound to a physical interface or another virtual interface like an EtherChannel or indirectly bound via its Virtual Interface Group. At creation time, the cvifType must be identified.
                     cvifEntry 1.3.6.1.4.1.9.9.648.1.2.2.1 no-access
There is one entry in this table for each created virtual Interface
                         cvifIndex 1.3.6.1.4.1.9.9.648.1.2.2.1.1 unsigned32 no-access
When Virtual Interface Groups (as indicated by the cvifGroupsSupported MIB object) are supported, this is the Virtual Interface Group index. Otherwise, this index identifies the virtual interface.
                         cvifType 1.3.6.1.4.1.9.9.648.1.2.2.1.2 ianaiftype no-access
The type of virtual interface desired by the network manager. If and when a row is created in this table by using a SetRequest to cvifRowStatus, the corresponding ifTable row will be created by the agent with its ifType as specified by this object. Note that agents are unlikely to support more than a few values for this object, e.g., 'ethernetCsmacd(6)' and 'fibreChannel(56)'.
                         cvifIfIndex 1.3.6.1.4.1.9.9.648.1.2.2.1.3 interfaceindex read-only
The ifIndex of this virtual interface.
                         cvifCreationTime 1.3.6.1.4.1.9.9.648.1.2.2.1.4 timestamp read-only
The timestamp of this entry's creation time.
                         cvifBindingIfIndex 1.3.6.1.4.1.9.9.648.1.2.2.1.5 interfaceindexorzero read-only
This field is supported only when Virtual Interface Groups are not supported, as indicated by the cvifGroupsSupported MIB object. It identifies the ifIndex of the interface that this virtual interface is bound to. In order for a virtual interface to become operational, in the absence of Virtual Interface Groups, binding to an interface is mandatory. When the virtual interface is not bound to an interface, this field has a value of zero.
                         cvifFailureCause 1.3.6.1.4.1.9.9.648.1.2.2.1.6 snmpadminstring read-only
This field is supported only when Virtual Interface Groups are not supported, as indicated by the cvifGroupsSupported MIB object. The cause of failure for the last bind operation. This object will be zero length if and only if the bind is successful.
                         cvifRowStatus 1.3.6.1.4.1.9.9.648.1.2.2.1.7 rowstatus read-only
The status of this conceptual row. The RowStatus becomes active on successful creation of a virtual interface. If Virtual Interface Groups are not supported, as indicated by the cvifGroupsSupported MIB object, the virtual interface must be bound to a physical interface or another virtual interface like an Etherchannel before it can become operational.
         ciscoVirtualInterfaceMIBConformance 1.3.6.1.4.1.9.9.648.2
             cvifMIBCompliances 1.3.6.1.4.1.9.9.648.2.1
                 cvifGroupMIBCompliance 1.3.6.1.4.1.9.9.648.2.1.1
The compliance statement for entities which implement the CISCO-VIRTUAL-INTERFACE-MIB mib, with support for Virtual Interface Groups, as indicated by the cvifGroupsSupported MIB object.
                 cvifMIBCompliance 1.3.6.1.4.1.9.9.648.2.1.2
The compliance statement for entities which implement the CISCO-VIRTUAL-INTERFACE-MIB mib, without support for Virtual Interface Groups, as indicated by the cvifGroupsSupported MIB object.
             cvifMIBGroups 1.3.6.1.4.1.9.9.648.2.2
                 cvifGroupConformanceObjects 1.3.6.1.4.1.9.9.648.2.2.1
A collection of objects related to implementation of virtual interfaces bound to Virtual Interface Groups.
                 cvifCommonConformanceObjects 1.3.6.1.4.1.9.9.648.2.2.2
A collection of objects related to all implementations of virtual interfaces.
                 cvifPhysicalConformanceObjects 1.3.6.1.4.1.9.9.648.2.2.3
A collection of objects related to implementation of virtual interfaces bound to physical interfaces.