All MIBs › ACC-MIB › ipMultiPathType
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 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.1 | accSBAR | ACC-MIB |
| 1.3.6.1.4.1.5.1.1 | accBRG | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.23 | ipMultiPathTable | ACC-IP |
| 1.3.6.1.4.1.5.1.1.23.1 | ipMultiPathEntry | ACC-IP |
| 1.3.6.1.4.1.5.1.1.23.1.7 | ipMultiPathType | ACC-MIB |