All MIBs › ACC-FAKE › ipCidrRouteMask
ipCidrRouteMask
Module: ACC-FAKE
OID (symbolic): ACC-FAKE::ipCidrRouteMask
OID (numeric): 1.3.6.1.4.1.5.2.23
Node type: OBJECT-TYPE
Type: IpAddress
Access: read-only
Description:
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the ipCidrRouteDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the ipCidrRouteMask by reference to the IP Ad- dress Class. 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 ipCidrRouteDest object is not equal to ipCidrRoute- Dest.
What is ipCidrRouteMask?
This OID stores the subnet mask (in dotted-decimal format like 255.255.255.0) for a routing table entry. Network engineers check this value to verify which IP addresses belong to a particular route in the device's routing table. For example, a mask of 255.255.255.0 means this route applies to all 256 addresses in that /24 subnet.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.2.23 snmpwalk -v2c -c public <target> ACC-FAKE::ipCidrRouteMask
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.2.23.1 snmpget -v2c -c public <target> ACC-FAKE::ipCidrRouteMask.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.5 | acc | ACC-MIB |
| 1.3.6.1.4.1.5.2 | accFake | ACC-FAKE |
| 1.3.6.1.4.1.5.2.23 | ipCidrRouteMask | ACC-FAKE |