All MIBs › PSA-LIN-MIB › linRTRouteType
linRTRouteType
Module: PSA-LIN-MIB
OID (symbolic): PSA-LIN-MIB::linRTRouteType
OID (numeric): 1.3.6.1.4.1.211.1.31.1.2.100.2.4.2.1.5
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: The type of route. Refer to the following definition. Byte field Contents 0x0001 route unable 0x0002 destination is a gateway 0x0004 host entry (net otherwise) 0x0008 reinstate route after tmout 0x0010 created dyn. (by redirect) 0x0020 modified dyn. (by redirect) 0x0040 specific MTU for this route 0x0080 per route window clamping 0x0100 Initial round trip time 0x0200 Reject route 0x0400 this route isn't cached
What is linRTRouteType?
This reports a Linux kernel route-flags bitmask for this entry, whose bits indicate things like whether the route is currently up, points to a gateway, is a host-specific (versus network) route, was dynamically created or modified by an ICMP redirect, or carries a custom MTU. An admin decodes this bitmask to understand exactly how the kernel is treating a specific route, beyond just its destination and next hop.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.211.1.31.1.2.100.2.4.2.1.5 snmpwalk -v2c -c public <target> PSA-LIN-MIB::linRTRouteType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.211.1.31.1.2.100.2.4.2.1.5.1 snmpget -v2c -c public <target> PSA-LIN-MIB::linRTRouteType.1
Start monitoring Fujitsu PRIMEQUEST server partition running Linux (ESMPRO ServerAgent CPU/memory/NIC inventory) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the PSA-LIN-MIB::linRTRouteType OID value, configure state conditions and alerts, and monitor any Fujitsu PRIMEQUEST server partition running Linux (ESMPRO ServerAgent CPU/memory/NIC inventory) from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.211 | fujitsu | CFAB-MIB |
| 1.3.6.1.4.1.211.1 | product | CFAB-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.211.1.31 | iaServer | PSA-LIN-MIB |
| 1.3.6.1.4.1.211.1.31.1 | primequest | PSA-LIN-MIB |
| 1.3.6.1.4.1.211.1.31.1.2 | partition | PSA-LIN-MIB |
| 1.3.6.1.4.1.211.1.31.1.2.100 | partitionCommon | PSA-LIN-MIB |
| 1.3.6.1.4.1.211.1.31.1.2.100.2 | logicalComponentForLinux | PSA-LIN-MIB |
| 1.3.6.1.4.1.211.1.31.1.2.100.2.4 | linNetworkInfo | PSA-LIN-MIB |
| 1.3.6.1.4.1.211.1.31.1.2.100.2.4.2 | linRoutingTable | PSA-LIN-MIB |
| 1.3.6.1.4.1.211.1.31.1.2.100.2.4.2.1 | linRoutingEntry | PSA-LIN-MIB |
| 1.3.6.1.4.1.211.1.31.1.2.100.2.4.2.1.5 | linRTRouteType | PSA-LIN-MIB |