All MIBs › CROUTE-MIB › drStaticCidrDest
drStaticCidrDest
Module: CROUTE-MIB
OID (symbolic): CROUTE-MIB::drStaticCidrDest
OID (numeric): 1.3.6.1.4.1.81.31.7.1.1.2
Node type: OBJECT-TYPE
Type: IpAddress
Access: read-only
Description: Equivalent to ipCidrRouteDest. The destination IP address of this route. This object may not take a Multicast (Class D) address value. Any assignment (implicit or otherwise) of an instance of this object to a value x must be rejected if the bitwise logical-AND of x with the value of the corresponding instance of the drStaticCidrMask object is not equal to x.
What is drStaticCidrDest?
This is the destination network address of a static CIDR route, functionally equivalent to the standard ipCidrRouteDest object, and it cannot be a multicast address. The device enforces that this value, ANDed with the route's mask, must equal itself, which prevents administrators from entering an inconsistent destination and mask pair. For example, a static route intended for the 10.20.0.0/16 network must have drStaticCidrDest set to exactly 10.20.0.0, not some other address within that range.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.81.31.7.1.1.2 snmpwalk -v2c -c public <target> CROUTE-MIB::drStaticCidrDest
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.81.31.7.1.1.2.1 snmpget -v2c -c public <target> CROUTE-MIB::drStaticCidrDest.1
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::drStaticCidrDest 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.2 | drStaticCidrDest | CROUTE-MIB |