Vous êtes sur la page 1sur 3

TP REVISION PACKET TRACER ET ACL 11-10-11 Configuration de la liaison trunk (a appliquer sur chaque commutateur) ====================== enable config

terminal interface f0/24 switchport mode trunk exit Activation de l'interface ============================= configure terminal interface range FastEthernet 0/1 - 24 no shutdown Cration des VLAN ============= SWITCH1 enable config terminal vlan 100 name vlan100 vlan 400 name vlan400 exit exit show vlan SWITCH2 enable config terminal vlan 110 name vlan110 vlan 120 name vlan120 exit exit show vlan SWITCH3 enable config terminal vlan 210 name vlan210 vlan 220 name vlan220 exit exit show vlan Affectation d un port dans un VLAN ======================= SWITCH1 configure terminal interface range FastEthernet 0/1 - 2 switchport access vlan 100 interface range FastEthernet 0/7 - 8

switchport access vlan 400 exit exit show vlan SWITCH2 configure terminal interface range FastEthernet switchport access vlan 110 interface range FastEthernet switchport access vlan 120 exit exit show vlan SWITCH3 configure terminal interface range FastEthernet switchport access vlan 210 interface range FastEthernet switchport access vlan 220 exit exit show vlan

0/3 - 4 0/9 - 10

0/11-13 0/5-6

CONFIGURATION ROUTEUR Configuration sur un routeur CISCO ====================== ROUTEUR 1 enable configure terminal interface f0/0.3 encapsulation dot1q 110 ip address 195.240.10.254 255.255.255.0 exit interface f0/0.9 encapsulation dot1q 120 ip address 191.1.0.254 255.255.255.0 exit interface f0/0.11 encapsulation dot1q 210 ip address 193.24.1.62 255.255.255.192 exit interface f0/0.5 encapsulation dot1q 220 ip address 193.24.1.254 255.255.255.128 exit interface f0/0.1 encapsulation dot1q 100 ip address 192.168.1.254 255.255.255.0 exit interface f0/0.7 encapsulation dot1q 400 ip address 192.168.2.254 255.255.255.0 exit exit Routage RIP v2 ====================== enable show running-config show ip route

configure terminal router rip version 2 network 192.168.1.0 network 192.168.2.0 network 195.240.10.0 network 191.1.0.0 network 193.24.1.0 network 193.24.1.128 exit exit show running-config show ip route ROUTEUR1 enable configure terminal interface f0/0 ip address 192.168.1.254 255.255.255.0 exit interface f0/1 ip address 10.10.0.254 255.255.255.252 exit interface s0/1 ip address 10.10.0.254 255.255.255.252 exit Configuration de l'interface Serie WIC-2T (on cherche l'horloge) ====================== enable show interfaces s0/1 // Serial0/0 is up, line protocol is down (disabled) configure terminal interface s0/1 clock rate ? clock rate 64000 exit

Vous aimerez peut-être aussi