ACC-MIB :: ipMultiPathType

MIB Reference — IPNetwork Monitor

All MIBsACC-MIBipMultiPathType

ipMultiPathType

Module: ACC-MIB

OID (symbolic): ACC-MIB::ipMultiPathType

OID (numeric): 1.3.6.1.4.1.5.1.1.23.1.7

Node type: OBJECT-TYPE

Type: INTEGER

Access: read-write

Description:

The type of route. Note that the values direct(3) and indirect(4) refer to the notion of direct and indirect routing in the IP archi- tecture. Setting this object to the value in- valid(2) has the effect of invalidating the corresponding entry in the ipMultiPathTable ob- ject. That is, it effectively dissasociates the destination identified with said entry from the route identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not current- ly in use. Proper interpretation of such en- tries requires examination of the relevant ip- ForwardType object.

What is ipMultiPathType?

This OID specifies whether this route is direct (same subnet) or indirect (via a router), with 'invalid' used to delete the entry. Network engineers use this to distinguish routes based on how the next hop is reached, helping the routing engine handle packets correctly. Setting this to 'indirect' tells the router that the next hop requires another routing lookup, while 'direct' means the next hop is directly connected.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.23.1.7
snmpwalk -v2c -c public <target> ACC-MIB::ipMultiPathType

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.23.1.7.1
snmpget -v2c -c public <target> ACC-MIB::ipMultiPathType.1

Set instance 1 (SNMPv2c):

snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.23.1.7.1 i <value>

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.1accSBARACC-MIB
1.3.6.1.4.1.5.1.1accBRGACC-MIB
1.3.6.1.4.1.5.1.1.23ipMultiPathTableACC-IP
1.3.6.1.4.1.5.1.1.23.1ipMultiPathEntryACC-IP
1.3.6.1.4.1.5.1.1.23.1.7ipMultiPathTypeACC-MIB