ENTERASYS-STATION-LOCATION-MIB

File: ENTERASYS-STATION-LOCATION-MIB.mib (31799 bytes)

Imported modules

SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
SNMP-FRAMEWORK-MIB ENTERASYS-MIB-NAMES

Imported symbols

OBJECT-GROUP MODULE-COMPLIANCE Integer32
Unsigned32 OBJECT-TYPE MODULE-IDENTITY
MacAddress RowStatus TruthValue
TEXTUAL-CONVENTION SnmpAdminString etsysModules

Defined Types

FloorEnvironmentType  
Type of indoor construction materials used on its floor. openSpace(0): Indoor open space (halls, auditoriums) lightDivision(1): Office environment with light divisions (cubicles) dryWallsDivision(2): Office environment with dry walls divisions hardDivision(3): Office Environment with hard divisions (brick) interiorWalls(4): Interior Walls (need be defined in the floor plan)
TEXTUAL-CONVENTION    
  INTEGER openSpace(0), lightDivision(1), dryWallsDivision(2), hardDivision(3), interiorWalls(4)  

EtsysFloorEntry  
SEQUENCE    
  etsysFloorID Unsigned32
  etsysFloorRowStatus RowStatus
  etsysFloorName SnmpAdminString
  etsysFloorNumberOfAPs Unsigned32
  etsysFloorWidth Unsigned32
  etsysFloorLength Unsigned32
  etsysFloorNumberOfCells Unsigned32
  etsysFloorCellWidth Unsigned32
  etsysFloorCellLength Unsigned32
  etsysFloorEnvironment FloorEnvironmentType
  etsysFloorHashString OCTET STRING

EtsysOnDemandStationEntry  
SEQUENCE    
  etsysOnDemandStationMAC MacAddress
  etsysOnDemandStationRowStatus RowStatus

EtsysTrackedStationEntry  
SEQUENCE    
  etsysTrackedStationMAC MacAddress
  etsysTrackedStationFloorID Unsigned32
  etsysTrackedStationLocationType INTEGER
  etsysTrackedStationReportingAPSN SnmpAdminString
  etsysTrackedStationAPDistance Integer32

EtsysStationLocationGridEntry  
SEQUENCE    
  etsysStationLocnGridIndex Unsigned32
  etsysStationLocnGridX Integer32
  etsysStationLocnGridY Integer32
  etsysStationLocnGridProbability Integer32

EtsysPublishLocationURLEntry  
SEQUENCE    
  etsysPublishLocationIndex Unsigned32
  etsysPublishLocationURL OCTET STRING
  etsysPublishLocationRowStatus RowStatus
  etsysPublishLocationUserId SnmpAdminString
  etsysPublishLocationPassword SnmpAdminString

Defined Values

etsysStationLocationMIB 1.3.6.1.4.1.5624.1.2.98
This MIB provides an interface to manage the wireless station localization application. It allows configuration of the application as well retrieving information about location of managed Station that are associated to controller or are configured to be tracked even without being associated.
MODULE-IDENTITY    

etsysStationLocationMIBObjects 1.3.6.1.4.1.5624.1.2.98.1
OBJECT IDENTIFIER    

etsysLocationConfiguration 1.3.6.1.4.1.5624.1.2.98.1.1
OBJECT IDENTIFIER    

etsysLocationEngineEnable 1.3.6.1.4.1.5624.1.2.98.1.1.1
Setting this value to true (1), enables the location engine to track stations, otherwise no station will be tracked.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

etsysLocationEngineAutoTrkEnable 1.3.6.1.4.1.5624.1.2.98.1.1.2
If this variable is set to true and etsysLocationEngineEnable is set to true then all associated stations will be tracked up to the platform limit for location tracking.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

etsysLocationEngineGlblAPHeight 1.3.6.1.4.1.5624.1.2.98.1.1.3
Default height of access point to be used if the floor configuration has not provided any height for any AP servicing the floor. The range of height is 0 to 1000 in centimeters.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..1000  

etsysLocationEngineGlobalEnv 1.3.6.1.4.1.5624.1.2.98.1.1.4
Type of indoor construction materials assumed when the floor plan does not specify the primary construction materials used on its floor.
Status: current Access: read-write
OBJECT-TYPE    
  FloorEnvironmentType  

etsysLocationFloors 1.3.6.1.4.1.5624.1.2.98.1.1.5
OBJECT IDENTIFIER    

