All MIBs › ACMIB › ipIntfStatus
ipIntfStatus
Module: ACMIB
OID (symbolic): ACMIB::ipIntfStatus
OID (numeric): 1.3.6.1.4.1.1751.2.18.15.34
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Return codes for route server IP interface operations. intOK(1) Interface OK. intIntFailure(2) Memory Corruption intTooMany(3) Exceeded Max # Of Interfaces intBadSlot(4) Impossible Slot Number intBadId(5), Impossible Interface ID intBadState(6) State Machine Confused intBadTimer(7) Bad Timer Value: State Machine intExists(8) Interface Already Exists intCantFind(9) Unused intDelInProgress(10) Deleting: -Must Wait intLockedIdle(11) Interface Taken Out Of Service intBadNetMask(12) Illegal Network Mask intShutting(13) Shutting Down -Must Wait intDisabled(14) Some Subsystem Not Working intNotHostAddr(15) Host Address Is Missing intBadIpAddr(16) Illegal IP Address intBadRouterId(17) Illegal VPN/Router ID intBadIntfId(18) Illegal Interface ID intCantFindRouter(19) No Corresponding VPN intCantFindIntf(20) Interface Does Not Exist intCantOnSameSubnet(21) Interface Already On This Subnet intCantModIntfAddr(22) Cannot Change Interface Addr intCantModIntfMask(23) Cannot Change Interface Mask intCantModIntfRipVer(24) Cannot Change Rip Ver #
What is ipIntfStatus?
This OID shows the result of an IP interface creation or modification operation on the route server, such as intOK, intTooMany, or intBadSlot. Engineers use this to diagnose failures when adding, changing, or deleting IP addresses on the device. For example, a code of 'intTooMany(3)' means the device has hit its maximum number of IP interfaces and you cannot add more without deleting existing ones.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.15.34 snmpwalk -v2c -c public <target> ACMIB::ipIntfStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.15.34.1 snmpget -v2c -c public <target> ACMIB::ipIntfStatus.1
Start monitoring Lucent/Nortel Access Concentrator (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ACMIB::ipIntfStatus 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.34 | ipIntfStatus | ACMIB |