AIMOS :: aimosLoginState

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsAIMOSaimosLoginState

aimosLoginState

Module: AIMOS

OID (symbolic): AIMOS::aimosLoginState

OID (numeric): 1.3.6.1.4.1.6408.201.2.3

Node type: OBJECT-TYPE

Type: LoginState

Access: read-write

Description: The aimosLoginState of type LoginState is used in order to accomplish the login process, as its value is set to connected(1).

If its value is set to disconnected(0), then the user logs off and the community name is invalidated. Therefore it cannot be reused.

In addition it serves to indicate the status of login success. To any time this object may emit one of the following values: . disconnected(0) if access to the MIB (except the branches aimosPublic and aimosLogin) is not allowed with the community name currently used . connected(1) if login was successful and access is permitted to the entire MIB . refused(2) if the password is wrong. Enter the correct password in aimosLoginPassword and try to set aimosLoginState to connected(1) again . canceled(3) if the community name is invalidated by setting aimosLoginState to disconnected(0) or due to missing traffic for a certain period of time . passwordExpired(4) if password is expired.

Setting the LoginState may result in one of the following SNMP ErrorStatus-values . noAccess(6) This SNMP ErrorStatus will be returned by the A.I.M.O.S. SNMP Agent if a login failed more than three times in a row due to a wrong password. When such 'hacking' is discovered, the account will be locked for a period of 30 minutes. . wrongValue(10) Only the two values disconnected(0) and connected(1) may be assigned. All other values are only important for read access. . inconsistentValue(12) This SNMP ErrorStatus will be returned by the A.I.M.O.S. SNMP Agent if an expired password is used to try and set the aimosLoginState to connected(1). In such a case, however, the A.I.M.O.S. SNMP Agent expects that either the new password is assigned by aimosLoginPassword or a logout by assigning aimosLoginState disconnected(0). . authorizationError(16) An invalid Community-Name was used.

What is aimosLoginState?

This is the session control: set to connected(1) to login, disconnected(0) to logout and invalidate community. Engineers use this to manage session lifecycle. Example: set to connected(1) to establish authenticated session.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6408.201.2.3
snmpwalk -v2c -c public <target> AIMOS::aimosLoginState

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.6408.201.2.3.1
snmpget -v2c -c public <target> AIMOS::aimosLoginState.1

Set instance 1 (SNMPv2c):

snmpset -v2c -c private <target> 1.3.6.1.4.1.6408.201.2.3.1 s <value>

Start monitoring Andrew Wireless Systems DAS/repeater equipment with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the AIMOS::aimosLoginState OID value, configure state conditions and alerts, and monitor any Andrew Wireless Systems DAS/repeater equipment from a single console.

OID Breakdown

Upper-level ancestors (6 from the standard OID tree / other modules)
Numeric OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.4privateAirPair-MIB
1.3.6.1.4.1enterprisesAirPair-MIB
Numeric OIDNameModule
1.3.6.1.4.1.6408mikomAIMOS
1.3.6.1.4.1.6408.201aimosAIMOS
1.3.6.1.4.1.6408.201.2aimosLoginAIMOS
1.3.6.1.4.1.6408.201.2.3aimosLoginStateAIMOS