ALVARION-PUBLIC-ACCESS-MIB

File: ALVARION-PUBLIC-ACCESS-MIB.mib (41518 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB ALVARION-SMI ALVARION-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
IpAddress Integer32 Unsigned32
Counter32 Gauge32 Counter64
MacAddress DateAndTime TruthValue
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
InterfaceIndex alvarionMgmtV2 AlvarionNotificationEnable
AlvarionProfileIndexOrZero AlvarionSSIDOrNone AlvarionUsersAuthenticationMode
AlvarionUsersAuthenticationType AlvarionSecurity AlvarionPriorityQueue

Defined Types

PublicAccessUsersConfigEntry  
SEQUENCE    
  publicAccessUsersConfigIndex Integer32
  publicAccessUsersConfigAuthenType AlvarionUsersAuthenticationType
  publicAccessUsersConfigAuthenMode AlvarionUsersAuthenticationMode
  publicAccessUsersConfigAuthenProfileIndex AlvarionProfileIndexOrZero
  publicAccessUsersConfigAuthenTimeout Unsigned32
  publicAccessUsersConfigAccountingEnabled INTEGER
  publicAccessUsersConfigAccountingProfileIndex AlvarionProfileIndexOrZero
  publicAccessUsersConfigInterfaceIndex InterfaceIndex
  publicAccessUsersConfigVirtualApProfileIndex Integer32

PublicAccessUserEntry  
SEQUENCE    
  publicAccessUserIndex Integer32
  publicAccessUserAuthenType AlvarionUsersAuthenticationType
  publicAccessUserAuthenMode AlvarionUsersAuthenticationMode
  publicAccessUserState INTEGER
  publicAccessUserStationIpAddress IpAddress
  publicAccessUserName OCTET STRING
  publicAccessUserSessionStartTime DateAndTime
  publicAccessUserSessionDuration Counter32
  publicAccessUserIdleTime Counter32
  publicAccessUserBytesSent Counter64
  publicAccessUserBytesReceived Counter64
  publicAccessUserPacketsSent Counter32
  publicAccessUserPacketsReceived Counter32
  publicAccessUserForceDisconnection INTEGER
  publicAccessUserStationMacAddress MacAddress
  publicAccessUserApMacAddress MacAddress
  publicAccessUserGroupName OCTET STRING
  publicAccessUserSSID AlvarionSSIDOrNone
  publicAccessUserSecurity AlvarionSecurity
  publicAccessUserPHYType INTEGER
  publicAccessUserVLAN Integer32
  publicAccessUserApRadioIndex Integer32
  publicAccessUserConfigIndex Integer32
  publicAccessUserConnectedInterface OCTET STRING
  publicAccessUserBytesSentDropped Counter64
  publicAccessUserBytesReceivedDropped Counter64
  publicAccessUserPacketsSentDropped Counter32
  publicAccessUserPacketsReceivedDropped Counter32
  publicAccessUserRateLimitationEnabled TruthValue
  publicAccessUserMaxTransmitRate Integer32
  publicAccessUserMaxReceiveRate Integer32
  publicAccessUserBandwidthControlLevel AlvarionPriorityQueue
  publicAccessUserNASPort Unsigned32

PublicAccessNASPortEntry  
SEQUENCE    
  publicAccessNASPortIndex Integer32
  publicAccessNASPortUserName OCTET STRING

Defined Values

alvarionPublicAccessMIB 1.3.6.1.4.1.12394.1.10.5.1
Alvarion Public Access MIB.
MODULE-IDENTITY    

alvarionPublicAccessMIBObjects 1.3.6.1.4.1.12394.1.10.5.1.1
OBJECT IDENTIFIER    

publicAccessGroup 1.3.6.1.4.1.12394.1.10.5.1.1.1
OBJECT IDENTIFIER    

publicAccessDeviceGroup 1.3.6.1.4.1.12394.1.10.5.1.1.2
OBJECT IDENTIFIER    

publicAccessUsersGroup 1.3.6.1.4.1.12394.1.10.5.1.1.3
OBJECT IDENTIFIER    

publicAccessNASPortsGroup 1.3.6.1.4.1.12394.1.10.5.1.1.4
OBJECT IDENTIFIER    

publicAccessStatus 1.3.6.1.4.1.12394.1.10.5.1.1.1.1
Identifies the current status of the authentication system.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

publicAccessStatusChangedCause 1.3.6.1.4.1.12394.1.10.5.1.1.1.2
Identifies the last cause of a status change. Mostly used by the publicAccessStatusChanged trap.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..253)  

