ALVARION-PUBLIC-ACCESS-RETENTION-MIB: View SNMP OID List / Download MIB
VENDOR: ALVARION LTD.
Home | MIB: ALVARION-PUBLIC-ACCESS-RETENTION-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
alvarionPublicAccessRetentionMIB | 1.3.6.1.4.1.12394.1.10.5.15 |
Alvarion Public Access MIB. |
||
alvarionPublicAccessRetentionMIBObjects | 1.3.6.1.4.1.12394.1.10.5.15.1 | |||
publicAccessRetentionSessionsGroup | 1.3.6.1.4.1.12394.1.10.5.15.1.1 | |||
publicAccessRetentionSessionsMaxCount | 1.3.6.1.4.1.12394.1.10.5.15.1.1.1 | unsigned32 | read-write |
The maximum number of entries inside the publicAccessRetentionSessionTable. The maximum value for this is 250% the maximum number of users configured inside the product. |
publicAccessRetentionSessionsMaxTime | 1.3.6.1.4.1.12394.1.10.5.15.1.1.2 | integer32 | read-write |
The maximum number of seconds for an entry to remain in the table. When expired the session's state changes to Unassigned. |
publicAccessRetentionSessionTable | 1.3.6.1.4.1.12394.1.10.5.15.1.1.3 | no-access |
A table containing information about existing or past authenticated user sessions. |
|
1.3.6.1.4.1.12394.1.10.5.15.1.1.3.1 | no-access |
Information about a particular authenticated user session. publicAccessRetentionSessionIndex - Uniquely identifies a session in the table. |
||
publicAccessRetentionSessionIndex | 1.3.6.1.4.1.12394.1.10.5.15.1.1.3.1.1 | integer32 | no-access |
Index of a session in the publicAccessRetentionSessionTable. |
publicAccessRetentionSessionState | 1.3.6.1.4.1.12394.1.10.5.15.1.1.3.1.2 | integer | read-only |
Indicates the current state of the user's session. Enumeration: 'disconnected': 5, 'disconnectedAdministrative': 7, 'disconnectingAdministrative': 6, 'unassigned': 0, 'connected': 2, 'reconnecting': 3, 'disconnecting': 4. |
publicAccessRetentionSessionUserName | 1.3.6.1.4.1.12394.1.10.5.15.1.1.3.1.3 | octet string | read-only |
Indicates the last user's name used for RADIUS authentication. |
publicAccessRetentionSessionStartTime | 1.3.6.1.4.1.12394.1.10.5.15.1.1.3.1.4 | dateandtime | read-only |
Indicates when this user session was started. |
publicAccessRetentionSessionDuration | 1.3.6.1.4.1.12394.1.10.5.15.1.1.3.1.5 | counter32 | read-only |
Indicates how long the user's session has been active. When this counter reaches its maximum value, it wraps around and starts increasing again from zero. |
publicAccessRetentionSessionStationIpAddress | 1.3.6.1.4.1.12394.1.10.5.15.1.1.3.1.6 | ipaddress | read-only |
Indicates the user's IP address. |
publicAccessRetentionSessionPacketsSent | 1.3.6.1.4.1.12394.1.10.5.15.1.1.3.1.7 | counter32 | read-only |
Indicates the total number of IP packets sent by the user. When this counter reaches its maximum value, it wraps around and starts increasing again from zero. |
publicAccessRetentionSessionPacketsReceived | 1.3.6.1.4.1.12394.1.10.5.15.1.1.3.1.8 | counter32 | read-only |
Indicates the total number of IP packets received by the user. When this counter reaches its maximum value, it wraps around and starts increasing again from zero. |
publicAccessRetentionSessionBytesSent | 1.3.6.1.4.1.12394.1.10.5.15.1.1.3.1.9 | counter64 | read-only |
Indicates the total number of bytes sent by the user. When this counter reaches its maximum value, it wraps around and starts increasing again from zero. |
publicAccessRetentionSessionBytesReceived | 1.3.6.1.4.1.12394.1.10.5.15.1.1.3.1.10 | counter64 | read-only |
Indicates the total number of bytes received by the user. When this counter reaches its maximum value, it wraps around and starts increasing again from zero. |
publicAccessRetentionSessionSSID | 1.3.6.1.4.1.12394.1.10.5.15.1.1.3.1.11 | alvarionssidornone | read-only |
Indicates the user's Access Point SSID (ONLY when Location-aware is enabled and properly configured). If this information is not available, a zero-length string will be returned. |
publicAccessRetentionPeriodicStatsGroup | 1.3.6.1.4.1.12394.1.10.5.15.1.2 | |||
publicAccessRetentionPeriodicStatsMaxCount | 1.3.6.1.4.1.12394.1.10.5.15.1.2.1 | integer32 | read-write |
Specifies the maximum number of periods to keep inside the table. |
publicAccessRetentionPeriodicStatsDuration | 1.3.6.1.4.1.12394.1.10.5.15.1.2.2 | integer32 | read-write |
Specifies the amount of time for a period of an entry inside the table. Changing the value will erase the table contents. |
publicAccessRetentionPeriodTable | 1.3.6.1.4.1.12394.1.10.5.15.1.2.3 | no-access |
A table containing statistics information about number of authentication user's sessions pending and terminated. |
|
1.3.6.1.4.1.12394.1.10.5.15.1.2.3.1 | no-access |
Statistics information about the number of authenticated user sessions in a given period of time. |
||
publicAccessRetentionPeriodIndex | 1.3.6.1.4.1.12394.1.10.5.15.1.2.3.1.1 | integer32 | no-access |
Index of a statistics period. |
publicAccessRetentionPeriodStartTime | 1.3.6.1.4.1.12394.1.10.5.15.1.2.3.1.2 | dateandtime | read-only |
Indicates the start time for the statistical period. If zero, then the period doesn't contains valid information. |
publicAccessRetentionPeriodStopTime | 1.3.6.1.4.1.12394.1.10.5.15.1.2.3.1.3 | dateandtime | read-only |
Indicates the stop time for the statistical period. If zero, the period is not terminated yet. |
publicAccessRetentionPeriodHighestSessionCount | 1.3.6.1.4.1.12394.1.10.5.15.1.2.3.1.4 | counter32 | read-only |
Indicates the highest number of simultaneous authenticated user sessions within this time period. |
publicAccessRetentionPeriodTotalSessionCount | 1.3.6.1.4.1.12394.1.10.5.15.1.2.3.1.5 | counter32 | read-only |
Indicates the total number of authenticated user's session within this time period. |
publicAccessRetentionMIBNotificationPrefix | 1.3.6.1.4.1.12394.1.10.5.15.2 | |||
publicAccessRetentionMIBNotifications | 1.3.6.1.4.1.12394.1.10.5.15.2.0 | |||
publicAccessRetentionSessionMaxCountReachedTrap | 1.3.6.1.4.1.12394.1.10.5.15.2.0.1 |
This notification is sent whenever the number of session exceed the value of publicAccessRetentionSessionsMaxCount. |
||
alvarionPublicAccessRetentionMIBConformance | 1.3.6.1.4.1.12394.1.10.5.15.3 | |||
alvarionPublicAccessRetentionMIBCompliances | 1.3.6.1.4.1.12394.1.10.5.15.3.1 | |||
alvarionPublicAccessRetentionMIBCompliance | 1.3.6.1.4.1.12394.1.10.5.15.3.1.1 |
The compliance statement for entities which implement the Alvarion Public Access Retention MIB. |
||
alvarionPublicAccessRetentionMIBGroups | 1.3.6.1.4.1.12394.1.10.5.15.3.2 | |||
alvarionPublicAccessRetentionSessionsMIBGroup | 1.3.6.1.4.1.12394.1.10.5.15.3.2.1 |
A collection of objects providing the Public Access Retention Sessions MIB capability. |
||
alvarionPublicAccessRetentionPeriodicStatsMIBGroup | 1.3.6.1.4.1.12394.1.10.5.15.3.2.2 |
A collection of objects providing the Public Access Retention PeriodicStats MIB capability. |
||
alvarionPublicAccessRetentionNotificationGroup | 1.3.6.1.4.1.12394.1.10.5.15.3.2.3 |
A collection of supported notifications. |