All MIBs › ACMIB › statRtStatus
statRtStatus
Module: ACMIB
OID (symbolic): ACMIB::statRtStatus
OID (numeric): 1.3.6.1.4.1.1751.2.18.15.38
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Return codes for route server static route condititions. statRtOk(1) Static Rt OK statRtIntFailure(2) Memory Corruption statRtMany(3) Too Many Static Routes statRtSlot(4) Impossible Slot ID statRtBadId(5) Bad VPN ID statRtBadState(6) State Machine Confusion statRtBadTimer(7) Bad Timer Value: State Machine statRtExists(8) Static Rt Already Exists statRtCantFind(9) Unused statRtDelInProgress(10) Deleting: -Must Wait statRtLockedIdle(11) Static Rt Taken Out Of Service statRtBadNetMask(12) Bad Network Mask statRtCorrelation(13) Internal Correlation Error statRtShutting(14) Shutting Down: -Must Wait statRtDisabled(15) SubSystem Failure statRtBadMetric(16) Illegal Metric Value statRtBadIPAddr(17) Bad Static Route IP Address intfRtExists(18) Static Route On Different Intf. statRtBadSlot(19) Impossible Slot ID statRtBadRouterId(20) Bad VPN/Router ID statRtBadRouteId(21) Illegal Static Route ID statRtBadRouteNetMask(22) Bad Stat Route Network Mask statRtBadRouteIpAddr(23) Bad Interface IP Address statRtBadGtwyIpAddr(24) Bad Gateway IP Address statRtBadDestIpAddr(25) Bad Destination IP Address statRtBadDestNetMask(26) Bad Destination IP Mask statRtCantFindRouter(27) Cannot Find VPN statRtCantFindRoute(28) Cannot Find Static Route
What is statRtStatus?
This OID shows the result of a static route configuration operation, such as statRtOk, statRtMany, or statRtBadState. Network engineers use this to troubleshoot failures when adding or modifying static routes on the route server. For example, a code of 'statRtMany(3)' indicates you have already configured the maximum allowed number of static routes.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.15.38 snmpwalk -v2c -c public <target> ACMIB::statRtStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.15.38.1 snmpget -v2c -c public <target> ACMIB::statRtStatus.1
Start monitoring Lucent/Nortel Access Concentrator (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ACMIB::statRtStatus OID value, configure state conditions and alerts, and monitor any Lucent/Nortel Access Concentrator (legacy) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.1751 | lucent | ACMIB |
| 1.3.6.1.4.1.1751.2 | mibs | ACMIB |
| 1.3.6.1.4.1.1751.2.18 | acMIB | ACMIB |
| 1.3.6.1.4.1.1751.2.18.15 | returnCode | ACMIB |
| 1.3.6.1.4.1.1751.2.18.15.38 | statRtStatus | ACMIB |