>> MIB - Management Information Base

>> Table: apDiscSetTable - (.1.3.6.1.4.1.272.4.49.3.1)

Description: An entry fo an discovered access point allowing to set network parameters.

apDiscSetTable
OIDNameTypeAccess
.1IfIndexINTEGERR
.2ProtoENUMR
.3MacAddressMacAddressR
.4NodeNameDisplayStringRW
.5IpAddressIpAddressRW
.6NetMaskIpAddressRW
.7GwAddressIpAddressRW
.8AdminPasswordDisplayStringRW
.9OperationENUMRW
.10ResultENUMR

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:

  • artem (1)
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.

Range: 6 to 6

NodeName
The new node name of the access point to be used in the next set request.

Range: 0 to 32

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.

Range: 0 to 64

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:

  • none (1)
  • set (2)
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)


MIB Reference to Software Version 7.6.2 generated on 2008/03/07. Provided by webmaster@funkwerk-ec.com
Copyright ©2008 by Funkwerk Enterprise Communications GmbH