etsysLocationMaxFloorLimit 1.3.6.1.4.1.5624.1.2.98.1.1.5.1
The maximum number of floor plan files that can be stored and used on this controller.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

etsysLocationFloorConfigured 1.3.6.1.4.1.5624.1.2.98.1.1.5.2
The number of floors that have been configured and currently used.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

etsysFloorTable 1.3.6.1.4.1.5624.1.2.98.1.1.5.3
A table that describes attributes of floors configured for use by the Location Engine.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysFloorEntry

etsysFloorEntry 1.3.6.1.4.1.5624.1.2.98.1.1.5.3.1
An entry describing a single floor in the location engine's database.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysFloorEntry  

etsysFloorID 1.3.6.1.4.1.5624.1.2.98.1.1.5.3.1.1
Floor ID associated to the floor. This index ranges from one to etsysLocationMaxFloorLimit. This ID persists over reboots and upgrades.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

etsysFloorRowStatus 1.3.6.1.4.1.5624.1.2.98.1.1.5.3.1.2
RowStatus of the entry, though currently only deletion is allowed for this field.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

etsysFloorName 1.3.6.1.4.1.5624.1.2.98.1.1.5.3.1.3
Textual string identifying floor name. Supports UTF-8 character set, except Double Quotes and ASCII control characters.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..64)  

etsysFloorNumberOfAPs 1.3.6.1.4.1.5624.1.2.98.1.1.5.3.1.4
Number of access point have been assigned to this floor to track stations on this floor.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

etsysFloorWidth 1.3.6.1.4.1.5624.1.2.98.1.1.5.3.1.5
Width of the floor in centimeters.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

etsysFloorLength 1.3.6.1.4.1.5624.1.2.98.1.1.5.3.1.6
Length of the floor in centimeters.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

etsysFloorNumberOfCells 1.3.6.1.4.1.5624.1.2.98.1.1.5.3.1.7
Number of cells on this floor.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

etsysFloorCellWidth 1.3.6.1.4.1.5624.1.2.98.1.1.5.3.1.8
Width of each cell for this floor in centimeters.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

etsysFloorCellLength 1.3.6.1.4.1.5624.1.2.98.1.1.5.3.1.9
Length of each cell for this floor in centimeters.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

etsysFloorEnvironment 1.3.6.1.4.1.5624.1.2.98.1.1.5.3.1.10
Type of propagation model for the floor.
Status: current Access: read-create
OBJECT-TYPE    
  FloorEnvironmentType  

etsysFloorHashString 1.3.6.1.4.1.5624.1.2.98.1.1.5.3.1.11
MD5 hash of the file as received during download.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(16)  

etsysLocationStations 1.3.6.1.4.1.5624.1.2.98.1.1.6
OBJECT IDENTIFIER    

etsysMaxTrackedStationLimit 1.3.6.1.4.1.5624.1.2.98.1.1.6.1
Maximum number of stations that this platform can track. Stations are tracked on the basis of either being associated to the controller or administratively added to the 'On-Demand Tracking' list
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

etsysMaxOnDemandStationLimit 1.3.6.1.4.1.5624.1.2.98.1.1.6.2
Maximum number of stations that can be configured to be tracked as on-demand basis.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..32  

etsysOnDemandStationTable 1.3.6.1.4.1.5624.1.2.98.1.1.6.3
A list of stations to be tracked by the Location Engine. Location tracking of a station may stop when it is removed from the list. The list is configured by the administrator and is used to reserve capacity to ensure that the addresses in the list are among those tracked by the location engine.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysOnDemandStationEntry

etsysOnDemandStationEntry 1.3.6.1.4.1.5624.1.2.98.1.1.6.3.1
The address of a single station to be tracked.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysOnDemandStationEntry  

etsysOnDemandStationMAC 1.3.6.1.4.1.5624.1.2.98.1.1.6.3.1.1
MAC address of the station to be tracked.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

etsysOnDemandStationRowStatus 1.3.6.1.4.1.5624.1.2.98.1.1.6.3.1.2
RowStatus of the entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

etsysLocationEngineTrackAreaChange 1.3.6.1.4.1.5624.1.2.98.1.1.7
Setting this value to enable(1), the location engine will track the area changes, otherwise, the area information is determined by the associated AP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

