ARISTA-VRF-MIB

File: ARISTA-VRF-MIB.mib (7387 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF IF-MIB
SNMPv2-TC ARISTA-SMI-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE MODULE-COMPLIANCE
OBJECT-GROUP ifIndex TEXTUAL-CONVENTION
aristaMibs

Defined Types

VrfName  
A human-readable identifier assigned to every VRF. The identifier is unique across all VRFs in the system.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..100)  

VrfRouteDistinguisher  
A route distinguisher as defined in [RFC4364], in the form ':', where is the administrator ID (e.g., an AS number) and is the locally assigned number.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..256)  

VrfState  
The state of a specific VRF. When the administrator configures a VRF on the system, it stays inactive until a route distinguisher is assigned to it. Also, when the administrator deletes a VRF, there can be a small delay before the VRF is completely unconfigured from the system, during which time its status becomes inactive.
TEXTUAL-CONVENTION    
  INTEGER active(1), inactive(2)  

AristaVrfEntry  
SEQUENCE    
  aristaVrfName VrfName
  aristaVrfRoutingStatus BITS
  aristaVrfRouteDistinguisher VrfRouteDistinguisher
  aristaVrfState VrfState

AristaVrfIfEntry  
SEQUENCE    
  aristaVrfIfMembership VrfName

Defined Values

aristaVrfMIB 1.3.6.1.4.1.30065.3.18
This MIB contains information related to Virtual Routing and Forwarding (VRF). VRF is a mechanism by which a single device can provide independent routing instances. This allows customers to virtually isolate network traffic, and also use overlapping IP addresses. Layer3 or routed interfaces in the system will belong to one VRF at a time. The datapath forwarding logic uses the VRF membership of the input interface to determine a specific forwarding table to use for routing the traffic. VRF can also be used to isolate management traffic from the rest of the data plane traffic. This MIB module provides the following pieces of information: * A table of all VRFs configured in the system * A table that contains the VRF membership information for all routed interfaces in the system by sparsely augmenting the ifTable.
MODULE-IDENTITY    

aristaVrfMibObjects 1.3.6.1.4.1.30065.3.18.1
OBJECT IDENTIFIER    

aristaVrfMibConformance 1.3.6.1.4.1.30065.3.18.2
OBJECT IDENTIFIER    

aristaVrfTable 1.3.6.1.4.1.30065.3.18.1.1
This table contains information about VRFs currently configured in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AristaVrfEntry

aristaVrfEntry 1.3.6.1.4.1.30065.3.18.1.1.1
A single row containing information for one VRF that is configured in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  AristaVrfEntry  

aristaVrfName 1.3.6.1.4.1.30065.3.18.1.1.1.1
The name of the VRF that is represented by this row.
Status: current Access: not-accessible
OBJECT-TYPE    
  VrfName  

aristaVrfRoutingStatus 1.3.6.1.4.1.30065.3.18.1.1.1.2
The current status of data path routing in this VRF. Routing for IPv4 and IPv6 packets can be independently enabled by the administrator for a given VRF. This object carries the routing status for both the protocol versions. If data path routing is enabled for a protocol, the bit for the protocol is 1.
Status: current Access: read-only
OBJECT-TYPE    
  BITS ipv4(0), ipv6(1)  

aristaVrfRouteDistinguisher 1.3.6.1.4.1.30065.3.18.1.1.1.3
The route distinguisher for this VRF.
Status: current Access: read-only
OBJECT-TYPE    
  VrfRouteDistinguisher  

aristaVrfState 1.3.6.1.4.1.30065.3.18.1.1.1.4
The state of the VRF.
Status: current Access: read-only
OBJECT-TYPE    
  VrfState  

aristaVrfIfTable 1.3.6.1.4.1.30065.3.18.1.2
This table augments the ifTable and contains the VRF membership information for every routed interface in the system. A row is present only for each active routed (or layer3) interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AristaVrfIfEntry

aristaVrfIfEntry 1.3.6.1.4.1.30065.3.18.1.2.1
VRF membership information for a single routed interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  AristaVrfIfEntry  

aristaVrfIfMembership 1.3.6.1.4.1.30065.3.18.1.2.1.1
The name of the VRF that this routed interface is currently part of.
Status: current Access: read-only
OBJECT-TYPE    
  VrfName  

aristaVrfMibCompliances 1.3.6.1.4.1.30065.3.18.2.1
OBJECT IDENTIFIER    

aristaVrfMibGroups 1.3.6.1.4.1.30065.3.18.2.2
OBJECT IDENTIFIER    

aristaVrfMibCompliance 1.3.6.1.4.1.30065.3.18.2.1.1
The compliance statement for Arista switches that implement the ARISTA-VRF-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

aristaVrfInformationGroup 1.3.6.1.4.1.30065.3.18.2.2.1
The collection of objects that provide VRF information in the system.
Status: current Access: read-only
OBJECT-GROUP