You are on page 1of 2

get access to cisco vIRAL images

dcloud
7000
Charming the Python on Cisco Nexus 7000 Switch v1
edit NOW
search for VIRAL if you want.
REFRESH
Click WORKSTATION > Remote Desktop
you are in dcloud
VMMaestro
Build your topology
got to design
play
simulation mode
right click Telnet
you now can use the console.

JEREMY'S LABS
Encapsulation : each layer adds to the previous one.
Layer 3 Network header included source and destination ip address.
When talking about problems, we use OSI level numbers.

DAY4 CLI
do (command that enables priviledged exec commmands in other configuration level)
enable secret 5 is always more secure (enable password will be ignored if enable
secret is also enabled)
'no' command deletes/cancels commands
LAB
to change Hostname First enter Priv exec and then global config
enable (en)
e?
configure termninal (conf t)
hostname RI (!!!!!)
change also hostname for the switch

change PW
set pw for priv exec mode
enamble password CCNA
exit
exit
enable
!
enter bad pw 3 times

view pw in the running configuration


show runnig-config (sh run) in p exec mode

'enamble pw enc (global conf mode)


configure terminal
service password-encryption

'view pw
show running-config (!!! it must be done in p exec mode)
exit / do sh run

'configure a more secure enc pw


MD5 ecc
enable secret Cisco
exit
exit
en
'pw' (CCNA will no longer work)

show run

'save to start
write
write-memory
copy running-config startup-config
show startup-config

You might also like