etsysLocationEngineTrackMode 1.3.6.1.4.1.5624.1.2.98.1.1.8
trackClients(1) : All associated stations will be tracked up to the platform limit. trackAll(2) : All Mac address will be tracked up to the platform limit. trackNone(3) : Location engine is tracking the on demand list only.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER trackClients(1), trackAll(2), trackNone(3)  

etsysLocationReports 1.3.6.1.4.1.5624.1.2.98.1.2
OBJECT IDENTIFIER    

etsysTrackedStationTable 1.3.6.1.4.1.5624.1.2.98.1.2.1
Table containing information about tracked stations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysTrackedStationEntry

etsysTrackedStationEntry 1.3.6.1.4.1.5624.1.2.98.1.2.1.1
An entry describing the location of one tracked station.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysTrackedStationEntry  

etsysTrackedStationMAC 1.3.6.1.4.1.5624.1.2.98.1.2.1.1.1
MAC address associated to the station that is being tracked.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

etsysTrackedStationFloorID 1.3.6.1.4.1.5624.1.2.98.1.2.1.1.2
The ID of the floor on which the station appears to be active.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

etsysTrackedStationLocationType 1.3.6.1.4.1.5624.1.2.98.1.2.1.1.3
This object identifies the type of location report for the station. The meaning of other fields in this table and the etsysLocationGridTable depend on the value of this object. If this object has a value of 'cellOfOrigin' then etsysStationLocnGridX and etsysStationLocationGridY will be set to -1 in the etsysStationLocationGridTable entry for this station.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), rssBasedLocation(1), cellOfOrigin(2)  

etsysTrackedStationReportingAPSN 1.3.6.1.4.1.5624.1.2.98.1.2.1.1.6
The serial number of the access point that reported an RSS value for the station. This object is meaningful only when the value of etsysTrackedStationLocationType is cellOfOrigin. The cell of origin method determines location based on the probable distance of the subject from a known location, in this case, the location of the AP that reported the RSS value. Cell of Origin is used when fewer than three APs report seeing the station at one time. If two APs report the station then the serial number of the AP reporting the strongest RSS is reported as the station's etsysTrackedStationReportingAPSN.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

etsysTrackedStationAPDistance 1.3.6.1.4.1.5624.1.2.98.1.2.1.1.7
The distance (in meters) of the station from the access point with the serial number in etsysTrackedStationReportingAPSN. This object is meaningful only when the value of etsysTrackedStationLocationType is cellOfOrigin.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

etsysStationLocationGridTable 1.3.6.1.4.1.5624.1.2.98.1.2.2
When the location type is rssBasedLocation it is likely that there will be a number of probable locations calculated for one station. This table lists the most recently rssBasedLocation-calculated probable locations of each tracked station. Each row of the table represents one probable location of one tracked station. The table is indexed by the subject station's MAC address and an internal identifier for the cell described by the entry. The cell is a cell on the floor identified by the etsysTrackedStationFloorID object in the etsysTrackedStationEntry for the subject station.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysStationLocationGridEntry

etsysStationLocationGridEntry 1.3.6.1.4.1.5624.1.2.98.1.2.2.1
One entry in this table providing one of the possible location for the station with associated probability.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysStationLocationGridEntry  

etsysStationLocnGridIndex 1.3.6.1.4.1.5624.1.2.98.1.2.2.1.1
Internally assigned number to those location starting from one to the maximum number of reported locations. This field has no meaning by itself.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

etsysStationLocnGridX 1.3.6.1.4.1.5624.1.2.98.1.2.2.1.2
X-coordinate associated to the location of the reported cell.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

etsysStationLocnGridY 1.3.6.1.4.1.5624.1.2.98.1.2.2.1.3
Y-coordinate associated to the location of the reported cell.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

etsysStationLocnGridProbability 1.3.6.1.4.1.5624.1.2.98.1.2.2.1.4
Estimated percentage chance that the station is actually located in the identified cell. A value of zero means the location is not known.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

etsysLocationBatchReport 1.3.6.1.4.1.5624.1.2.98.1.3
OBJECT IDENTIFIER    

etsysLocationBatchReportEnable 1.3.6.1.4.1.5624.1.2.98.1.3.1
Setting this value to true (1) enables the location batch reporting feature.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

etsysLocationBatchReportFrequency 1.3.6.1.4.1.5624.1.2.98.1.3.2
The report frequency setting in seconds. Currently 60, 120, 300, 600, 1200, 1800, 3600, 7200 and 14400 seconds are supported. Other values are un-supported and will be rejected.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 60..4294967295  

