MIBs Depot

CISCO-VRF-MIB

Registered at
1.3.6.1.4.1.9.9.711
Last updated
2009-12-10 00:00
Organization
Cisco Systems, Inc.
Revisions
2009-12-10 00:00
Namespace
cisco
Source file
CISCO-VRF-MIB
Digest
sha256:5b5f9dd7ce4b746c33c038f045a0ae3698d1156901fdac545411475961c614a3

Description

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

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-snmp@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
IF-MIBInterfaceIndex, ifIndex, ifName
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, RowStatus, StorageType, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

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

Textual conventions

NameOIDSyntaxAccessStatus
CvVnetTagOrZero
TEXTUAL-CONVENTION
The tag value assigned to a vNET. The tag value is global, meaning on each router, the same vNET must be assigned the same numerical tag value. This is assigned by the system operator or NMS or through a network tag distribution mechanism. The valid tag value is ranged from 2 to 4094. Traffic that carries a vNET tag is called tagged traffic. On the other hand, traffic that does not carry a vNET tag is called untagged traffic. A vNET is defined as a VRF with a tag assigned. A valid tag value assigned to a VRF indicates it is a vNET. Zero(0) is a special value and its meaning should be interpreted in conjunction with the object definition using this type.
current
CvVrfIfType
TEXTUAL-CONVENTION
The type value denotes the manner in which the interface is used. vNETTrunkSI(1) : The sub-interface is created under a vNET trunk interface to carry vNET tagged traffic belonging to a VRF. vNETEdge(2) : The interface is assigned to a VRF which is tagged with a vNET tag. vrfEdge(3) : The interface is assigned to an untagged VRF.
current

Objects

