IfIndex |
This variable identifies on which interface the access point
discovery is to be performed. The interface is identified by its
index in the ifTable. |
Proto |
This indicates which access point discovery is to be performed.
Currently only ARtem access points can be discovered. This is a
proprietary discovery protocol, which uses IP multicast protocol
with group address 239.239.239.239 and UPD port 1111. Enumerations: |
Operation |
Setting this variable to 'discovery' initiates the discovery. After the
discovery it is autonomously changed to 'none'. Setting this variable
to 'delete' deletes the entry and all related entries in apDiscTable
and apDiscSetTable. Enumerations: - none (1)
- discovery (2)
- delete (3)
|
Result |
This variable indicates the result of the discovery operation after
the operation has finished.
'noError': no discovery has been initiated or discovery was a success.
'destUnreachable': the interface is currently not usable.
Interface is not operational, has no IP address assigned or
has no associated direct route. The request could not be sent.
'internalError': an internal error was detected, discovery not
initiated. Enabling logging and debugging might reveal more
information in this case. Enumerations: - noError (1)
- destUnreachable (2)
- internalError (3)
|
LastRun |
The time (GMT) of the last successful access point discovery
given in seconds since 01/01/1970 00:00:00. A value of 0 indicates
that no successful discovery had been run yet. |