Packet tracer: Ping entre 2 VLAN différents
Fermé
mdgy
Messages postés
9
Date d'inscription
mardi 13 mai 2014
Statut
Membre
Dernière intervention
18 mai 2014
-
Modifié par brupala le 21/05/2014 à 08:56
Yornes Messages postés 11 Date d'inscription samedi 17 mai 2014 Statut Membre Dernière intervention 23 mai 2014 - 20 mai 2014 à 22:21
Yornes Messages postés 11 Date d'inscription samedi 17 mai 2014 Statut Membre Dernière intervention 23 mai 2014 - 20 mai 2014 à 22:21
A voir également:
- Faire communiquer 2 vlan
- Tracer un mail - Guide
- Comment tracer un ordinateur volé - Guide
- Tracer une courbe sur excel - Guide
- Tracer un itinéraire sur une carte - Guide
- Tracer un colis - Guide
1 réponse
phil2k
Messages postés
10854
Date d'inscription
lundi 28 octobre 2013
Statut
Contributeur
Dernière intervention
24 janvier 2023
2 325
17 mai 2014 à 18:14
17 mai 2014 à 18:14
Bonjour
le switch a du creer un routage automatiquement entre les 2 vlans.
Il faudrait voir sa config.
le switch a du creer un routage automatiquement entre les 2 vlans.
Il faudrait voir sa config.
17 mai 2014 à 19:27
Current configuration : 1460 bytes
!
version 12.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname S1
!
!
spanning-tree mode pvst
!
interface FastEthernet0/1
switchport trunk native vlan 99
switchport mode trunk
!
interface FastEthernet0/2
switchport access vlan 10
switchport mode access
switchport voice vlan 20
!
interface FastEthernet0/3
switchport access vlan 10
switchport mode access
switchport voice vlan 20
!
interface FastEthernet0/4
switchport access vlan 10
switchport mode access
switchport voice vlan 20
!
interface FastEthernet0/5
switchport access vlan 99
switchport mode access
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet1/1
!
interface GigabitEthernet1/2
!
interface Vlan1
no ip address
shutdown
!
interface Vlan99
ip address 192.168.99.10 255.255.255.0
!
ip default-gateway 192.168.99.1
!
!
line con 0
!
line vty 0 4
login
line vty 5 15
login
!
!
end
voilà la config du switch
17 mai 2014 à 19:37
il n y a pas un routeur quelque part dans la config.
18 mai 2014 à 13:30
Tracing route to 192.168.99.2 over a maximum of 30 hops:
1 41 ms 16 ms 25 ms 192.168.10.1
2 * 16 ms 21 ms 192.168.99.2
Trace complete.
192.168.10.1 est le routeur placé après le switch.
Voice la config du routeur :
Router#show running-config
Building configuration...
Current configuration : 1383 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
ip dhcp excluded-address 192.168.10.1 192.168.10.9
ip dhcp excluded-address 192.168.20.1 192.168.20.9
!
ip dhcp pool Data
network 192.168.10.0 255.255.255.0
default-router 192.168.10.1
ip dhcp pool Voice
network 192.168.20.0 255.255.255.0
default-router 192.168.20.1
option 150 ip 192.168.20.1
ip dhcp pool Management
network 192.168.99.0 255.255.255.0
default-router 192.168.99.1
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 192.168.10.1 255.255.255.0
!
interface FastEthernet0/0.20
encapsulation dot1Q 20
ip address 192.168.20.1 255.255.255.0
!
interface FastEthernet0/0.99
encapsulation dot1Q 99 native
ip address 192.168.99.1 255.255.255.0
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/3/0
ip address 192.168.2.1 255.255.255.0
clock rate 64000
!
interface Serial0/3/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown
!
router rip
network 192.168.2.0
network 192.168.10.0
network 192.168.20.0
no auto-summary
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
Des idées d'où le problème pourrait venir?
18 mai 2014 à 16:43
le routeur a une adresse dans chaque vlan , il fait son boulot , il route .......
20 mai 2014 à 22:21
Si tu souhaites isoler les flux, tu n'actives pas le routage, 2 postes dans des différents vlans ne pourront pas communiquer; par contre 2 postes dans le même vlan pourront dialoguer entre eux via une table stockée dans le switch qui apprend dynamiquement les couples Mac Adress - n° interfaces.
Donc, tu peux soit désactiver le routage, soit créer une acl.