Download Print this page

Cisco 861W - Integrated Services Router Wireless Quick Start Manual page 6

Quick start guide
Hide thumbs Also See for 861W - Integrated Services Router Wireless:

Advertisement

Task 2: Configure the Router for Cisco CP
Entering the Configuration Commands Manually
If you don't want to use the factory default configuration because the router already has a configuration,
or for any other reason, you can use the procedure in this section to add each required command to the
configuration.
To enter the Cisco IOS commands manually, complete the following steps:
Log on to the router through the Console port or through an Ethernet port.
Step 1
If you use the Console port, and no running configuration is present in the router, the Setup command
Step 2
Facility starts automatically, and displays the following text:
--- System Configuration Dialog ---
Continue with configuration dialog? [yes/no]:
Enter no so that you can enter Cisco IOS CLI commands directly.
If the Setup Command Facility does not start automatically, a running configuration is present, and you
should go to the next step.
When the router displays the user EXEC mode prompt, enter the enable command, and the enable
Step 3
password, if one is configured, as shown in the following example:
Router> enable
password password
Enter config mode by entering the config terminal command, as shown in the following example.
Step 4
Router> config terminal
Router(config)#
Using the command syntax shown, create a user account with privilege level 15.
Step 5
Router(config)# username name privilege 15 secret 0 password
If no router interface is configured with an IP address, configure one so that you can access the router
Step 6
over the network. The following example shows the interface Fast Ethernet 0 configured.
Router(config)# int FastEthernet0
Router(config-if)# ip address 10.10.10.1 255.255.255.248
Router(config-if)# no shutdown
Router(config-if)# exit
If you are going to connect the PC directly to the router, the PC must be on the same subnet as this
interface.
Configure the router as an http server for nonsecure communication, or as an https server for secure
Step 7
communication.
To configure the router as an http server, enter the ip http server command shown in the example:
Router(config)# ip http server
To configure the router as an https server, enter the ip http secure-server command shown in the
example:
Router(config)# ip http secure-server
Configure the router for local authentication, by entering the ip http authentication local command, as
Step 8
shown in the example:
Router(config)# ip http authentication local
Cisco Configuration Professional Quick Start Guide
6
78-18480-08

Advertisement

loading