IfIndex |
The interface on which the access point was detected.
The interface is identified by its interface index in
the ifTable. |
Proto |
This indicates via which protocol the access point is
addressed. Currently only the protocol to discover
ARtem access points is supported. This is protocol uses
IP multicast protocol with group address 239.239.239.239
and UPD port 1111. Enumerations: |
MacAddress |
The MAC address of the access point. The ARtem
access points report via the discovery protocol the MAC
address of their first ethernet-like interface. |
NodeName |
The new node name of the access point to be used in
the next set request. |
IpAddress |
The new IP address of the access point to be used in
the next set request. The access point uses DHCP if
apDiscSetIpAddress, apDiscSetNetmask and apDiscSetGwAddress
are all set to '0.0.0.0'. |
NetMask |
The new netmask of the access point to be used in the
next set request. The access point uses DHCP if
apDiscSetIpAddress, apDiscSetNetmask and apDiscSetGwAddress
are all set to '0.0.0.0'. |
GwAddress |
The new gateway address of the access point to be used
in the next set request. The gateway address must be in
the network defined by apDiscSetIpAddress and the
apDiscSetNetmask. The access point uses DHCP if
apDiscSetIpAddress, apDiscSetNetmask and apDiscSetGwAddress
are all set to '0.0.0.0'. |
AdminPassword |
The access point's password of the administrative user
account to authorize the set request. |
Operation |
This variable allows to initiate a set operation. After
the set operation is performed the variable apDiscSetResult
is updated autonomously to reflect the result of the operation.
'none': no set operation is performed or set operation has
finished.
'set': initiate the set request. Enumerations: |
Result |
This variable indicates the result of the set operation
after the operation has finished.
'noError': no set operation performed or operation was a
success.
'invalidIpParam': either no proper netmask was specified,
or the gateway address does not fit to the IP address and
netmask.
'accessDenied': authorization for set operation failed.
'otherError': access point replied with an unexpected error.
Logging and debugging might reveal more information in this
case.
'destUnreachable': the interface is currently not usable.
Interface is not operational or has no IP address assigned.
The request could not be sent.
'timeout': no response to set request.
'internalError': an internal problem detected. The request
could not be sent. Enabling log and debug messages might
reveal more information in this case. Enumerations: - noError (1)
- invalidIpParam (2)
- accessDenied (3)
- otherError (4)
- destUnreachable (5)
- timeout (6)
- internalError (7)
|