publicAccessDeviceUserName 1.3.6.1.4.1.12394.1.10.5.1.1.2.1
Specifies the username that the device uses when authenticating itself to a RADIUS server.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..253)  

publicAccessDeviceUserPassword 1.3.6.1.4.1.12394.1.10.5.1.1.2.2
Specifies the password the device uses when authenticating to a RADIUS server. For security reasons, this should be set only if SNMP traffic is sent through a VPN tunnel. Reading this attribute will return an empty string.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..230)  

publicAccessDeviceSessionTimeoutAdminStatus 1.3.6.1.4.1.12394.1.10.5.1.1.2.3
Specifies the interval of time between two consecutive authentication attempts in minutes. At each successful authentication the device configuration is refreshed. This is not the time between RADIUS Access Request when an authentication is proceeding without answers. For that element, see the RADIUS Profile definition.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..9999  

publicAccessDeviceSessionTimeoutOperStatus 1.3.6.1.4.1.12394.1.10.5.1.1.2.4
Identifies the interval of time between two consecutive authentication attempts in seconds. At each successful authentication the device configuration is refreshed. This is not the time between RADIUS Access Request when an authentication is proceeding without answers. For that element, see the RADIUS Profile definition.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

publicAccessDeviceConfigMode 1.3.6.1.4.1.12394.1.10.5.1.1.2.5
Identifies how configuration of the device is performed. This can be via locally configured settings on the device, or retrieved from a AAA server. If both options are enabled, the settings retrieved from the AAA server overwrite the local configuration settings.
Status: current Access: read-only
OBJECT-TYPE    
  AlvarionUsersAuthenticationMode  

publicAccessDeviceAuthenProfileIndex 1.3.6.1.4.1.12394.1.10.5.1.1.2.6
Identifies the AAA server profile to use to authenticate the device. This attribute only applies when publicAccessDeviceConfigMode is set to 'profile' or 'localAndProfile'. When the special value zero is specified, no AAA server profile is selected.
Status: current Access: read-only
OBJECT-TYPE    
  AlvarionProfileIndexOrZero  

publicAccessDeviceAccountingEnabled 1.3.6.1.4.1.12394.1.10.5.1.1.2.7
Identifies if accounting information is generated by the device and sent to the AAA server. The device generate RADIUS accounting of type ON and OFF. This also covers accounting of all access-lists independently of where they are used. For accounting, the following status types are generated: START, INTERIM-UPDATE, and STOP. Accounting information is generated only if a valid AAA server profile is configured in the publicAccessDeviceAccountingProfileIndex attribute.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

publicAccessDeviceAccountingProfileIndex 1.3.6.1.4.1.12394.1.10.5.1.1.2.8
Identifies the AAA server profile to use for device accounting. This attribute only applies when publicAccessDeviceAccountingEnabled is set to 'enable'. When the special value zero is specified, the value set inside publicAccessDeviceAuthenProfileIndex is used instead.
Status: current Access: read-only
OBJECT-TYPE    
  AlvarionProfileIndexOrZero  

publicAccessDeviceForceReconfiguration 1.3.6.1.4.1.12394.1.10.5.1.1.2.9
Specify forceReconfiguration(1) to force the device to re-read the local configuration file or re-issue an authentication request to the AAA server, or both based on the value of the publicAccessDeviceConfigMode attribute. Reading this object always returns 'idle'. Re-issuing an authentication only applies if a valid AAA server profile is specified in publicAccessDeviceAuthenProfileIndex.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER idle(0), forceReconfiguration(1)  

publicAccessUsersMaxCount 1.3.6.1.4.1.12394.1.10.5.1.1.3.1
Indicates the maximum number of concurrent authenticated users.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

publicAccessUsersCount 1.3.6.1.4.1.12394.1.10.5.1.1.3.2
Indicates the number of currently authenticated users.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

publicAccessUsersThreshold 1.3.6.1.4.1.12394.1.10.5.1.1.3.3
Specifies the trigger value for sending the publicAccessUsersThresholdTrap. When the number of users logged into the public access interface is equal to or exceeds this threshold value, a publicAccessUsersThresholdTrap is sent. The threshold value cannot exceed publicAccessUsersMaxCount or an error is returned. Set this to zero to disable sending of the publicAccessUsersThresholdTrap.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

publicAccessUsersSessionTrapEnabled 1.3.6.1.4.1.12394.1.10.5.1.1.3.4
When set to enable, the publicAccessUsersSessionStart and publicAccessUsersSessionStop traps are generated when a user session begins or ends.
Status: current Access: read-write
OBJECT-TYPE    
  AlvarionNotificationEnable  

