Step1
a. Connect PC1 to switch 1: console port, rollover(RS232 to Console) , otherwise straight-through
b. Connect Switch1 to the Fa0/0 interface on Router1: straight-through
c. Connect Switch2 to the Fa0/1 interface on Router1: straight-through
d. Connect PC1 to the Router1 console port: console port, rollover, otherwise crossover
On the Port Settings
tab, enter the following settings:
Step2
a. 172.16.1.0/24 30 hosts for LAN1 (0-31), subnet mask 255.255.255.224
b. LAN1, first available subnet 255.255.255.224
c. Router1 Fa0/0, 172.16.1.1
d. Switch1 VLAN 1 172.16.1.2
e. PC1 (highest host IP) 172.16.1.30
f. LAN2, 10 hosts (32-47), subnet mask 255.255.255.240
g. Router1 Fa0/1, 172.16.1.33
Step3
a. hostname Router1
enable
secret class
line
vty 0
password
cisco
login
line
console 0
password
cisco
login
exit
banner
motd #Authorized access only!#
b. configure terminal
interface
Fa0/0
ip
address 172.16.1.1 255.255.255.224
description
Fa0/0
no
shutdown
configure
terminal
interface
Fa0/1
ip
address 172.16.1.33 255.255.255.240
description
Fa0/1
no
shutdown
c. exit
Ctrl+Z
copy
running-config startup-config
Step4
a.
X console rollover cable between PC1 and Router1
b.
PC1 to Switch1: rollover, Console port
c.
enable, configure terminal
hostname Switch1
enable secret class
line vty 0
password cisco
login
line console 0
password cisco
login
banner motd #Authorized access only!#
d. configure terminal
interface VLAN 1
ip address 172.16.1.2 255.255.255.224
no shutdown
h. ip default gateway 172.16.1.1
e. ping default gateway
Step5.
a. PC1 IP 172.16.1.30, subnet mask 255.255.255.224
b. ping default gateway
Step6.
ping PC2 (172.16.1.46), subnet mask 255.255.255.240
PC2 uses highest host IP on LAN2. Connect PC2 to LAN2
|
|
|
|||||
|
|
|
|
|
|
|
|
|
Item Information Page - Domain Knowledge - Binary Score |
|
|
|
|
||||
|
|
|
|
||
|
|
||||
|
|
|
|
|
Assessment = ENetwork
PT Practice SBA The time shown is
Greenwich Mean Time (GMT). Subtract or add the appropriate number of hours to
adjust to your local time. If you do not know the correct number of hours to
adjust to GMT, visit http://www.timeanddate.com/worldclock/search.html.
Based on your
performance on this assessment, this table reports your preparedness for
taking a hands-on skills exam covering similar networking skills. The
estimates are based on expert opinion of the knowledge and skills needed to
successfully perform these networking tasks on a repeatable basis.
See Terminology section for an explanation of terms.
Total Points Possible = 100 Performance Component: Device Connection Description: The student can connect network devices and hosts
for both LAN and WAN access. The student can establish a console connection
and navigate the IOS.
Performance Component: IP Addressing Design
and Configuration Description: The student can subnet a given address space based
on given set of requirements. From the student subnetting scheme, the student
can assign valid IP addresses to hosts and networking devices.
Performance Component: Basic Device
Configuration Description: The student can perform basic router and switch
configurations including naming, security (passwords and banner motd)
interface addressing and activation, and default gateway configuration.
Performance Component: Verification and
Troubleshooting Description: The student can identify and correct IP addressing
problems, DNS address misconfiguration, and cabling problems.
Performance Component - a description of what the student knows and
can do about a coherent set of networking knowledge and skills; the level at
which the student's work product can be assigned a proficiency estimate. Proficiency Estimate - a description of a student's level of
mastery of the performance component. The proficiency estimate is not meant
to be a comprehensive statement of what the student knows and can do. Work Product - student performance recorded during this
assessment. For example, the submitted activity file, timing statistics,
and final running configurations. Work Product Feature - An aspect of the student's work product.
The feature can have a name and a value. For example, Name = FastEthernet0/0:IP
Address; Value = 192.168.1.1 Individual work
product features are combined into performance components and scored based on
the complexity of the performance observed. Because the construction of
performance components is based on the underlying work product features as
well as the unique design of each scenario, strict boundaries for determining
a proficiency rating are not possible. In general:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
All contents copyright
©2001-2010 Cisco Systems, Inc. All rights reserved. Privacy Statement and Trademarks. |
|
User
EXEC Mode
enable - Enter Privileged EXEC mode
Privileged
EXEC Mode
copy running-config startup-config - Copy the active configuration to NVRAM.
copy startup-config running-config - Copy the configuration in NVRAM to RAM.
erase startup-configuration - Erase the configuration located in NVRAM.
ping ip_address - Ping to that address.
traceroute ip_address - Trace each hop to that address.
show interfaces - Display statistics for all interfaces on a device.
show clock - Show the time set in the router.
show version - Display currently loaded IOS version, hardware, and device information.
show arp - Display the ARP table of the device.
show startup-config - Display the saved configuration located in NVRAM.
show running-config - Display the contents of the currently running configuration file.
show ip interface - Display IP statistics for interface(s) on a router.
configure terminal - Enter terminal configuration mode.
Terminal
Configuration Mode
hostname hostname - Assign a host name to device.
enable password password - Set an unencrypted enable password.
enable secret password - Set a strongly encrypted enable password.
service password-encryption - Encrypt display of all passwords except secret.
banner motd# message # - Sets a message-of-the-day banner.
line console 0 - Enter console line configuration mode.
line vty 0 4 - Enter virtual terminal (Telnet) line configuration mode.
interface Interface_name - Enter interface configuration mode.
Line Configuration Mode
login - Enable password checking at login.
password password - Set line password.
Interface Configuration Mode
ip address ip_address netmask - Set interface IP address and subnet mask.
description description - Set interface description.
clock rate value - Set clock rate for DCE device.
no shutdown - Set interface to up.
shutdown - Administratively set interface to down.