IPI-VRF-MIB

The MIB module for provisioning and managing network
virtualization features. 
        
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
    

Imported Objects

InterfaceIndexIF-MIB
SnmpAdminStringSNMP-FRAMEWORK-MIB
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUPSNMPv2-CONF
MODULE-IDENTITY, OBJECT-TYPE, Unsigned32, enterprises, NOTIFICATION-TYPESNMPv2-SMI
StorageType, RowStatusSNMPv2-TC

Objects

oaccess .1.3.6.1.4.1.6926
oaOptiSwitch .1.3.6.1.4.1.6926.2
ipiVrfMIB .1.3.6.1.4.1.6926.2.35
ipiVrfMIBNotifs .1.3.6.1.4.1.6926.2.35.0
ipiVrfMIBObjects .1.3.6.1.4.1.6926.2.35.1
ipiVrf .1.3.6.1.4.1.6926.2.35.1.1
ipiVrfTable .1.3.6.1.4.1.6926.2.35.1.1.1
ipiVrfEntry .1.3.6.1.4.1.6926.2.35.1.1.1.1
ipiVrfIndex .1.3.6.1.4.1.6926.2.35.1.1.1.1.1
ipiVrfName .1.3.6.1.4.1.6926.2.35.1.1.1.1.2
ipiVrfOperStatus .1.3.6.1.4.1.6926.2.35.1.1.1.1.3
ipiVrfRouteDistProt .1.3.6.1.4.1.6926.2.35.1.1.1.1.4
ipiVrfStorageType
.1.3.6.1.4.1.6926.2.35.1.1.1.1.5
ipiVrfRowStatus
.1.3.6.1.4.1.6926.2.35.1.1.1.1.6
ipiInterface .1.3.6.1.4.1.6926.2.35.1.2
ipiVrfInterfaceTable .1.3.6.1.4.1.6926.2.35.1.2.1
ipiVrfInterfaceEntry .1.3.6.1.4.1.6926.2.35.1.2.1.1
ipiVrfInterfaceIndex .1.3.6.1.4.1.6926.2.35.1.2.1.1.1
ipiVrfInterfaceName .1.3.6.1.4.1.6926.2.35.1.2.1.1.2
ipiVrfInterfaceStorageType
.1.3.6.1.4.1.6926.2.35.1.2.1.1.3
ipiVrfInterfaceRowStatus
.1.3.6.1.4.1.6926.2.35.1.2.1.1.4
ipiVrfMIBConform .1.3.6.1.4.1.6926.2.35.2
ipiMIBGroups .1.3.6.1.4.1.6926.2.35.2.1
ipiMIBCompliances .1.3.6.1.4.1.6926.2.35.2.2

Notifications/Traps

NameOIDDescription
ipiVrfIfUp



.1.3.6.1.4.1.6926.2.35.0.1
ication 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 ipiVrfInterfaceIndex and the VRF is identified by ipiVrfName varbinds respectively.
ipiVrfIfDown



.1.3.6.1.4.1.6926.2.35.0.2
ication 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 ipiVrfInterfaceIndex and the VRF is identified by ipiVrfName 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 ipiVrfOperStatus will have a value of down(2).