cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4800
Views
5
Helpful
16
Replies

Problem ping inter vlan

JbOne
Level 1
Level 1

Hi !

 

I'm sorry, i'm french and i don't speak English very well. I'm going to try explicated my problem.

 

Currently, i create one project with the software Cisco Packet Tracer, the pattern below show you my network topology.

 

Capture.JPG

The switch 3560-24PS is layer 3, his configuration is the following one :

- Vlan 30 = 192.168.30.1 255.255.255.0
- Vlan 40 = 192.168.40.1 255.255.255.0
- Vlan 50 = 192.168.50.1 255.255.255.0

Ports FastEthernet AccessMode:
- 1 = Vlan 30
- 2 = Vlan 40
- 3 = Vlan 50

IP Route :
- 192.168.30.0 255.255.255.0 192.168.30.1
- 192.168.40.0 255.255.255.0 192.168.40.1
- 192.168.50.0 255.255.255.0 192.168.50.1

Ip Routing = Activate

The computers :
- 1 connected in port 1 with IP = 192.168.30.10 255.255.255.0
- 1 connected in port 2 with IP = 192.168.40.10 255.255.255.0
- 1 connected in port 3 with IP = 192.168.50.10 255.255.255.0

 

My problem is i can't ping the laptop PC-Indus with PC-Bur and i don't understand.

 

Can you help me please ?

 

Best regards.

 

Johann

16 Replies 16

Non, mais je parle un petit peu de français. Et je sais comment utiliser Google traduction...:)

La configuration ci-dessous du routeur Router_MTR devrait être suffisante; il y avait un problème avec le routage statique. J'ai marqué les changements (en gras):

 

Current configuration : 846 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router_MTR
!
ip cef
no ipv6 cef
!
interface FastEthernet0/0
ip address 10.100.59.10 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Serial2/0
ip address 10.150.80.10 255.255.255.0
!
interface Serial3/0
no ip address
clock rate 2000000
shutdown
!
interface FastEthernet4/0
no ip address
shutdown
!
interface FastEthernet5/0
no ip address
shutdown
!
ip classless
ip route 10.150.88.0 255.255.255.0 10.150.80.20
ip route 192.9.210.0 255.255.255.0 10.100.59.7
!
ip flow-export version 9
!
line con 0
!
line aux 0
!
line vty 0 4
login

Thanks Georg Pauwen,

 

I continu of speak english even if I am bad ;-)

I did what you tall me but no it work, watching the running config, i have looked at your configuration and i noticed there was an error in my config. 

 

Before :

interface FastEthernet0/0.59
encapsulation dot1Q 59
ip address 10.100.59.10 255.255.255.0

 

After :

interface FastEthernet0/0.59

no ip address

 

interface FastEthernet 0/0

Ip Address 10.100.59.10 255 255.255.0

 

Now it works correctly.

 

Thanks very much for your help, it is really nice from you.

 

Best regards.

 

Johann

 

Review Cisco Networking for a $25 gift card