NameOIDSyntaxAccessStatus
ciscoVrfMIBNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.711.0
ciscoVrfMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.711.1
cvVrf
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.711.1.1
cvVrfTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.711.1.1.1not-accessiblecurrent
cvVrfEntry
OBJECT-TYPE
An entry representing the information pertaining to a virtual routing and forwarding instance.
1.3.6.1.4.1.9.9.711.1.1.1.1not-accessiblecurrent
cvVrfIndex
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.711.1.1.1.1.1Unsigned32 (1..65535)not-accessiblecurrent
cvVrfName
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.711.1.1.1.1.2SnmpAdminString (SIZE(1..64))read-createcurrent
cvVrfVnetTag
OBJECT-TYPE
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).
1.3.6.1.4.1.9.9.711.1.1.1.1.3CvVnetTagOrZero (0 | 2..4094)read-createcurrent
cvVrfOperStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.711.1.1.1.1.4INTEGER {up(1), down(2)}read-onlycurrent
cvVrfRouteDistProt
OBJECT-TYPE
Denotes the route distribution protocol enabled in this VRF. Note that more than one routing protocol may be enabled at the same time.
1.3.6.1.4.1.9.9.711.1.1.1.1.5Bits {none(0), other(1), ospf(2), rip(3), isis(4), eigrp(5), bgp(6)}read-onlycurrent
cvVrfStorageType
OBJECT-TYPE
The storage type for this entry.
1.3.6.1.4.1.9.9.711.1.1.1.1.6StorageTyperead-onlycurrent
cvVrfRowStatus
OBJECT-TYPE
This object is used to create, modify, and/or delete a row in this table.
1.3.6.1.4.1.9.9.711.1.1.1.1.7RowStatusread-createcurrent
cvVrfListTable
OBJECT-TYPE
This table contains the entries representing the VRFs in a VRF List.
1.3.6.1.4.1.9.9.711.1.1.2not-accessiblecurrent
cvVrfListEntry
OBJECT-TYPE
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
1.3.6.1.4.1.9.9.711.1.1.2.1not-accessiblecurrent
cvVrfListName
OBJECT-TYPE
The human-readable name of the VRF List. This name uniquely identifies the VRF List in the system.
1.3.6.1.4.1.9.9.711.1.1.2.1.1SnmpAdminString (SIZE(1..64))not-accessiblecurrent
cvVrfListVindex
OBJECT-TYPE
This index uniquely identifies a VRF within the VRF list.
1.3.6.1.4.1.9.9.711.1.1.2.1.2Unsigned32 (1..32)not-accessiblecurrent
cvVrfListVrfIndex
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.711.1.1.2.1.3Unsigned32 (1..65535)read-createcurrent
cvVrfListStorageType
OBJECT-TYPE
The storage type for this entry.
1.3.6.1.4.1.9.9.711.1.1.2.1.4StorageTyperead-onlycurrent
cvVrfListRowStatus
OBJECT-TYPE
This object is used to create, modify, and/or delete a row in this table.
1.3.6.1.4.1.9.9.711.1.1.2.1.5RowStatusread-createcurrent
cvInterface
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.711.1.2
cvVrfInterfaceTable
OBJECT-TYPE
This table contains the entries representing the interfaces associated with a VRF instance.
1.3.6.1.4.1.9.9.711.1.2.1not-accessiblecurrent
cvVrfInterfaceEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.711.1.2.1.1not-accessiblecurrent
cvVrfInterfaceIndex
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.711.1.2.1.1.1InterfaceIndex (1..2147483647)not-accessiblecurrent
cvVrfInterfaceType
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.711.1.2.1.1.2CvVrfIfTyperead-onlycurrent
cvVrfInterfaceVnetTagOverride
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.711.1.2.1.1.3CvVnetTagOrZero (0 | 2..4094)read-createcurrent
cvVrfInterfaceStorageType
OBJECT-TYPE
The storage type for this entry.
1.3.6.1.4.1.9.9.711.1.2.1.1.4StorageTyperead-onlycurrent
cvVrfInterfaceRowStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.711.1.2.1.1.5RowStatusread-createcurrent
cvInterfaceTable
OBJECT-TYPE
This table contains entries representing the interfaces on which the vNET trunking can be enabled.
1.3.6.1.4.1.9.9.711.1.2.2not-accessiblecurrent
cvInterfaceEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.711.1.2.2.1not-accessiblecurrent
cvInterfaceVnetTrunkEnabled
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.711.1.2.2.1.1TruthValueread-writecurrent
cvInterfaceVnetVrfList
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.711.1.2.2.1.2SnmpAdminString (SIZE(0 | 1..32))read-writecurrent
cvNotifCntl
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.711.1.3
cvVrfIfNotifEnable
OBJECT-TYPE
This object indicates whether the device should generate notifications related to VRF Interface status change.
1.3.6.1.4.1.9.9.711.1.3.1TruthValueread-writecurrent
cvVnetTrunkNotifEnable
OBJECT-TYPE
This object indicates whether the device should generate notifications related to vNET Trunk Interface status change.
1.3.6.1.4.1.9.9.711.1.3.2TruthValueread-writecurrent
ciscoVrfMIBConform
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.711.2
cvMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.711.2.1
cvMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.711.2.2

Notifications

NameOIDStatus
cvVrfIfUp
NOTIFICATION-TYPE
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.
1.3.6.1.4.1.9.9.711.0.1current
cvVrfIfDown
NOTIFICATION-TYPE
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).
1.3.6.1.4.1.9.9.711.0.2current
cvVnetTrunkUp
NOTIFICATION-TYPE
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).
1.3.6.1.4.1.9.9.711.0.3current
cvVnetTrunkDown
NOTIFICATION-TYPE
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).
1.3.6.1.4.1.9.9.711.0.4current

Conformance

NameOIDStatus
cvMIBVrfGroup
OBJECT-GROUP
Collection of objects needed for VRF and VRF-Lite management.
1.3.6.1.4.1.9.9.711.2.1.1current
cvMIBVrfNotifGroup
NOTIFICATION-GROUP
Collection of VRF notifications.
1.3.6.1.4.1.9.9.711.2.1.2current
cvMIBVnetGroup
OBJECT-GROUP
Collection of objects needed for vNET management.
1.3.6.1.4.1.9.9.711.2.1.3current
cvMIBVnetNotifGroup
NOTIFICATION-GROUP
Collection of VRF and vNET notifications.
1.3.6.1.4.1.9.9.711.2.1.4current
cvMIBCompliance
MODULE-COMPLIANCE
The compliance statement for SNMP Agents which implement this MIB.
1.3.6.1.4.1.9.9.711.2.2.1current