Hi everybody !
I have a problem in the communication with intervlan and switch multi-layer (L2 and L3).
My topology is this :
The configuration laptops is this :
Laptop0 = 10.100.59.11/24 gateway = 10.100.59.10
Laptop1 = 10.100.59.12/24 gateway = 10.100.59.10
The configuration switchs:
SW_16 (L2) :
Current configuration : 1259 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
switchport mode trunk
!
interface FastEthernet0/2
switchport mode trunk
!
interface FastEthernet0/3
switchport access vlan 59
!
interface Vlan1
no ip address
shutdown
!
interface Vlan30
mac-address 0006.2ad8.c901
ip address 192.168.30.11 255.255.255.0
SW_1 (L3) :
Current configuration : 1620 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
spanning-tree vlan 30,59,210 priority 16384
!
interface Port-channel23
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface FastEthernet0/23
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 23 mode on
!
interface FastEthernet0/24
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 23 mode on
!
interface Vlan1
no ip address
shutdown
!
interface Vlan30
mac-address 0007.ec5a.ea01
ip address 192.168.30.1 255.255.255.0
!
interface Vlan59
mac-address 0007.ec5a.ea02
ip address 10.100.59.7 255.255.255.0
!
ip classless
!
ip flow-export version 9
Can you please help me ?
Thank you so much.