Nortel 2350 参考指南

下载
页码 480
Configuring WSSs Remotely 313
Nortel WLAN—Management Software 2300 Series Reference Guide
You can enable the switch to use the WSS Software DHCP client to obtain this information from a DHCP server in the 
local network where the switch will be deployed. Alternatively, you can statically configure the information. 
The IP address and DNS information are configured independently. You can configure the combination of settings that 
work with the network resources available at the deployment site. The following examples show some of the combina-
tions you can configure.
If DNS is available, an entry must be added to the DNS server that maps the IP address of the host where WLAN 
Management Software Services are installed to the well-known hostname wlan-config-srv. Otherwise, an IP alias can be 
configured on the switch itself to map the address to the hostname.
Example 1: Deployment Site has DHCP and Local DNS
The deployment site in this example has a DHCP server. The switch is configured to use the WSS Software DHCP client 
to obtain an IP address, default router address, DNS domain name, and DNS server IP addresses. 
1
Configure a VLAN:
WSS# 
set vlan 1 port 7
success: change accepted.
2
Enable the DHCP client on VLAN 1:
WSS# 
set interface 1 ip dhcp-client enable
success: change accepted.
3
Enable the auto-config option:
WSS# 
set auto-config enable
success: change accepted.
4
Save the configuration changes:
WSS# 
save config
success: configuration saved.
5
Power off or restart the switch.
Example 2: Deployment Site has no DHCP and no DNS
The deployment site in this example does not have a DHCP server or a local DNS server. Therefore, IP and DNS infor-
mation must be statically configured. Because no DNS server is available, an IP alias is configured to map the IP address 
of the host where WLAN Management Software Services are installed to the well-known hostname wlan-config-srv.
1
Configure a VLAN:
WSS# 
set vlan 1 port 7
success: change accepted.
2
Configure an IP interface on the VLAN. 
WSS# 
set interface 1 ip 192.168.1.252 255.255.255.0
success: change accepted.