Step 5 Assign a name to the switch

a.Enter privilege mode and then configuration mode. Use the hostname CMESwitchX command (where X is the pod number) to name the switch. Throughout the rest of the lab, use IP Telephony Table 1 parameters based on the pod number assigned.

Switch# configure terminal

Switch(config)# hostname CMESwitchX

Step 6 Examine the current running configuration

a.From privileged mode, exam the current configuration that follows to verify that there is no configuration except for the hostname:

CMESwitchX# show running-config

b.Are there any passwords set on the console or VTY lines? ______________________________

c.What does the configuration show as the hostname of this switch? _______________________

Step 7 Set access passwords

Enter line configuration mode for the console port. Set the password on the console port to cisco. Configure the VTY lines with the password of cisco.

CMESwitchX# configure terminal

CMESwitchX(config)# line console 0

CMESwitchX(config-line)# password cisco

CMESwitchX(config-line)# login

CMESwitchX(config-line)# line vty 0 15

CMESwitchX(config-line)# password cisco

CMESwitchX(config-line)# login

Step 8 Set the command mode password

a.Set the enable secret password to cisco.

CMESwitchX(config)# enable secret cisco

b.Which password takes precedence, the enable password or enable secret password?

_____________________________________________________________________________

Step 9 Configure Layer 3 access to the switch

a.Set the IP address of the switch to 10.X.0.4/24 (where X is the pod number). Note: This is done on the internal virtual interface VLAN 1.

CMESwitchX(config)# interface vlan 1

CMESwitchX(config-if)#ip address 10.X.0.4 255.255.255.0

CMESwitchX(config-if)#description Management VLAN

b. What is the purpose of the management VLAN? _____________________________

_____________________________________________________________________________

13 - 165 IP Telephony v1.0 Lab 2.1.1b

Copyright 2005, Cisco Systems, Inc.

Page 13
Image 13
Cisco Systems v1.0 CMESwitchX# show running-config, CMESwitchX# configure terminal, CMESwitchXconfig# enable secret cisco