...

Saturday, April 3, 2010

CCNA 31

I will now rebuild the network. This can be taken like a review. The topology will look like:


The things we're going to configure are:
1) Passwords and Banners
en
vlan dat
vlan 50
exit
conf t
enable secret cisco
line vty 0 4
password cisco
login
line con 0
password cisco
login
banner motd $
**************
Do not log on!
**************$

2) Name and Work Environment
ho Switch
line vty 0 4
logging synchronous
exec-time 0
line con 0
logging synchronous
exec-time 0
no ip domain-lo

3) IP Address, Gateway and SSH
in vlan 50
ip add 192.169.1.3 255.255.255.0
no shut
ip default-gateway 192.169.1.1
ip domain name syraxius.ath.cx
crypto key gen rsa
1024
line vty 0 4
transport input telnet ssh

4) Speed, Duplex and Descriptions
in ran f1/0 - 15
speed 100
duplex full
no shut
sw m a
sw a v 50

5) CDP, Show Interfaces and Write
show cdp nei
show ip int br
wr

No comments :

Post a Comment

<