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
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.22 | ipCidrRouteDest | ACC-FAKE |