3Com 3CRWX120695A WXR100 Switch User Manual


 
338 CHAPTER 9: CONFIGURING WX SWITCHES REMOTELY
Example 3:
Deployment Site Has
DNS But No DHCP
The deployment site in this example does not have a DHCP server but
does have a local DNS server. The configuration is similar to Example 1,
but includes DNS configuration information instead of an IP alias.
1 Configure a VLAN:
WX1200# set vlan 1 port 7
success: change accepted.
2 Configure an IP interface on the VLAN.
WX1200# set interface 1 ip 192.168.1.252 255.255.255.0
success: change accepted.
3 Configure a default route through the local gateway:
WX1200# set ip route default 192.168.1.1 0
success: change accepted.
4 Configure the default DNS domain name:
WX1200# set ip dns domain example.com
Domain name changed
5 Configure DNS server information:
WX1200# set ip dns server 192.168.11.2
6 Enable the MSS DNS client:
WX1200# set ip dns server enable
success: change accepted.
7 Enable the auto-config option:
WX1200# set auto-config enable
success: change accepted.
8 Save the configuration changes:
WX1200# save config
success: configuration saved.
9 Power off or restart the switch.