publicAccessUsersConfigTable 1.3.6.1.4.1.12394.1.10.5.1.1.3.5
Provides information on the user's authentication method. In tabular form to allow multiple instances on an agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PublicAccessUsersConfigEntry

publicAccessUsersConfigEntry 1.3.6.1.4.1.12394.1.10.5.1.1.3.5.1
An entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  PublicAccessUsersConfigEntry  

publicAccessUsersConfigIndex 1.3.6.1.4.1.12394.1.10.5.1.1.3.5.1.1
Index of a user profile in the publicAccessUsersConfigTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

publicAccessUsersConfigAuthenType 1.3.6.1.4.1.12394.1.10.5.1.1.3.5.1.2
Indicates the mechanism used to authenticate users.
Status: current Access: read-only
OBJECT-TYPE    
  AlvarionUsersAuthenticationType  

publicAccessUsersConfigAuthenMode 1.3.6.1.4.1.12394.1.10.5.1.1.3.5.1.3
Specifies how the user authentication is performed. It can be done with the local user list or via a AAA server profile. If both are enabled, the local user list is checked first.
Status: current Access: read-only
OBJECT-TYPE    
  AlvarionUsersAuthenticationMode  

publicAccessUsersConfigAuthenProfileIndex 1.3.6.1.4.1.12394.1.10.5.1.1.3.5.1.4
Specifies the AAA profile to use for user authentication when publicAccessUsersAuthenMode is set to 'profile' or 'localAndProfile'.
Status: current Access: read-only
OBJECT-TYPE    
  AlvarionProfileIndexOrZero  

publicAccessUsersConfigAuthenTimeout 1.3.6.1.4.1.12394.1.10.5.1.1.3.5.1.5
Logins are refused if the AAA server does not respond within this time period. Only applies when coVirtualApUserAccessAuthenMode is set to 'profile' or 'localAndProfile' and when the users are authenticated via 'HTML' or 'MAC' authentication.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

publicAccessUsersConfigAccountingEnabled 1.3.6.1.4.1.12394.1.10.5.1.1.3.5.1.6
Indicates if accounting information is generated by the device and sent to the AAA server for public access users. Accounting information is generated only if a valid AAA server profile is configured for publicAccessUsersAccountingProfileIndex.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

publicAccessUsersConfigAccountingProfileIndex 1.3.6.1.4.1.12394.1.10.5.1.1.3.5.1.7
Identifies the AAA profile to send accounting to for public access users. When zero is specified, the value set inside publicAccessDeviceAuthenProfileIndex is used instead.
Status: current Access: read-only
OBJECT-TYPE    
  AlvarionProfileIndexOrZero  

publicAccessUsersConfigInterfaceIndex 1.3.6.1.4.1.12394.1.10.5.1.1.3.5.1.8
Indicates the local interface on which these configuration parameters apply. This attribute is used with the publicAccessUsersConfigVirtualApProfileIndex to uniquely identify an entry in Virtual AP indexed tables.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

publicAccessUsersConfigVirtualApProfileIndex 1.3.6.1.4.1.12394.1.10.5.1.1.3.5.1.9
Indicates a user's VAP profile currently associated with these configuration parameters. This attribute is used with the publicAccessUsersConfigInterfaceIndex to uniquely identify an entry in Virtual AP indexed tables.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

publicAccessUserTable 1.3.6.1.4.1.12394.1.10.5.1.1.3.6
A table containing specific information for users authenticated by the authentication system. In tabular form to allow multiple instances on an agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PublicAccessUserEntry

publicAccessUserEntry 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1
Information about a particular user that has been authenticated by the authentication system. publicAccessUserIndex - Uniquely identifies a user in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  PublicAccessUserEntry  

publicAccessUserIndex 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.1
Index of a user in the publicAccessUserTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

publicAccessUserAuthenType 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.2
Indicates the mechanism used to authenticate the user.
Status: current Access: read-only
OBJECT-TYPE    
  AlvarionUsersAuthenticationType  

publicAccessUserAuthenMode 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.3
Specifies how user authentication is performed. It can be done using a local user list defined on the device or AAA server profile. If both modes are active the local user list is checked first.
Status: current Access: read-only
OBJECT-TYPE    
  AlvarionUsersAuthenticationMode  

publicAccessUserState 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.4
Indicates the current state of the user.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unassigned(0), connecting(1), connected(2), reconnecting(3), disconnecting(4), disconnected(5), disconnectingAdministrative(6), disconnectedAdministrative(7)  

publicAccessUserStationIpAddress 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.5
Indicates the user's IP address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

publicAccessUserName 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.6
Indicates the user's name.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..253)  

