Hub/Switch Reference Guide

AP Commands 261
Nortel WLAN—Security Switch 2300 Series Command Line Reference
Usage
Changing the LED blink mode does not alter operation of the AP. Only the behavior of the LEDs is
affected.
Examples
The following command enables LED blink mode on the AP connected to ports 3 and 4:
WSS# set ap 3-4 blink enable
success: change accepted.
set ap boot-configuration ip
Specifies static IP address information for a AP.
Syntax
set ap ap-num boot-configuration ip ip ip-addr netmask mask-addr gateway gateway-
addr [mode {enable | disable}]
Syntax
set ap ap-num boot-configuration ip mode {enable | disable}
Defaults
By default APs use DHCP to obtain an IP address, rather than a using a manually assigned IP
address.
Access
Enabled.
History
Introduced in WSS Software 4.1.
Option dap removed in 6.0.
Usage
Normally, APs use DHCP to obtain IP address information. In some installations, DHCP may not be
available. In this case, you can assign static IP address information to the AP, including the AP’s IP address
and netmask, and default gateway.
If the manually assigned IP information is incorrect, the AP uses DHCP to obtain its IP address.
Examples
The following command configures AP 1 to use IP address 172.16.0.42 with a 24-bit netmask,
and use 172.16.0.20 as its default gateway:
WSS# set ap 1 boot-configuration ip 172.16.0.42 netmask 255.255.255.0 gateway 172.16.0.20
success: change accepted.
See Also
clear ap boot-configuration on page 241
set ap boot-configuration switch on page 255
set ap boot-configuration vlan on page 256
ap ap-num Number of the AP for which you are specifying static IP
information.
ip ip-addr The IP address to be assigned to the AP, in dotted decimal
notation (for example, 10.10.10.10).
netmask mask-addr The subnet mask, in dotted decimal notation (for example,
255.255.255.0).
gateway gateway-addr The IP address of the next-hop router, in dotted decimal
notation.
mode {enable | disable} Enables or disables the static IP address for the AP.