CISCO-VRF-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-VRF-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
 ciscoVrfMIB 1.3.6.1.4.1.9.9.711
The MIB module for provisioning and managing network virtualization features. This module provides manageability for VRF, VRF-Lite and vNET. VRF stands for Virtual Routing and Forwarding. VRF is an extension of IP routing that provides multiple routing instances. VRF provides independent routing instances and hence the same or over-lapping addresses can be used without conflicting each other. VRFs are used in conjunction with MPLS VPN to provide traffic separation between multiple VPN customers. A VRF-Lite enabled device implements VRFs and does not require MPLS for end to end communication. Instead of using MPLS labels, VRF-Lite uses the interfaces to distinguish routes for different VPNs. VRF-Lite forms virtual packet-forwarding tables by associating one or more interfaces with each VRF, and interfaces cannot belong to more than one VRF at any time. VRF-Lite is an IP based hop-by-hop virtualization mechanism and it involves complex configuration of every hop in the network. vNET, virtual network, is also an IP based hop-by-hop mechanism that can provide end-to-end virtualization of the network. vNET greatly reduces the complexity in VRF-Lite deployment. This MIB module will allow the user to perform the following * Create and monitor VRFs * Group VRFs to create VRF List * Associate/Dis-associate interface to/from a VRF * Enable vNET trunking on an interface * Specify VRF list per trunk
         ciscoVrfMIBNotifs 1.3.6.1.4.1.9.9.711.0
             cvVrfIfUp 1.3.6.1.4.1.9.9.711.0.1
This notification is generated when: a. The ifOperStatus of an interface associated with a VRF changes to the up(1) state. b. When an interface with ifOperStatus = up(1) is associated with a VRF. The interface is identified by ifName and the VRF is identified by cvVrfName varbinds respectively.
             cvVrfIfDown 1.3.6.1.4.1.9.9.711.0.2
This notification is generated when: a. The ifOperStatus of an interface associated with a VRF changes to the down(2) state. b. When an interface with ifOperStatus = up(1) state is disassociated with a VRF. The interface is identified by ifName and the VRF is identified by cvVrfName varbinds respectively. If all the interfaces associated with the VRF are in down(2) state or if there are no more interfaces associated with the VRF, then the cvVrfOperStatus will have a value of down(2).
             cvVnetTrunkUp 1.3.6.1.4.1.9.9.711.0.3
This notification is generated when the ifOperStatus of a vNET trunk interface changes to the up(1) state. The interface is identified by ifName varbind. The notification will be generated for only those interfaces for which the cvInterfaceVnetTrunkEnabled object has a value of True(1).
             cvVnetTrunkDown 1.3.6.1.4.1.9.9.711.0.4
This notification is generated when the ifOperStatus of a vNET trunk interface changes to the down(2) state. The interface is identified by ifName varbind. The notification will be generated for only those interfaces for which the cvInterfaceVnetTrunkEnabled object has a value of True(1).
         ciscoVrfMIBObjects 1.3.6.1.4.1.9.9.711.1
             cvVrf 1.3.6.1.4.1.9.9.711.1.1
                 cvVrfTable 1.3.6.1.4.1.9.9.711.1.1.1 no-access
This table contains entries representing a VRF - Virtual Routing and Forwarding instance. There will be an entry for each VRF instance created in the system.
                     cvVrfEntry 1.3.6.1.4.1.9.9.711.1.1.1.1 no-access
An entry representing the information pertaining to a virtual routing and forwarding instance.
                         cvVrfIndex 1.3.6.1.4.1.9.9.711.1.1.1.1.1 unsigned32 no-access
An identifier that is assigned to each VRF and is used to uniquely identify it. The uniqueness of this identifier is restricted only to this device.
                         cvVrfName 1.3.6.1.4.1.9.9.711.1.1.1.1.2 snmpadminstring read-only
The human-readable name of the VRF instance. This name uniquely identifies the VRF instance in the system. This object is mandatory for creating an entry in this table.
                         cvVrfVnetTag 1.3.6.1.4.1.9.9.711.1.1.1.1.3 cvvnettagorzero read-only
