All MIBs › Juniper-ROUTER-MIB
Organization: Juniper Networks, Inc.
Last Updated: 2004-05-06
Category: Technology: Routing, Vendor: Juniper
Description:
Juniper Networks MIB for managing virtual router instances, routing contexts, and associated interfaces on Juniper E-series platforms.
Imported Objects
| JuniIpPolicyExtendedCommunity | |
| JuniIpPolicyName |
From Juniper-MIBs
| juniMibs | MODULE-IDENTITY |
From Juniper-TC
| JuniName |
From SNMP-FRAMEWORK-MIB
| SnmpEngineID |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Counter32 | |
| MODULE-IDENTITY | |
| OBJECT-TYPE | |
| Unsigned32 |
From SNMPv2-TC
| DisplayString | |
| RowStatus | |
| TEXTUAL-CONVENTION | |
| TruthValue |
What Is Juniper-ROUTER-MIB?
Juniper-ROUTER-MIB is a Juniper Networks vendor-specific module for the E-series (ERX/E120/E320) platform, managing the creation, deletion, and administrative state of logical/virtual routers (VRs and VRFs) that run within a physical chassis. It exposes summary counts of configured virtual router instances alongside a per-router table giving each virtual router's name, context, VRF association, and row (creation/administrative) status. Its monitoring role is chiefly configuration/operational-status tracking for virtualization on the box: the summary counts let an operator confirm the expected number of virtual routers exist, while juniRouterRowStatus on each entry confirms a given virtual router is active rather than stuck mid-creation or being torn down. It underlies protocol- and interface-level MIBs scoped per virtual router context, since routing protocols and interfaces on an E-series box are managed relative to the router context they belong to. It is deployed specifically on Juniper E-series edge/broadband routers used by service providers for large-scale subscriber and VRF-based routing separation. Operators managing many virtual routers often browse the Juniper-ROUTER-MIB OID subtree directly to enumerate all provisioned VR/VRF entries at once rather than polling them individually.
IPNetwork Monitor allows you to monitor SNMP objects defined in Juniper-ROUTER-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- number of virtual routers configured
- number of VRFs configured
- virtual router administrative/row status
- virtual router name and routing context
- total configured router instance count
Supported Devices
- Juniper E-series router (ERX/E120/E320)
Monitoring Examples
An operator would poll juniRouterTable/juniRouterEntry, checking juniRouterRowStatus for each juniRouterName to confirm a provisioned virtual router is fully active, and cross-check juniRouterSummaryTotalConfigured against the expected count to catch a VR that failed to instantiate. juniRouterVrf and juniRouterContextName together let an operator map a virtual router to its VRF and see which routing context downstream interface/protocol MIBs should be queried against. A sudden drop in juniRouterSummaryParentVRsConfigured could indicate an unexpected virtual router deletion affecting subscriber routing separation.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| juniRouterMIB | 1.3.6.1.4.1.4874.2.2.32 | The Router MIB is used to manage the creation and deletion as well as the administrative states of the protocols and functions that run within a designated router. | ||
| juniRouterObjects | 1.3.6.1.4.1.4874.2.2.32.1 | |||
| JUN juniRouterNextRouterIndex | 1.3.6.1.4.1.4874.2.2.32.1.1 | JuniNextRouterIndex | read-only | Coordinates routerIndex and juniRouterVrfIndex value allocation for entries in the juniRouterTable and juniRouterVrfTable, respectively. A GET of this object returns the next available routerIndex value to be used to create an entry in the associated router table; or zero, if no valid routerIndex value is available. This object also returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that routerIndex allocation is unintended. Successive GETs will typically return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously. |
| juniRouterTable | 1.3.6.1.4.1.4874.2.2.32.1.2 | not-accessible | This table contains entries for routers present in the system. | |
| juniRouterEntry | 1.3.6.1.4.1.4874.2.2.32.1.2.1 | not-accessible | Each entry in this table represents a single router. Creating and/or deleting entries in this table causes corresponding entries to be created or deleted in the juniRouterProtocolTable. Note that VRFs also appear as entries in this table and can be differentiated by the juniRouterVrf object. The juniRouterVrfTable shows the parent / child relationship between routers and VRFs present in the system. | |
| U32 juniRouterIndex | 1.3.6.1.4.1.4874.2.2.32.1.2.1.1 | Unsigned32 | not-accessible | The routerIndex of this router. When creating entries in this table, suitable values for this object are determined by reading juniRouterNextRouterIndex. |
| JUN juniRouterName | 1.3.6.1.4.1.4874.2.2.32.1.2.1.2 | JuniName | read-create | The administratively assigned name given to this router. The name must be unique within the context of this table and cannot be changed after the router instance is created. |
| ROW juniRouterRowStatus | 1.3.6.1.4.1.4874.2.2.32.1.2.1.3 | RowStatus | read-create | Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: juniRouterRowStatus juniRouterName In addition, when creating an entry the following conditions must hold: A value for juniRouterIndex must have been determined previously by reading juniRouterNextRouterIndex. A corresponding entries in juniRouterProtocolTable are created/destroyed as a result of creating/destroying an entry in this table. |
| T/F juniRouterVrf | 1.3.6.1.4.1.4874.2.2.32.1.2.1.4 | TruthValue | read-only | Identifies whether this router is a VRF or not. A value of true(1) indicates that this is a VRF; a value of false(2) indicates that it is not. |
| OCT juniRouterContextName | 1.3.6.1.4.1.4874.2.2.32.1.2.1.5 | OCTET STRING | read-only | An internally derived/assigned name given to this router with a specific format: routerN where N is a decimal number (with no leading zeroes) in the range 1..16777215 corresponding to the value of the least significant 24 bits of the juniRouterIndex (the router UID). The name is unique within the context of this table. |
| SNM juniRouterContextEngineID | 1.3.6.1.4.1.4874.2.2.32.1.2.1.6 | SnmpEngineID | read-only | The virtual router SNMP engine's administratively-unique identifier. This is used as the contextEngineId to reach the virtual router's SNMP context via the system-wide SNMP engine using SNMPv3. |
| C32 juniRouterSummaryVRFCount | 1.3.6.1.4.1.4874.2.2.32.1.2.1.7 | Counter32 | read-only | The number of VRFs contained in the VR. |
| juniRouterProtocolTable | 1.3.6.1.4.1.4874.2.2.32.1.3 | not-accessible | This table contains entries for each protocol supported by the router entry created in the juniRouterTable. | |
| juniRouterProtocolEntry | 1.3.6.1.4.1.4874.2.2.32.1.3.1 | not-accessible | Each entry provides administrative control on a router protocol for the router designated by the first indice to this table. The second indice identifies the router protocol. Entries in this table are created as a side-effect of row creation in the juniRouterTable or juniRouterVrfTable. | |
| U32 juniRouterProtocolRouterIndex | 1.3.6.1.4.1.4874.2.2.32.1.3.1.1 | Unsigned32 | not-accessible | The routerIndex of this router. This object is the same as the juniRouterIndex object defined in the juniRouterTable. |
| JUN juniRouterProtocolProtocolIndex | 1.3.6.1.4.1.4874.2.2.32.1.3.1.2 | JuniRouterProtocolIndex | not-accessible | Identities the router protocol. |
| ROW juniRouterProtocolRowStatus | 1.3.6.1.4.1.4874.2.2.32.1.3.1.3 | RowStatus | read-write | Administrative control and status of a protocol on a router. The following values can be read from this object: active(1) - Indicates that the protocol on the designated router is created, configured, and running. notReady(3) - Indicates that the protocol requires additional configuration in a protocol specific MIB module. Examples include the BGP and OSPF protocols, which require additional configuration of protocol specific parameters such as: Autonomous System (AS) for BGP, and Process Id for OSPF. destroy(6) - The destroy(3) operation can fail if there are executing applications dependent on the protocol. If an attempt is made to destroy(6) an active(1) protocol that other applications are dependent on, the rowStatus will read destroy(6). Normally, when a row is destroyed, the agent will cleaup and remove the entry. The following values can be written to this object: active(1) - Activate protocol on the designated router. createAndGo(4) - Create protocol on designated router. The router indicated by juniRouterProtocolRouterIndex must already exist in the juniRouterTable. The value of the juniRouterProtocolProtocolIndex must be from the set of protocol values defined by the JuniRouterProtocolIndex type. destroy(6) - Destroy protocol on designated router. If the operation is successful, the agent will remove the entry. If the operation failed, the row will remain in the table with a rowStatus value of destroy(6). Conditions on destroy(6): 1) The default router can not be deleted. 2) The local router can not be deleted. A local router is defined as the router that sourced the SNMP request. Upon creation of a router in the juniRouterTable, some protocol entries will appear in this table by default, which indicates that these protocols are created by the action of creating a router. It is important to note, that this behavior may change over time by protocol type. |
| juniRouterVrfTable | 1.3.6.1.4.1.4874.2.2.32.1.4 | not-accessible | This table contains entries for each VRF on each router entry created in the juniRouterTable. | |
| juniRouterVrfEntry | 1.3.6.1.4.1.4874.2.2.32.1.4.1 | not-accessible | Each entry provides administrative control on a router VRF for the router designated by the first indice of this table. The second indice identifies the router VRF. The parent router must exist in the juniRouterTable before performing VRF row creation in this table | |
| U32 juniRouterVrfRouterIndex | 1.3.6.1.4.1.4874.2.2.32.1.4.1.1 | Unsigned32 | not-accessible | The router index of this router, also referred to as the parent of the VRF. This object is the same as the juniRouterIndex object defined in the juniRouterTable. |
| U32 juniRouterVrfRouterVrfIndex | 1.3.6.1.4.1.4874.2.2.32.1.4.1.2 | Unsigned32 | not-accessible | The VRF router index for this entry, also referred as the child of the parent router, which is identified by the first indice to this table. |
| JUN juniRouterVrfIpv4UnicastImportRouteMap | 1.3.6.1.4.1.4874.2.2.32.1.4.1.3 | JuniIpPolicyName | read-create | The VRF router import route map for IPv4 unicast routes. |
| JUN juniRouterVrfIpv4UnicastExportRouteMap | 1.3.6.1.4.1.4874.2.2.32.1.4.1.4 | JuniIpPolicyName | read-create | The VRF router export route map for IPv4 unicast routes. |
| JUN juniRouterVrfRouteDistinguisher | 1.3.6.1.4.1.4874.2.2.32.1.4.1.5 | JuniIpPolicyExtendedCommunity | read-create | The VRF router route distinguisher. |
| ROW juniRouterVrfRowStatus | 1.3.6.1.4.1.4874.2.2.32.1.4.1.7 | RowStatus | read-create | Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy *** LIMITED CONFIGURATION LEVEL *** RowStatus createAndGo/destroy operations have the following special-purpose semantics: createAndGo Create an entry having the specified configuration and append it to the target list, i.e. create an juniRouterVrfEntry table entry with the associated characteristics. destroy Destroy the specified element. Entries in this table can be modified once the row has been created. To create an entry in this table, the following entry objects MUST be explicitly configured: A value for juniRouterVrfRouterIndex must have been determined previously by reading juniRouterNextRouterIndex. A parent router must exist in the juniRouterTable. |
| JUN juniRouterVrfRouterName | 1.3.6.1.4.1.4874.2.2.32.1.4.1.8 | JuniName | read-create | The administratively assigned name given to this VRF router. The name must be unique within the context of this table and cannot be changed after the router instance is created. |
| STR juniRouterVrfRouterDescription | 1.3.6.1.4.1.4874.2.2.32.1.4.1.9 | DisplayString | read-create | The administratively assigned description given to this VRF router. |
| JUN juniRouterVrfIpv4UnicastGlobalExportRouteMap | 1.3.6.1.4.1.4874.2.2.32.1.4.1.10 | JuniIpPolicyName | read-create | The VRF router global export route map for IPv4 unicast routes. |
| T/F juniRouterVrfIpv4UnicastExportRouteMapFilter | 1.3.6.1.4.1.4874.2.2.32.1.4.1.11 | TruthValue | read-create | Is the VRF export map for IPv4 unicast routes allowed to filter routes? |
| JUN juniRouterVrfIpv6UnicastImportRouteMap | 1.3.6.1.4.1.4874.2.2.32.1.4.1.12 | JuniIpPolicyName | read-create | The VRF router import route map for IPv6 unicast routes. |
| JUN juniRouterVrfIpv6UnicastExportRouteMap | 1.3.6.1.4.1.4874.2.2.32.1.4.1.13 | JuniIpPolicyName | read-create | The VRF router export route map for IPv6 unicast routes. |
| JUN juniRouterVrfIpv6UnicastGlobalExportRouteMap | 1.3.6.1.4.1.4874.2.2.32.1.4.1.14 | JuniIpPolicyName | read-create | The VRF router global export route map for IPv6 unicast routes. |
| T/F juniRouterVrfIpv6UnicastExportRouteMapFilter | 1.3.6.1.4.1.4874.2.2.32.1.4.1.15 | TruthValue | read-create | Is the VRF export map for IPv6 unicast routes allowed to filter routes? |
| JUN juniRouterVrfIpv4UnicastGlobalImportRouteMap | 1.3.6.1.4.1.4874.2.2.32.1.4.1.16 | JuniIpPolicyName | read-create | The VRF router global import route map for IPv4 unicast routes. |
| U32 juniRouterVrfIpv4UnicastGlobalImportMaxRoutes | 1.3.6.1.4.1.4874.2.2.32.1.4.1.17 | Unsigned32 | read-create | The maximum number of IPv4 unicast routes which can be globaly imported. |
| JUN juniRouterVrfIpv6UnicastGlobalImportRouteMap | 1.3.6.1.4.1.4874.2.2.32.1.4.1.18 | JuniIpPolicyName | read-create | The VRF router global import route map for IPv6 unicast routes. |
| U32 juniRouterVrfIpv6UnicastGlobalImportMaxRoutes | 1.3.6.1.4.1.4874.2.2.32.1.4.1.19 | Unsigned32 | read-create | The maximum number of IPv6 unicast routes which can be globaly imported. |
| juniRouterVrfRouteTargetTable | 1.3.6.1.4.1.4874.2.2.32.1.5 | not-accessible | This table contains entries for each route target for the router/VRF entry created in the juniRouterTable and juniRouterVrfTable. | |
| juniRouterVrfRouteTargetEntry | 1.3.6.1.4.1.4874.2.2.32.1.5.1 | not-accessible | Each entry provides administrative control on VRF route targets for the router/VRF pair designated by the first and second indice of this table. The third indice identifies the route target. The parent router must exist in the juniRouterTable and the VRF router must exist in the juniRouterVrfTable before performing creation of the route target in this table. | |
| U32 juniRouterVrfRouteTargetRouterIndex | 1.3.6.1.4.1.4874.2.2.32.1.5.1.1 | Unsigned32 | not-accessible | The routerIndex of this router, also referred to as the parent of the VRF. This object is the same as the juniRouterIndex object defined in the juniRouterTable. |
| U32 juniRouterVrfRouteTargetRouterVrfIndex | 1.3.6.1.4.1.4874.2.2.32.1.5.1.2 | Unsigned32 | not-accessible | The VRF router index for this entry, also referred as the child of the parent router, which is identified by the first indice to this table. |
| INT juniRouterVrfRouteTargetAddrFormat | 1.3.6.1.4.1.4874.2.2.32.1.5.1.3 | INTEGER | not-accessible | The address format of the route target. |
| JUN juniRouterVrfRouteTargetRouteTarget | 1.3.6.1.4.1.4874.2.2.32.1.5.1.4 | JuniIpPolicyExtendedCommunity | not-accessible | The VRF router route target. |
| INT juniRouterVrfRouteTargetType | 1.3.6.1.4.1.4874.2.2.32.1.5.1.5 | INTEGER | read-create | The VRF router route target type. |
| ROW juniRouterVrfRouteTargetRowStatus | 1.3.6.1.4.1.4874.2.2.32.1.5.1.6 | RowStatus | read-create | Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy *** LIMITED CONFIGURATION LEVEL *** RowStatus createAndGo/destroy operations have the following special-purpose semantics: createAndGo Create an entry having the specified configuration and append it to the target list, i.e., create an juniRouterVrfRouteTargetEntry table entry with the associated characteristics. destroy Destroy the specified element. To create an entry in this table, the following entry objects MUST be explicitly configured: A parent router must exist in the juniRouterTable. A VRF router must exist in the juniRouterVrfTable. |
| juniRouterSummaryCounts | 1.3.6.1.4.1.4874.2.2.32.1.6 | |||
| juniRouterSummaryScalars | 1.3.6.1.4.1.4874.2.2.32.1.6.1 | |||
| C32 juniRouterSummaryNonParentVRsConfigured | 1.3.6.1.4.1.4874.2.2.32.1.6.1.1 | Counter32 | read-only | Total number of VRs without VRFs configured. |
| C32 juniRouterSummaryParentVRsConfigured | 1.3.6.1.4.1.4874.2.2.32.1.6.1.2 | Counter32 | read-only | Total number of VRs with VRFs configured. |
| C32 juniRouterSummaryVRFsConfigured | 1.3.6.1.4.1.4874.2.2.32.1.6.1.3 | Counter32 | read-only | Total number of VRFs configured. |
| C32 juniRouterSummaryTotalConfigured | 1.3.6.1.4.1.4874.2.2.32.1.6.1.4 | Counter32 | read-only | Total number of Virtual Routers and VRFs configured. |
| juniRouterConformance | 1.3.6.1.4.1.4874.2.2.32.4 | |||
| juniRouterCompliances | 1.3.6.1.4.1.4874.2.2.32.4.1 | |||
| juniRouterCompliance | 1.3.6.1.4.1.4874.2.2.32.4.1.1 | An obsolete compliance statement for entities which implement the Juniper Router MIB. This statement became obsolete when support was added for VRFs within routers. | ||
| juniRouterCompliance2 | 1.3.6.1.4.1.4874.2.2.32.4.1.2 | An obsolete compliance statement for entities which implement the Juniper Router MIB. This statement became obsolete when support was added for the router context name. | ||
| juniRouterCompliance3 | 1.3.6.1.4.1.4874.2.2.32.4.1.3 | Obsolete compliance statement for entities which implement the Juniper Router MIB. This statement became obsolete when support was added for the router context engine ID. | ||
| juniRouterCompliance4 | 1.3.6.1.4.1.4874.2.2.32.4.1.4 | Obsolete compliance statement for entities which implement the Juniper Router MIB. This statement became obsolete when the global export map and the export map filter option were added to the VRF group. | ||
| juniRouterCompliance5 | 1.3.6.1.4.1.4874.2.2.32.4.1.5 | Obsolete compliance statement for entities which implement the Juniper Router MIB. | ||
| juniRouterCompliance6 | 1.3.6.1.4.1.4874.2.2.32.4.1.7 | Obsolete compliance statement for entities which implement the Juniper Router MIB. | ||
| juniRouterCompliance7 | 1.3.6.1.4.1.4874.2.2.32.4.1.8 | The compliance statement for entities which implement the Juniper Router MIB. | ||
| juniRouterGroups | 1.3.6.1.4.1.4874.2.2.32.4.2 | |||
| juniRouterGroup | 1.3.6.1.4.1.4874.2.2.32.4.2.1 | An obsolete collection of objects providing management of routers and routing protocols in a Juniper product. This group became obsolete when support was added for VRFs within routers. | ||
| juniRouterGroup2 | 1.3.6.1.4.1.4874.2.2.32.4.2.2 | An obsolete collection of objects providing management of routers and routing protocols in a Juniper product. This group became obsolete when support was added for the router context name. | ||
| juniRouterVrfGroup | 1.3.6.1.4.1.4874.2.2.32.4.2.3 | Obsolete collection of objects providing management of VRFs within routers in a Juniper product. This group became obsolete when the VRF router description object was added. | ||
| juniRouterGroup3 | 1.3.6.1.4.1.4874.2.2.32.4.2.4 | Obsolete collection of objects providing management of routers and routing protocols in a Juniper product. This group became obsolete when the contect engine ID object was added. | ||
| juniRouterVrfGroup2 | 1.3.6.1.4.1.4874.2.2.32.4.2.5 | Obsolete collection of objects providing management of VRFs within routers in a Juniper product. This group became obsolete when the global export map and the export map filter option were added. | ||
| juniRouterGroup4 | 1.3.6.1.4.1.4874.2.2.32.4.2.6 | Obsolete collection of objects providing management of routers and routing protocols in a Juniper product. This group became obsolete when the summaryVRfCount object was added. | ||
| juniRouterVrfGroup3 | 1.3.6.1.4.1.4874.2.2.32.4.2.7 | Obsolete collection of objects providing management of VRFs within routers in a Juniper product. This group became obsolete when the global import map was added and when support for separate ipv4 and ipv6 route maps was added. | ||
| juniRouterGroup5 | 1.3.6.1.4.1.4874.2.2.32.4.2.8 | A collection of objects providing management of routers and routing protocols in a Juniper product. | ||
| juniRouterSummaryScalarsGroup | 1.3.6.1.4.1.4874.2.2.32.4.2.9 | A collection of objects providing summary counts for number of virtual routers and virtual router forwarding instances (VRFs) in a Juniper product. | ||
| juniRouterVrfGroup4 | 1.3.6.1.4.1.4874.2.2.32.4.2.10 | A collection of objects providing management of VRFs within routers in a Juniper product. |
RFC description
Manages router creation, deletion, and administrative states of protocols and functions running within Juniper Networks JUNOSe virtual routers.
Start monitoring Juniper E-series router, ERX/E120/E320 (virtual router/VRF management) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.