publicAccessUserSessionStartTime 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.7
Indicates when this user session was started.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

publicAccessUserSessionDuration 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

publicAccessUserIdleTime 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.9
Indicates for how long the user's session has been idle. When this counter reaches its maximum value, it wraps around and starts increasing again from zero.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

publicAccessUserBytesSent 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

publicAccessUserBytesReceived 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.11
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

publicAccessUserPacketsSent 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.12
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

publicAccessUserPacketsReceived 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.13
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

publicAccessUserForceDisconnection 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.14
Setting this attribute to 'adminReset' disconnects the user with a cause of ADMIN_RESET. Reading this variable always return 'idle'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER idle(0), adminReset(1)  

publicAccessUserStationMacAddress 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.15
Indicates the user's MAC Address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

publicAccessUserApMacAddress 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.16
Indicates the user's Access Point MAC Address when Location- Aware is enabled or the Access Controller MAC Address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

publicAccessUserGroupName 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.17
Indicates the user's Access Point Group Name (ONLY when Location-aware is enabled and properly configured). If this information is not available, a zero-Length string is returned.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..15)  

publicAccessUserSSID 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.18
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 is returned.
Status: current Access: read-only
OBJECT-TYPE    
  AlvarionSSIDOrNone  

publicAccessUserSecurity 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.19
Specifies the user's security mode.
Status: current Access: read-only
OBJECT-TYPE    
  AlvarionSecurity  

publicAccessUserPHYType 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.20
Specifies the user's radio type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), ieee802dot11a(1), ieee802dot11b(2), ieee802dot11g(3)  

publicAccessUserVLAN 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.21
Specifies the VLAN currently assigned to the user.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..4094  

publicAccessUserApRadioIndex 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.22
Indicates the radio to which this user is associated. The index 0 is reserved when location aware is not enabled or not properly configured. It means that the system could not determine on which interface the user is connected. Please note that this information is not related to the standard SNMP interface table. It is a proprietary index information on the Radios in Alvarion devices.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

publicAccessUserConfigIndex 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.23
Indicates the configuration profile in the publicAccessUsersConfigTable currently associated with this user. When location aware is not enabled or not properly configured, the first SSID of the first radio interface is used as the default configuration profile.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

publicAccessUserConnectedInterface 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.24
Indicates the device's logical public interface to which the user is connected. This will always be a string containing 'br0'.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(0..10)  

publicAccessUserBytesSentDropped 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.25
Indicates the total number of bytes sent by the user and dropped due to rate limitation. When this counter reaches its maximum value, it wraps around and starts increasing again from zero.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

publicAccessUserBytesReceivedDropped 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.26
Indicates the total number of bytes received for the user and dropped due to rate limitation. When this counter reaches its maximum value, it wraps around and starts increasing again from zero.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

publicAccessUserPacketsSentDropped 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.27
Indicates the total number of packets sent by the user and dropped due to rate limitation. When this counter reaches its maximum value, it wraps around and starts increasing again from zero.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

publicAccessUserPacketsReceivedDropped 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.28
Indicates the total number of packets received for the user and dropped due to rate limitation. When this counter reaches its maximum value, it wraps around and starts increasing again from zero.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

publicAccessUserRateLimitationEnabled 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.29
Specifies if rate limitation is enabled for the user.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

publicAccessUserMaxTransmitRate 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.30
Specifies the maximum transmit rate for the user.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 100..1000000  

publicAccessUserMaxReceiveRate 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.31
Specifies the maximum receive rate for the user.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 100..1000000  

publicAccessUserBandwidthControlLevel 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.32
Specifies the user's bandwidth control level.
Status: current Access: read-only
OBJECT-TYPE    
  AlvarionPriorityQueue  

publicAccessUserNASPort 1.3.6.1.4.1.12394.1.10.5.1.1.3.6.1.33
Specifies the NAS-Port value assigned to the user.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

publicAccessUsersLoggedInTrapEnabled 1.3.6.1.4.1.12394.1.10.5.1.1.3.7
When set to enable, the publicAccessUsersLoggedInTrap is generated.
Status: current Access: read-write
OBJECT-TYPE    
  AlvarionNotificationEnable  

publicAccessUsersLoggedInTrapInterval 1.3.6.1.4.1.12394.1.10.5.1.1.3.8
Interval between publicAccessUsersLoggedInTrap traps. Setting this to 0 will disable periodic sending of these traps.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..1000000  

publicAccessNASPortCount 1.3.6.1.4.1.12394.1.10.5.1.1.4.1
Indicates the number of NAS-Port supported.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

