MIB Viewer

ARISTA-VRF-MIB

19 objects
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.
Imported Objects
ARISTA-SMI-MIBaristaMibs
IF-MIBifIndex
SNMPv2-CONFMODULE-COMPLIANCE OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY OBJECT-TYPE
SNMPv2-TCTEXTUAL-CONVENTION
OIDNameAccessStatusDescription
1.3.6.1.4.1.30065.3.18IdentityaristaVrfMIBThis MIB contains information related to Virtual Routing and Forwarding (VRF). VRF is a mechanism by which a single device can provide independent routing inst…
1.3.6.1.4.1.30065.3.18.1NodearistaVrfMibObjects
1.3.6.1.4.1.30065.3.18.1.1TablearistaVrfTablenot-accessiblecurrentThis table contains information about VRFs currently configured in the system.
1.3.6.1.4.1.30065.3.18.1.1.1RowaristaVrfEntrynot-accessiblecurrentA single row containing information for one VRF that is configured in the system.
1.3.6.1.4.1.30065.3.18.1.1.1.1ColumnaristaVrfNamenot-accessiblecurrentThe name of the VRF that is represented by this row.
1.3.6.1.4.1.30065.3.18.1.1.1.2ColumnaristaVrfRoutingStatusread-onlycurrentThe 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 …
1.3.6.1.4.1.30065.3.18.1.1.1.3ColumnaristaVrfRouteDistinguisherread-onlycurrentThe route distinguisher for this VRF.
1.3.6.1.4.1.30065.3.18.1.1.1.4ColumnaristaVrfStateread-onlycurrentThe state of the VRF.
1.3.6.1.4.1.30065.3.18.1.2TablearistaVrfIfTablenot-accessiblecurrentThis 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 rou…
1.3.6.1.4.1.30065.3.18.1.2.1RowaristaVrfIfEntrynot-accessiblecurrentVRF membership information for a single routed interface.
1.3.6.1.4.1.30065.3.18.1.2.1.1ColumnaristaVrfIfMembershipread-onlycurrentThe name of the VRF that this routed interface is currently part of.
1.3.6.1.4.1.30065.3.18.2NodearistaVrfMibConformance
1.3.6.1.4.1.30065.3.18.2.1NodearistaVrfMibCompliances
1.3.6.1.4.1.30065.3.18.2.1.1CompliancearistaVrfMibCompliancecurrentThe compliance statement for Arista switches that implement the ARISTA-VRF-MIB.
1.3.6.1.4.1.30065.3.18.2.2NodearistaVrfMibGroups
1.3.6.1.4.1.30065.3.18.2.2.1GrouparistaVrfInformationGroupcurrentThe collection of objects that provide VRF information in the system.
Type Definitions
NameSyntaxStatusDescription
VrfNameOCTET STRING (SIZE (0..100))currentA human-readable identifier assigned to every VRF. The identifier is unique across all VRFs in the system.
VrfRouteDistinguisherOCTET STRING(SIZE (0..256))currentA route distinguisher as defined in [RFC4364], in the form '<admin>:<local>', where <admin> is the administrator ID (e.g., an AS number) and <local> is the locally assigned number.
VrfStateINTEGER { active(1), inactive(2) }currentThe 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…