ACC-FAKE :: ipCidrRouteDest

MIB Reference — IPNetwork Monitor

All MIBsACC-FAKEipCidrRouteDest

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 OIDNameModule
1isoLANART-AGENT
1.3orgBIANCA-BRICK-PPP-MIB
1.3.6dodBIANCA-BRICK-PPP-MIB
1.3.6.1internetBIANCA-BRICK-PPP-MIB
1.3.6.1.4privateBIANCA-BRICK-PPP-MIB
1.3.6.1.4.1enterprisesANIROOT-MIB
1.3.6.1.4.1.5accACC-MIB
1.3.6.1.4.1.5.2accFakeACC-FAKE
1.3.6.1.4.1.5.2.22ipCidrRouteDestACC-FAKE