Download Print this page

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

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

Advertisement

Configure the Switch for Cisco CP
Entering the Configuration Commands Manually
To enter the Cisco IOS commands manually, complete the following steps:
Log on to the switch 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 switch, 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 switch 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:
Switch> enable
password password
Step 4
Enter config mode by entering the config terminal command, as shown in the following example.
Switch> config terminal
Switch(config)#
Using the command syntax shown, create a user account with privilege level 15.
Step 5
Switch(config)# username name privilege 15 secret 0 password
If IP Address is not configured, configure one so that you can access the switch over the network. The
Step 6
following example shows the IP Address configured on interface Vlan1.
Switch(config)# interface Vlan1
Switch(config-if)# ip address 10.10.10.1 255.255.255.248
Switch(config-if)# no shutdown
Switch(config-if)# exit
If you are going to connect the PC directly to the switch, the PC must be on the same subnet as this
interface.
Step 7
Configure the switch as an http server for nonsecure communication, or as an https server for secure
communication.
To configure the switch as an http server, enter the ip http server command shown in the example:
Switch(config)# ip http server
To configure the switch as an https server, enter the ip http secure-server command shown in the
example:
Switch(config)# ip http secure-server
Step 8
Configure the switch for local authentication, by entering the ip http authentication local command, as
shown in the example:
Switch(config)# ip http authentication local
Configure the http timeout policy as shown in the example:
Step 9
Switch(config)# ip http timeout-policy idle 60 life 86400 requests 10000
Cisco Configuration Professional Quick Start Guide
8
78-18480-08

Advertisement

loading