All MIBs › ACMIB › routeSrvStatus
routeSrvStatus
Module: ACMIB
OID (symbolic): ACMIB::routeSrvStatus
OID (numeric): 1.3.6.1.4.1.1751.2.18.15.36
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Return codes for basic route server task operations not related to any specific VPN or IP/Connection operation. rsCardOK(1) Route Server OK rsModInitFail(2) Route Server Failed Module Init. rsIntfInitFail(3) Route Server Failed Intf. Init. rsPortInitFail(4) Route Server Failed Port Init rsRipUpdateIntOK(5) Rip Update Interval was updated ok for the route server card. rsRipUpdateIntFail(6) Rip Update Interval was not updated mostly because of some VPN's still in service.
What is routeSrvStatus?
This OID reports the overall health of the route server subsystem, such as rsCardOK, rsModInitFail, or rsPortInitFail. Operations teams monitor this to detect if the route server failed during startup or hit a runtime error that requires intervention. For example, a code of 'rsModInitFail(2)' indicates the route server could not complete module initialization and the card may need to be reset.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.15.36 snmpwalk -v2c -c public <target> ACMIB::routeSrvStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.15.36.1 snmpget -v2c -c public <target> ACMIB::routeSrvStatus.1
Start monitoring Lucent/Nortel Access Concentrator (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ACMIB::routeSrvStatus 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.36 | routeSrvStatus | ACMIB |