publicAccessNASPortTable 1.3.6.1.4.1.12394.1.10.5.1.1.4.2
A table containing specific information for NAS-Port by the Access Controller. In tabular form to allow multiple instances on an agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PublicAccessNASPortEntry

publicAccessNASPortEntry 1.3.6.1.4.1.12394.1.10.5.1.1.4.2.1
Information about a particular NAS-Port by Access Controller. publicAccessNASPortIndex - Uniquely identifies a NAS-Port in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  PublicAccessNASPortEntry  

publicAccessNASPortIndex 1.3.6.1.4.1.12394.1.10.5.1.1.4.2.1.1
Index of a NAS-Port in the publicAccessNASPortTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

publicAccessNASPortUserName 1.3.6.1.4.1.12394.1.10.5.1.1.4.2.1.2
Indicates the user's name currently authenticated by the Access Controller on this NAS-Port.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..253)  

publicAccessMIBNotificationPrefix 1.3.6.1.4.1.12394.1.10.5.1.2
OBJECT IDENTIFIER    

publicAccessMIBNotifications 1.3.6.1.4.1.12394.1.10.5.1.2.0
OBJECT IDENTIFIER    

publicAccessStatusChangedTrap 1.3.6.1.4.1.12394.1.10.5.1.2.0.1
This notification is sent whenever the authentication system status changes (up or down).
Status: current Access: read-only
NOTIFICATION-TYPE    

publicAccessUsersThresholdTrap 1.3.6.1.4.1.12394.1.10.5.1.2.0.2
This notification is sent whenever publicAccessUsersThreshold is exceeded.
Status: current Access: read-only
NOTIFICATION-TYPE    

publicAccessUsersSessionStartTrap 1.3.6.1.4.1.12394.1.10.5.1.2.0.3
When a user successfully authenticate a trap is generated if the publicAccessUsersSessionTrapEnabled is set to True.
Status: current Access: read-only
NOTIFICATION-TYPE    

publicAccessUsersSessionStopTrap 1.3.6.1.4.1.12394.1.10.5.1.2.0.4
When a user terminates their session a trap is generated if the publicAccessUsersSessionTrapEnabled is set to True.
Status: current Access: read-only
NOTIFICATION-TYPE    

publicAccessUsersSessionFailTrap 1.3.6.1.4.1.12394.1.10.5.1.2.0.5
When a user authentication fails a trap is generated if the publicAccessUsersSessionTrapEnabled is set to True.
Status: current Access: read-only
NOTIFICATION-TYPE    

publicAccessUsersLoggedInTrap 1.3.6.1.4.1.12394.1.10.5.1.2.0.6
This is sent when a user is authenticated or periodically (see publicAccessUSersLoggedInTrapInterval) if the publicAccessUsersLoggedInTrapEnabled is set to True.
Status: current Access: read-only
NOTIFICATION-TYPE    

alvarionPublicAccessMIBConformance 1.3.6.1.4.1.12394.1.10.5.1.3
OBJECT IDENTIFIER    

alvarionPublicAccessMIBCompliances 1.3.6.1.4.1.12394.1.10.5.1.3.1
OBJECT IDENTIFIER    

alvarionPublicAccessMIBGroups 1.3.6.1.4.1.12394.1.10.5.1.3.2
OBJECT IDENTIFIER    

alvarionPublicAccessMIBCompliance 1.3.6.1.4.1.12394.1.10.5.1.3.1.1
The compliance statement for entities which implement the Alvarion Public Access MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

alvarionPublicAccessMIBGroup 1.3.6.1.4.1.12394.1.10.5.1.3.2.1
A collection of objects providing control over the Public Access MIB.
Status: current Access: read-only
OBJECT-GROUP    

alvarionPublicAccessUserMIBGroup 1.3.6.1.4.1.12394.1.10.5.1.3.2.2
A collection of objects providing the Public Access MIB capability.
Status: current Access: read-only
OBJECT-GROUP    

alvarionPublicAccessUserConfigMIBGroup 1.3.6.1.4.1.12394.1.10.5.1.3.2.3
A collection of objects providing the Public Access user configuration capability.
Status: current Access: read-only
OBJECT-GROUP    

alvarionPublicAccessNotificationGroup 1.3.6.1.4.1.12394.1.10.5.1.3.2.4
A collection of supported notifications.
Status: current Access: read-only
NOTIFICATION-GROUP    

alvarionPublicAccessNASPortsMIBGroup 1.3.6.1.4.1.12394.1.10.5.1.3.2.5
A collection of objects providing the Public Access NAS Port MIB capability.
Status: current Access: read-only
OBJECT-GROUP