All MIBs › CROUTE-MIB › drStaticCidrType
drStaticCidrType
Module: CROUTE-MIB
OID (symbolic): CROUTE-MIB::drStaticCidrType
OID (numeric): 1.3.6.1.4.1.81.31.7.1.1.7
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Equivalent to ipCidrRouteType. The type of route. Note that local(3) refers to a route for which the next hop is the final destination; remote(4) refers to a route for which the next hop is not the final destina- tion. reject (2) refers to a route which, if matched, discards the message as unreachable. This is used in some protocols as a means of correctly aggregating routes.
What is drStaticCidrType?
This field classifies the type of a static route as other, reject, local where the next hop is the final destination, or remote where it is not, equivalent to ipCidrRouteType, with reject specifically meaning matching traffic is discarded as unreachable. Admins use the reject type deliberately to aggregate and black-hole a supernet while still allowing more specific routes within it to work normally. For example, setting drStaticCidrType to reject for a summarized 10.0.0.0/8 route ensures unmatched addresses within that block are dropped rather than sent toward a default route.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.81.31.7.1.1.7 snmpwalk -v2c -c public <target> CROUTE-MIB::drStaticCidrType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.81.31.7.1.1.7.1 snmpget -v2c -c public <target> CROUTE-MIB::drStaticCidrType.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.81.31.7.1.1.7.1 i <value>
Start monitoring Layer 3 switch platform (vendor unclear, BOOTP/RIP) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CROUTE-MIB::drStaticCidrType OID value, configure state conditions and alerts, and monitor any Layer 3 switch platform (vendor unclear, BOOTP/RIP) from a single console.
OID Breakdown
Upper-level ancestors (7 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.81 | lannet | GEN-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.81.31 | croute | CROUTE-MIB |
| 1.3.6.1.4.1.81.31.7 | drStaticCidr | CROUTE-MIB |
| 1.3.6.1.4.1.81.31.7.1 | drStaticCidrTable | CROUTE-MIB |
| 1.3.6.1.4.1.81.31.7.1.1 | drStaticCidrEntry | CROUTE-MIB |
| 1.3.6.1.4.1.81.31.7.1.1.7 | drStaticCidrType | CROUTE-MIB |