In this YouTube CCNA tutorial, I use a real CCNA lab assignment from CCNA 1: Introduction to Networks curriculum. It is based on a Cisco Packet Tracer lab. You can also create this lab for yourself, expect for the timer and Completion percentage sections. The commands used is listed below for your reference.
Video Tutorial
Network Diagram
Commands Used
PC0 - S1
*************
enable
conf t
ho S1
service password-encryption
enable password cisco
====Line Console===
line console 0
password cisco
login
====TelNet====
line vty 0 15
password cisco
login
====Banner MOTD====
banner motd #CAuthorized access only!#
====VLAN IP per table===
int vlan 1
ip addr 192.168.10.35 255.255.255.0
no shut
copy running-config startup-config
==========END==========
PC1 - S2
*************
en
conf t
ho S2
service password-encryption
enable password cisco
====Line Console===
line console 0
password cisco
login
====TelNet====
line vty 0 15
password cisco
login
====Banner MOTD====
banner motd #CAuthorized access only!#
====VLAN IP per table===
int vlan 1
ip addr 192.168.10.244 255.255.255.0
no shut
==========END==========