All MIBs › ACC-IPX › accIpxRtType
accIpxRtType
Module: ACC-IPX
OID (symbolic): ACC-IPX::accIpxRtType
OID (numeric): 1.3.6.1.4.1.5.1.1.22.3.1.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
Type of route
What is accIpxRtType?
This OID indicates the type or category of the route, such as static (manually configured), dynamic (learned via RIP or other routing protocols), or service-specific routes. Engineers check this to understand whether a route is automatically maintained by the network or fixed in place, which affects how quickly it adapts if the network changes. For example, a static route persists regardless of neighbor announcements, while a dynamic route disappears if the source router stops advertising it.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.22.3.1.6 snmpwalk -v2c -c public <target> ACC-IPX::accIpxRtType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.22.3.1.6.1 snmpget -v2c -c public <target> ACC-IPX::accIpxRtType.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> accIpxRtType.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.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.22 | accIpx | ACC-IPX |
| 1.3.6.1.4.1.5.1.1.22.3 | accIpxRtTable | ACC-IPX |
| 1.3.6.1.4.1.5.1.1.22.3.1 | accIpxRtEntry | ACC-IPX |
| 1.3.6.1.4.1.5.1.1.22.3.1.6 | accIpxRtType | ACC-IPX |