The vNET tag assigned to this VRF instance. A value of zero(0) indicates the VRF instance is not a vNET and such vrf could be part of a VRF-Lite or MPLS deployment. A set with a value of zero(0) will remove the vNET tag assigned to this VRF. The value of this object can be changed even when cvVrfRowStatus is having a value of active(1).
                         cvVrfOperStatus 1.3.6.1.4.1.9.9.711.1.1.1.1.4 integer read-only
Denotes whether a VRF is operational or not. A VRF is up(1) when at least one interface associated with the VRF, which ifOperStatus is up(1). A VRF is down(2) when: a. There does not exist at least one interface whose ifOperStatus is up(1). b. There are no interfaces associated with the VRF. Enumeration: 'down': 2, 'up': 1.
                         cvVrfRouteDistProt 1.3.6.1.4.1.9.9.711.1.1.1.1.5 bits read-only
Denotes the route distribution protocol enabled in this VRF. Note that more than one routing protocol may be enabled at the same time. Bits: 'none': 0, 'isis': 4, 'rip': 3, 'bgp': 6, 'eigrp': 5, 'other': 1, 'ospf': 2.
                         cvVrfStorageType 1.3.6.1.4.1.9.9.711.1.1.1.1.6 storagetype read-only
The storage type for this entry.
                         cvVrfRowStatus 1.3.6.1.4.1.9.9.711.1.1.1.1.7 rowstatus read-only
This object is used to create, modify, and/or delete a row in this table.
                 cvVrfListTable 1.3.6.1.4.1.9.9.711.1.1.2 no-access
This table contains the entries representing the VRFs in a VRF List.
                     cvVrfListEntry 1.3.6.1.4.1.9.9.711.1.1.2.1 no-access
An entry in this table represents a VRF in a VRF list. A VRF list is a collection of VRFs grouped together. The list defined here can be associated to a vNET trunk interface, which would then act as a trunk carrying traffic for all VRFs in the VRF list. An example of a VRF List - list1.1 = Vrf_Finance list1.2 = Vrf_HR
                         cvVrfListName 1.3.6.1.4.1.9.9.711.1.1.2.1.1 snmpadminstring no-access
The human-readable name of the VRF List. This name uniquely identifies the VRF List in the system.
                         cvVrfListVindex 1.3.6.1.4.1.9.9.711.1.1.2.1.2 unsigned32 no-access
This index uniquely identifies a VRF within the VRF list.
                         cvVrfListVrfIndex 1.3.6.1.4.1.9.9.711.1.1.2.1.3 unsigned32 read-only
This object indicates the associated VRF in the cvVrfTable. The value of this object is index value (cvVrfIndex) of cvVrfTable. The value of this object cannot be modified when the entry is in active(1) state.
                         cvVrfListStorageType 1.3.6.1.4.1.9.9.711.1.1.2.1.4 storagetype read-only
The storage type for this entry.
                         cvVrfListRowStatus 1.3.6.1.4.1.9.9.711.1.1.2.1.5 rowstatus read-only
This object is used to create, modify, and/or delete a row in this table.
             cvInterface 1.3.6.1.4.1.9.9.711.1.2
                 cvVrfInterfaceTable 1.3.6.1.4.1.9.9.711.1.2.1 no-access
This table contains the entries representing the interfaces associated with a VRF instance.
                     cvVrfInterfaceEntry 1.3.6.1.4.1.9.9.711.1.2.1.1 no-access
An entry in this table represents an interface to which a VRF is associated. A VRF can be associated to multiple interfaces. There will be one entry per interface for each VRF instance in this table.
                         cvVrfInterfaceIndex 1.3.6.1.4.1.9.9.711.1.2.1.1.1 interfaceindex no-access
This is a unique index for an entry in this table. A non-zero index for an entry indicates the ifIndex for the corresponding interface entry in the ifTable. Note that this table does not necessarily correspond one-to-one with all entries in the Interface MIB.
                         cvVrfInterfaceType 1.3.6.1.4.1.9.9.711.1.2.1.1.2 cvvrfiftype read-only
