| IfIndex |
| The interface index where the client is coming from. |
| User |
| The client's user name in upper/lower-case-writing as entered by the user. Please note that only one entry per user is allowed. The internal check for double-entries is done case-insensitively because many people use upper/lower-cases inconsistently. This must be considered also by the Radius-server-operator. Length: 0 to 255 |
| Password |
| The client password. Length: 0 to 255 |
| Addr |
| The client's IP address. |
| PhysAddr |
| The client's hardware address. |
| Logon |
| The time when the client has successfully authenticated. Valid only if ipHostAccessClientAdminStatus is NOT pending. Range: 0 to -1 |
| Expires |
| The time when the client expires. 0 means NO expiry. Valid only if ipHostAccessClientAdminStatus is NOT pending. Range: 0 to -1 |
| AdminStatus |
| The client-status is initialised to <pending>. After successful (initial) authentication, it is updated to <active>. Setting it to <delete> kills the related client-entry and triggers the final Radius-account-request. In case that a specific terminate-cause shall be reported, ipHostAccessClientTerminateCause must be set accordingly before triggering the <delete>. Enumerations: - active (1)
- delete (2)
- pending (3)
|
| MaxTransfer |
| Max. number of bytes this client can transfer. 0 means NO limit. Valid only if ipHostAccessClientAdminStatus is NOT pending. |
| InPkts |
| Current number of incoming packets for this client. Valid only if ipHostAccessClientAdminStatus is NOT pending. |
| OutPkts |
| Current number of outgoing packets for this client. Valid only if ipHostAccessClientAdminStatus is NOT pending. |
| InOctets |
| Current number of incoming octets for this client. Valid only if ipHostAccessClientAdminStatus is NOT pending. |
| OutOctets |
| Current number of outgoing octets for this client. Valid only if ipHostAccessClientAdminStatus is NOT pending. |
| LastAccountedRx |
| Timestamp of latest in-packet: accounted-remote->client Valid only if ipHostAccessClientAdminStatus is NOT pending. Range: 0 to -1 |
| LastAccountedTx |
| Timestamp of latest out-packet: client->accounted-remote Valid only if ipHostAccessClientAdminStatus is NOT pending. Range: 0 to -1 |
| LastWGardenRx |
| Timestamp of latest in-packet: walled-garden->client Valid only if ipHostAccessClientAdminStatus is NOT pending. Range: 0 to -1 |
| LastWGardenTx |
| Timestamp of latest out-packet: client->walled-garden Valid only if ipHostAccessClientAdminStatus is NOT pending. Range: 0 to -1 |
| LastLocalRx |
| Timestamp of latest in-packet: router->client Valid only if ipHostAccessClientAdminStatus is NOT pending. Range: 0 to -1 |
| LastLocalTx |
| Timestamp of latest out-packet: client->router Valid only if ipHostAccessClientAdminStatus is NOT pending. Range: 0 to -1 |
| LastAuthenticate |
| Timestamp of latest access-request. Range: 0 to -1 |
| LastAccounting |
| Timestamp of latest accounting-request. Valid only if ipHostAccessClientAdminStatus is NOT pending. Range: 0 to -1 |
| ReportedInOctets |
| Latest reported number of incoming octets for this client. Valid only if ipHostAccessClientAdminStatus is NOT pending. |
| ReportedOutOctets |
| Latest reported number of outgoing octets for this client. Valid only if ipHostAccessClientAdminStatus is NOT pending. |
| ReportedSessionTime |
| Latest reported session-time in seconds. Valid only if ipHostAccessClientAdminStatus is NOT pending. |
| IdleTimeout |
| The idle-timeout-period in seconds that is used for the client (coming from Radius-server or from default-value). In deviation from RFC 2865, section 5.28, a value of 0 is interpreted as NO idle-timeout. Valid only if ipHostAccessClientAdminStatus is NOT pending. |
| AcctInterval |
| The accounting-interim-interval in seconds that is used for the client (coming from Radius-server or from default-value). In deviation from RFC 2869, section 5.16, a value of 0 is interpreted as NO interim-updates. Valid only if ipHostAccessClientAdminStatus is NOT pending. |
| SessionTimeReporting |
| Copied from related ipHostAccessSessionTimeReporting entry. This avoids complications when this field is toggled. Enumerations: - with-idle-time (1)
- without-idle-time (2)
|
| TerminateCause |
| The accounting-terminate-cause as described in RFC 2866, section 5.10. See ipHostAccessClientAdminStatus for more details. If not set explicitly, <Lost Service> is used as default-value. |
| NoReplyCounter |
| This counter is initialised to 0 and increased whenever re-authentication fails because of no reply (e.g. because WAN down or server too slow). It is reset whenever re-authentication succeeds. When the counter reaches the limit that is specified by ipHostAccessReAuthenticateTries, the client is removed. |