All MIBs › ACC-XNS › accXnsRtType
accXnsRtType
Module: ACC-XNS
OID (symbolic): ACC-XNS::accXnsRtType
OID (numeric): 1.3.6.1.4.1.5.1.1.21.3.1.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
Type of route
What is accXnsRtType?
This read-only object indicates whether the route is static (manually configured), dynamic (learned from a routing protocol), or another type. Network engineers monitor it to understand which routes are flexible versus fixed—static routes never change, while dynamic routes adapt to network changes. For example, a value of 2 might indicate a static route while a value of 3 indicates a dynamically learned route.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.21.3.1.6 snmpwalk -v2c -c public <target> ACC-XNS::accXnsRtType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.21.3.1.6.1 snmpget -v2c -c public <target> ACC-XNS::accXnsRtType.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.21 | accXns | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.21.3 | accXnsRouteTable | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.21.3.1 | accXnsRouteEntry | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.21.3.1.6 | accXnsRtType | ACC-XNS |