Question Packet Tracer, am i missing something or is this bugged?

Arno345

Junior Member
Dec 3, 2019
1
0
5
Hi,

So I created a litlle network with multiple vlans n a couple routers n layer 3 switches, after i configured everything n thought all was in order i noticed that none of my routers r l3 switches routed my ping packets, I then went ahead n compared the configs to another smaller project n everytin was basicly the same...

My question now, is this bugged or am I missing something obvious here?
The l3 switch can only allow VLAN 40,41 through.

Tnx n sorry if im being oblivious rn.

config l3 switch:
Building configuration...



Current configuration : 1745 bytes

!

version 12.2(37)SE1

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Switch

!

!

!

!

!

!

ip routing

!

!

!

!

!

!

!

!

!

!

!

!

!

!

spanning-tree mode pvst

!

!

!

!

!

!

interface FastEthernet0/1

bandwidth 64

no switchport

ip address 10.0.40.6 255.255.255.252

duplex auto

speed auto

!

interface FastEthernet0/2

!

interface FastEthernet0/3

!

interface FastEthernet0/4

!

interface FastEthernet0/5

!

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 GigabitEthernet0/1

bandwidth 1048576

no switchport

ip address 10.0.40.17 255.255.255.252

duplex auto

speed auto

!

interface GigabitEthernet0/2

switchport trunk allowed vlan 40-41

switchport trunk encapsulation dot1q

switchport mode trunk

switchport nonegotiate

!

interface Vlan1

no ip address

shutdown

!

interface Vlan40

mac-address 00d0.9767.4601

ip address 10.0.34.1 255.255.254.0

!

interface Vlan41

mac-address 00d0.9767.4602

ip address 10.0.8.1 255.255.248.0

!

router ospf 1

log-adjacency-changes

network 10.0.40.4 0.0.0.3 area 0

network 10.0.40.16 0.0.0.3 area 0

!

ip classless

!

ip flow-export version 9

!

!

!

no cdp run

!

!

!

!

!

!

line con 0

!

line aux 0

!

line vty 0 4

login

!

!

!

!

end



config switch under l3 switch:
Building configuration...



Current configuration : 1482 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Switch

!

!

!

!

!

spanning-tree mode pvst

spanning-tree extend system-id

!

interface FastEthernet0/1

!

interface FastEthernet0/2

switchport trunk allowed vlan 40-41,50-51

switchport mode trunk

!

interface FastEthernet0/3

!

interface FastEthernet0/4

!

interface FastEthernet0/5

!

interface FastEthernet0/6

!

interface FastEthernet0/7

!

interface FastEthernet0/8

!

interface FastEthernet0/9

!

interface FastEthernet0/10

switchport access vlan 40

switchport mode access

!

interface FastEthernet0/11

switchport access vlan 41

switchport mode access

!

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 GigabitEthernet0/1

!

interface GigabitEthernet0/2

switchport trunk allowed vlan 40-41,50-51

switchport mode trunk

!

interface Vlan1

no ip address

shutdown

!

interface Vlan40

mac-address 00d0.972d.5901

ip address 10.0.35.254 255.255.254.0

!

interface Vlan41

mac-address 00d0.972d.5902

ip address 10.0.15.254 255.255.248.0

!

!

!

!

line con 0

!

line vty 0 4

login

line vty 5 15

login

!

!

!

!

end