CISCO-VIRTUAL-INTERFACE-MIB

File: CISCO-VIRTUAL-INTERFACE-MIB.mib (16426 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB IF-MIB IANAifType-MIB
CISCO-ST-TC CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
MODULE-COMPLIANCE OBJECT-GROUP RowStatus
TimeStamp TruthValue SnmpAdminString
InterfaceIndex InterfaceIndexOrZero IANAifType
PortMemberList ciscoMgmt

Defined Types

CvifGroupEntry  
SEQUENCE    
  cvifGroupIndex Unsigned32
  cvifGroupIfIndex InterfaceIndex
  cvifGroupBindingIfIndex InterfaceIndexOrZero
  cvifGroupMemberList PortMemberList
  cvifGroupCreationTime TimeStamp
  cvifGroupFailureCause SnmpAdminString
  cvifGroupOperState INTEGER
  cvifGroupRowStatus RowStatus

CvifEntry  
SEQUENCE    
  cvifIndex Unsigned32
  cvifType IANAifType
  cvifIfIndex InterfaceIndex
  cvifCreationTime TimeStamp
  cvifBindingIfIndex InterfaceIndexOrZero
  cvifFailureCause SnmpAdminString
  cvifRowStatus RowStatus

Defined Values

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.
MODULE-IDENTITY    

ciscoVirtualInterfaceMIBObjects 1.3.6.1.4.1.9.9.648.1
OBJECT IDENTIFIER    

ciscoVirtualInterfaceMIBConformance 1.3.6.1.4.1.9.9.648.2
OBJECT IDENTIFIER    

cvifGlobals 1.3.6.1.4.1.9.9.648.1.1
OBJECT IDENTIFIER    

cvifConfig 1.3.6.1.4.1.9.9.648.1.2
OBJECT IDENTIFIER    

cvifGroupsSupported 1.3.6.1.4.1.9.9.648.1.1.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cvifGroupTable 1.3.6.1.4.1.9.9.648.1.2.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CvifGroupEntry

cvifGroupEntry 1.3.6.1.4.1.9.9.648.1.2.1.1
There is one entry in this table for each created Virtual Interface Group.
Status: current Access: not-accessible
OBJECT-TYPE    
  CvifGroupEntry  

cvifGroupIndex 1.3.6.1.4.1.9.9.648.1.2.1.1.1
An index that uniquely identifies an entry in the cvifGroupTable table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..1024  

cvifGroupIfIndex 1.3.6.1.4.1.9.9.648.1.2.1.1.2
The ifIndex of this Virtual Interface Group.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cvifGroupBindingIfIndex 1.3.6.1.4.1.9.9.648.1.2.1.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

cvifGroupMemberList 1.3.6.1.4.1.9.9.648.1.2.1.1.4
The list of Virtual interfaces in the Virtual Interface Group.
Status: current Access: read-only
OBJECT-TYPE    
  PortMemberList  

cvifGroupCreationTime 1.3.6.1.4.1.9.9.648.1.2.1.1.5
The timestamp of this entry's creation time.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cvifGroupFailureCause 1.3.6.1.4.1.9.9.648.1.2.1.1.6
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'.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cvifGroupOperState 1.3.6.1.4.1.9.9.648.1.2.1.1.7
Operational state of the Virtual Interface Group.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

cvifGroupRowStatus 1.3.6.1.4.1.9.9.648.1.2.1.1.8
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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cvifTable 1.3.6.1.4.1.9.9.648.1.2.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CvifEntry

cvifEntry 1.3.6.1.4.1.9.9.648.1.2.2.1
There is one entry in this table for each created virtual Interface
Status: current Access: not-accessible
OBJECT-TYPE    
  CvifEntry  

cvifIndex 1.3.6.1.4.1.9.9.648.1.2.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..1024  

cvifType 1.3.6.1.4.1.9.9.648.1.2.2.1.2
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)'.
Status: current Access: not-accessible
OBJECT-TYPE    
  IANAifType  

cvifIfIndex 1.3.6.1.4.1.9.9.648.1.2.2.1.3
The ifIndex of this virtual interface.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cvifCreationTime 1.3.6.1.4.1.9.9.648.1.2.2.1.4
The timestamp of this entry's creation time.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cvifBindingIfIndex 1.3.6.1.4.1.9.9.648.1.2.2.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

cvifFailureCause 1.3.6.1.4.1.9.9.648.1.2.2.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cvifRowStatus 1.3.6.1.4.1.9.9.648.1.2.2.1.7
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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cvifMIBCompliances 1.3.6.1.4.1.9.9.648.2.1
OBJECT IDENTIFIER    

cvifMIBGroups 1.3.6.1.4.1.9.9.648.2.2
OBJECT IDENTIFIER    

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.
Status: current Access: read-only
MODULE-COMPLIANCE    

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.
Status: current Access: read-only
MODULE-COMPLIANCE    

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.
Status: current Access: read-only
OBJECT-GROUP    

cvifCommonConformanceObjects 1.3.6.1.4.1.9.9.648.2.2.2
A collection of objects related to all implementations of virtual interfaces.
Status: current Access: read-only
OBJECT-GROUP    

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.
Status: current Access: read-only
OBJECT-GROUP