10-07-2017 10:31 AM - edited 03-08-2019 12:17 PM
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.
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
Solved! Go to Solution.
10-08-2017 04:00 AM
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
10-08-2017 05:24 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide