All MIBs › ACC-FAKE › ipCidrRouteDest
ipCidrRouteDest
Module: ACC-FAKE
OID (symbolic): ACC-FAKE::ipCidrRouteDest
OID (numeric): 1.3.6.1.4.1.5.2.22
Node type: OBJECT-TYPE
Type: IpAddress
Access: read-only
Description: 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 ipCidrRouteMask object is not equal to x.
What is ipCidrRouteDest?
ACC-FAKE::ipCidrRouteDest is the destination network address of a routing table entry in CIDR notation (read-only). It represents the target network that traffic should reach; when the router receives a packet, it searches the routing table to match against this destination. For example, 192.168.1.0 as a route destination means packets bound for addresses 192.168.1.0 through 192.168.1.255 will use this route entry.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.2.22 snmpwalk -v2c -c public <target> ACC-FAKE::ipCidrRouteDest
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.2.22.1 snmpget -v2c -c public <target> ACC-FAKE::ipCidrRouteDest.1
Start monitoring ACC/Ericsson WAN access routers (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ACC-FAKE::ipCidrRouteDest OID value, configure state conditions and alerts, and monitor any ACC/Ericsson WAN access routers (legacy) 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.5 | acc | ACC-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.5.2 | accFake | ACC-FAKE |
| 1.3.6.1.4.1.5.2.22 | ipCidrRouteDest | ACC-FAKE |