All MIBs › ACC-IP › ipMultiPathType
ipMultiPathType
Module: ACC-IP
OID (symbolic): ACC-IP::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?
The ACC-IP::ipMultiPathType OID specifies the type of route (such as direct, indirect, or invalid) to control how the router handles forwarding decisions for this entry. A network engineer configures this to define whether the route is a direct connection, an indirect gateway route, or to disable the route entirely by setting it to invalid. For example, ipMultiPathType = 'indirect' means packets are forwarded to a next-hop router rather than directly attached.
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-IP::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-IP::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-IP |