The VRF type of this interface. The type of the interface is determined based on the VRF associated with this interface. If the VRF is not tagged with vnet tag then the type will be vrfEdge. If the VRF is tagged with vnet tag then it will become vnetEdge. For vNETTrunkSI, the sub-interface in question is automatically created for a VRF when trunking is enabled on the main interface.
                         cvVrfInterfaceVnetTagOverride 1.3.6.1.4.1.9.9.711.1.2.1.1.3 cvvnettagorzero read-only
This object can be used to over-ride the vNET tag assigned to the VRF traffic going through this interface. This object is applicable only if the cvVrfInterfaceType of this interface has a value of vNETTrunkSI(1). By default the tagged traffic will use the value denoted by cvVrfVnetTag of this VRF. In which case this object will have a value of zero(0). A set with a value of zero(0) will revert the tag assignment behaviour to default behaviour mentioned above.
                         cvVrfInterfaceStorageType 1.3.6.1.4.1.9.9.711.1.2.1.1.4 storagetype read-only
The storage type for this entry.
                         cvVrfInterfaceRowStatus 1.3.6.1.4.1.9.9.711.1.2.1.1.5 rowstatus read-only
This object is used to create, modify, and/or delete a row in this table. When a row is created in this table the VRF is associated to an interface. When a row is deleted from this table the VRF is dis-associated from the interface.
                 cvInterfaceTable 1.3.6.1.4.1.9.9.711.1.2.2 no-access
This table contains entries representing the interfaces on which the vNET trunking can be enabled.
                     cvInterfaceEntry 1.3.6.1.4.1.9.9.711.1.2.2.1 no-access
An entry in this table represents an interface on which the vNET trunking can be enabled. When an interface is enabled for vNET trunking, it will carry the traffic for the VRFs which are tagged with the vNET tag.
                         cvInterfaceVnetTrunkEnabled 1.3.6.1.4.1.9.9.711.1.2.2.1.1 truthvalue read-write
This object represents the vNET trunking status for this interface. When enabled for vNET trunking the interface will carry traffic of all vNETs in the device.
                         cvInterfaceVnetVrfList 1.3.6.1.4.1.9.9.711.1.2.2.1.2 snmpadminstring read-write
The name of the VRF List associated with this interface. A non-zero length string represent a list of vNET tagged VRFs, whose traffic will be forwarded through this interface. A zero length string denotes that the traffic for all the vNET tagged VRFs will be forwarded through this interface.
             cvNotifCntl 1.3.6.1.4.1.9.9.711.1.3
                 cvVrfIfNotifEnable 1.3.6.1.4.1.9.9.711.1.3.1 truthvalue read-write
This object indicates whether the device should generate notifications related to VRF Interface status change.
                 cvVnetTrunkNotifEnable 1.3.6.1.4.1.9.9.711.1.3.2 truthvalue read-write
This object indicates whether the device should generate notifications related to vNET Trunk Interface status change.
         ciscoVrfMIBConform 1.3.6.1.4.1.9.9.711.2
             cvMIBGroups 1.3.6.1.4.1.9.9.711.2.1
                 cvMIBVrfGroup 1.3.6.1.4.1.9.9.711.2.1.1
Collection of objects needed for VRF and VRF-Lite management.
                 cvMIBVrfNotifGroup 1.3.6.1.4.1.9.9.711.2.1.2
Collection of VRF notifications.
                 cvMIBVnetGroup 1.3.6.1.4.1.9.9.711.2.1.3
Collection of objects needed for vNET management.
                 cvMIBVnetNotifGroup 1.3.6.1.4.1.9.9.711.2.1.4
Collection of VRF and vNET notifications.
             cvMIBCompliances 1.3.6.1.4.1.9.9.711.2.2
                 cvMIBCompliance 1.3.6.1.4.1.9.9.711.2.2.1
The compliance statement for SNMP Agents which implement this MIB.