MIB-INTEL-RIP: View SNMP OID List / Download MIB
VENDOR: INTEL CORPORATION
Home | MIB: MIB-INTEL-RIP | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
rip | 1.3.6.1.4.1.343.6.39 | |||
ripIpRouteTable | 1.3.6.1.4.1.343.6.39.1 | no-access |
This entity's RIP Routing table. |
|
1.3.6.1.4.1.343.6.39.1.1 | no-access |
A route to a particular destination. |
||
ripIpRouteChassis | 1.3.6.1.4.1.343.6.39.1.1.1 | integer | read-only |
Chassis number in stack that contains the module. |
ripIpRouteModule | 1.3.6.1.4.1.343.6.39.1.1.2 | integer | read-only |
Module number in the chassis. |
ripIpRouteInst | 1.3.6.1.4.1.343.6.39.1.1.3 | integer | read-only |
Routing table instance number. |
ripIpRouteDest | 1.3.6.1.4.1.343.6.39.1.1.4 | ipaddress | read-only |
The destination IP address of this route. |
ripIpRouteMask | 1.3.6.1.4.1.343.6.39.1.1.5 | ipaddress | read-only |
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the ripIpRouteDest field. |
ripIpIfIndex | 1.3.6.1.4.1.343.6.39.1.1.6 | integer | read-only |
The interface that the frame is forwarded on. |
ripIpRouteNextHop | 1.3.6.1.4.1.343.6.39.1.1.7 | ipaddress | read-only |
The IP address of the next hop of this route. |
ripIpRoutePref | 1.3.6.1.4.1.343.6.39.1.1.8 | integer | read-only |
The preference value for this route. |
ripIpRouteMetric | 1.3.6.1.4.1.343.6.39.1.1.9 | integer | read-only |
The RIP routing metric for this route. |
ripIpRouteState | 1.3.6.1.4.1.343.6.39.1.1.10 | integer | read-write |
The current state of the route. Enumeration: 'active': 1, 'inactive': 2. |
ripIpRouteAge | 1.3.6.1.4.1.343.6.39.1.1.11 | integer | read-only |
The number of seconds since this route was last updated or otherwise detemined to be correct. |
ripIpRouteProtoVersion | 1.3.6.1.4.1.343.6.39.1.1.12 | integer | read-only |
The RIP protocol version. Enumeration: 'rip2': 2, 'rip1': 1. |
ripIpRouteProtoTrigger | 1.3.6.1.4.1.343.6.39.1.1.13 | integer | read-only |
The RIP protocol trigger state. Enumeration: 'on': 1, 'off': 2. |