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. Range: 0 to 255 |
Password |
The client password. Range: 0 to 255 |
Addr |
The client's IP address. |
PhysAddr |
The client's hardware address. |
Logon |
The time when the client has successfully authenticated. Range: 0 to -1 |
Expires |
The time when the client expires. 0 means NO expiry. Range: 0 to -1 |
AdminStatus |
The client's status. Setting it to <delete> kills the related client-entry and triggers also the final Radius-account-request. In case that a specific terminate-cause shall be reported to the Radius-server, ipHostAccessClientTerminateCause must be set accordingly before triggering the <delete>. Enumerations: |
MaxTransfer |
Max. number of bytes this client can transfer. 0 means NO limit. |
InPkts |
Current number of incoming packets for this client. |
OutPkts |
Current number of outgoing packets for this client. |
InOctets |
Current number of incoming octets for this client. |
OutOctets |
Current number of outgoing octets for this client. |
LastAccountedRx |
Timestamp of latest in-packet: accounted-remote->client Range: 0 to -1 |
LastAccountedTx |
Timestamp of latest out-packet: client->accounted-remote Range: 0 to -1 |
LastWGardenRx |
Timestamp of latest in-packet: walled-garden->client Range: 0 to -1 |
LastWGardenTx |
Timestamp of latest out-packet: client->walled-garden Range: 0 to -1 |
LastLocalRx |
Timestamp of latest in-packet: router->client Range: 0 to -1 |
LastLocalTx |
Timestamp of latest out-packet: client->router Range: 0 to -1 |
LastAuthenticate |
Timestamp of latest access-request. Range: 0 to -1 |
LastAccounting |
Timestamp of latest accounting-request. Range: 0 to -1 |
ReportedInOctets |
Latest reported number of incoming octets for this client. |
ReportedOutOctets |
Latest reported number of outgoing octets for this client. |
ReportedSessionTime |
Latest reported session-time in seconds. |
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. |
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. |
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. |