User's Manual

Table Of Contents
Initial Setup through the CLI
4-3
Initial Configuration Steps
Logging In – Enter “admin” for the user name. The default
password is null, so just press [Enter] at the password prompt.
The CLI prompt appears displaying the access points model
number.
Setting the IP Address – By default, the access point is
configured to obtain IP address settings from a DHCP server. You
will therefore have to use the command line interface (CLI) to
assign an IP address that is compatible with your network.
Type “configure” to enter configuration mode, then type “interface
ethernet” to access the Ethernet interface-configuration mode.
First type “no dhcp” to disable DHCP client mode. Then type “ip
address ip-address netmask gateway,” where “ip-address” is the
access points IP address, “netmask” is the network mask for the
network, and “gateway” is the default gateway router. Check with
your system administrator to obtain an IP address that is
compatible with your network.
After configuring the access point’s IP parameters, you can
access the management interface from anywhere within the
attached network. The command line interface can also be
Username: admin
Password: smcadmin
SMC Enterprise AP#
SMC Enterprise AP#configure
SMC Enterprise AP(config)#interface ethernet
SMC Enterprise AP(config-if)#
SMC Enterprise AP(if-ethernet)#no dhcp
SMC Enterprise AP(if-ethernet)#ip address 192.168.2.2
255.255.255.0 192.168.2.254
SMC Enterprise AP(if-ethernet)#