etsysPublishLocationURLMaxEntries 1.3.6.1.4.1.5624.1.2.98.1.3.3
Maximum number of URLs supported by the controller.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

etsysPublishLocationURLNumEntries 1.3.6.1.4.1.5624.1.2.98.1.3.4
The current number of entries in the etsysPublishLocationURLTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

etsysPublishLocationURLTable 1.3.6.1.4.1.5624.1.2.98.1.3.5
Table containing destination URLs to which the controller posts location information. Only http and https are supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysPublishLocationURLEntry

etsysPublishLocationURLEntry 1.3.6.1.4.1.5624.1.2.98.1.3.5.1
An entry describing the destination URL.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysPublishLocationURLEntry  

etsysPublishLocationIndex 1.3.6.1.4.1.5624.1.2.98.1.3.5.1.1
The index for a configured destination URL.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

etsysPublishLocationURL 1.3.6.1.4.1.5624.1.2.98.1.3.5.1.2
The URL of the destination to which a report is pushed.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..512)  

etsysPublishLocationRowStatus 1.3.6.1.4.1.5624.1.2.98.1.3.5.1.3
A control that will allow one entry to be added, activated, deactivated, or removed from the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

etsysPublishLocationUserId 1.3.6.1.4.1.5624.1.2.98.1.3.5.1.4
The login name for the destination URL server.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

etsysPublishLocationPassword 1.3.6.1.4.1.5624.1.2.98.1.3.5.1.5
The password for the destination URL server. On a read, a dummy (not real password) will be returned.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

etsysLocationBatchReportDimensionUnit 1.3.6.1.4.1.5624.1.2.98.1.3.6
The units for reported x and y location coordinates.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER meter(0), feet(1)  

etsysStationLocationConformance 1.3.6.1.4.1.5624.1.2.98.2
OBJECT IDENTIFIER    

etsysStationLocationGroups 1.3.6.1.4.1.5624.1.2.98.2.1
OBJECT IDENTIFIER    

etsysStationLocationCompliances 1.3.6.1.4.1.5624.1.2.98.2.2
OBJECT IDENTIFIER    

etsysLocationEngineGlobalGroup 1.3.6.1.4.1.5624.1.2.98.2.1.1
Objects defining configuration attributes of a location tracking components.
Status: deprecated Access: read-write
OBJECT-GROUP    

etsysFloorGroup 1.3.6.1.4.1.5624.1.2.98.2.1.2
List of objects that defines attributes of a configured floor.
Status: current Access: read-write
OBJECT-GROUP    

etsysOnDemandStationsGroup 1.3.6.1.4.1.5624.1.2.98.2.1.3
List of objects that define attribute of a on-demand stations to be tracked.
Status: current Access: read-write
OBJECT-GROUP    

etsysTrackedStationsGroup 1.3.6.1.4.1.5624.1.2.98.2.1.4
List of objects that define a tracked stations attributes.
Status: current Access: read-write
OBJECT-GROUP    

etsysLocationBatchReportGroup 1.3.6.1.4.1.5624.1.2.98.2.1.5
List of objects that define location batch reporting attributes.
Status: deprecated Access: read-write
OBJECT-GROUP    

etsysLocationEngineGlobalGroup2 1.3.6.1.4.1.5624.1.2.98.2.1.6
Objects defining configuration attributes of a location tracking components.
Status: deprecated Access: read-write
OBJECT-GROUP    

etsysLocationEngineGlobalGroup3 1.3.6.1.4.1.5624.1.2.98.2.1.7
Objects defining configuration attributes of a location tracking components.
Status: current Access: read-write
OBJECT-GROUP    

etsysLocationBatchReportGroup2 1.3.6.1.4.1.5624.1.2.98.2.1.8
List of objects that define location batch reporting attributes.
Status: current Access: read-write
OBJECT-GROUP    

etsysStationLocationCompliance 1.3.6.1.4.1.5624.1.2.98.2.2.1
This group is mandatory for all devices that support reporting and configuration of station location.
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

etsysStationLocationCompliance2 1.3.6.1.4.1.5624.1.2.98.2.2.2
This group is mandatory for all devices that support reporting and configuration of station location.
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

etsysStationLocationCompliance3 1.3.6.1.4.1.5624.1.2.98.2.2.3
This group is mandatory for all devices that support reporting and configuration of station location.
Status: current Access: read-write
MODULE-COMPLIANCE