CCENT Lab1 – Opérations de base sur un switch

Written by Sebastien Lambot on . Posted in Réseaux

Lab 1-1 – démarrage et configuration initiale d’un switch

Objectifs:
– Redémarrer un switch et vérifier sa configuration initiale
– Effectuer la configuration initiale d’un switch Catalyst Cisco
– Améliorer l’interface en ligne de commande (CLI)

Commandes:
IOU1# erase startup-config
IOU1# delete vlan.dat (et pas vland.dat)
IOU1# reload
IOU1# show startup-config
IOU1# show version

IOU1# configure terminal
IOU1(conf)# hostname sw1
sw1(conf)# interface vlan1
sw1(conf-vlan)# ip address 10.1.1.11 255.0.0.0
sw1(conf-vlan)# no shutdown
sw1# end

VPCS> ip 10.1.1.100/8 10.1.1.11
VPCS> ping 10.1.1.11

sw1# ?
sw1# !commentaire

sw1# show terminal | include history
sw1# conf t
sw1(conf)# line console 0
sw1(conf-line)# history size 100
sw1# show terminal | include history
sw1# conf t
sw1(conf)# no ip domain lookup
sw1(conf)# line console 0
sw1(conf-line)# exec-timeout 60
sw1(conf-line)# logging synchronous
sw1# copy run start (ou write pour faire encore plus court)

Lab 1-2 – Troubleshooting

Commandes:
IOU1# ping 10.1.1.100
show interfaces e0/0
conf t
int e0/0
no shut
end
show ip interface brief
copy run start

IOU1# show interfaces e0/1
conf t
int e0/1
duplex full
end

Tags: , , ,

Trackback from your site.

Leave a comment

You must be logged in to post a comment.