Quantcast
Viewing all articles
Browse latest Browse all 2954

vlan communication between 2 switches 5524

Hello

I am trying to setup a VLAN network between 2 switches 5524 connected with each other through the 10Gbit port:

- VLAN 2 with subnet 192.168.2.1 netmask 255.255.128.0 between port 12-17

- VLAN 3 with subnet 192.168.130.1 netmask 255.255.128.0 between port 18-23

I set the port SFP in trunk mode and all the port related to VLAN in access mode

I can't seem to ping devices when one is connected on 1 switch and the one machine connected on the other switch.

Here is parts of my configuration related to that:

Switch 1:

no spanning-tree
vlan database
vlan 2-3
exit
interface vlan 2
name VLAN2
ip address 192.168.2.1 255.255.128.0
ip dhcp relay enable
!
interface vlan 3
name VLAN3
ip address 192.168.130.1 255.255.128.0
ip dhcp relay enable
!
interface gigabitethernet1/0/12
qos cos 7
switchport access vlan 2
!
interface gigabitethernet1/0/13
qos cos 7
switchport access vlan 2
!
interface gigabitethernet1/0/14
qos cos 7
switchport access vlan 2
!
interface gigabitethernet1/0/15
qos cos 7
switchport access vlan 2
!
interface gigabitethernet1/0/16
qos cos 7
switchport access vlan 2
!
interface gigabitethernet1/0/17
qos cos 7
switchport access vlan 2
!
interface gigabitethernet1/0/18
qos cos 7
switchport access vlan 3
!
interface gigabitethernet1/0/19
qos cos 7
switchport access vlan 3
!
interface gigabitethernet1/0/20
qos cos 7
switchport access vlan 3
!
interface gigabitethernet1/0/21
qos cos 7
switchport access vlan 3
!
interface gigabitethernet1/0/22
qos cos 7
switchport access vlan 3
!
interface gigabitethernet1/0/23
qos cos 7
switchport access vlan 3
!
interface tengigabitethernet1/0/1
switchport mode trunk
!

Switch 2:

no spanning-tree
vlan database
vlan 2-3
exit
interface vlan 2
name VLAN2
ip address 192.168.2.128 255.255.128.0
!
interface vlan 3
name VLAN3
ip address 192.168.130.128 255.255.128.0
!
interface gigabitethernet1/0/12
qos cos 7
switchport access vlan 2
!
interface gigabitethernet1/0/13
qos cos 7
switchport access vlan 2
!
interface gigabitethernet1/0/14
qos cos 7
switchport access vlan 2
!
interface gigabitethernet1/0/15
qos cos 7
switchport access vlan 2
!
interface gigabitethernet1/0/16
qos cos 7
switchport access vlan 2
!
interface gigabitethernet1/0/17
qos cos 7
switchport access vlan 2
!
interface gigabitethernet1/0/18
qos cos 7
switchport access vlan 3
!
interface gigabitethernet1/0/19
qos cos 7
switchport access vlan 3
!
interface gigabitethernet1/0/20
qos cos 7
switchport access vlan 3
!
interface gigabitethernet1/0/21
qos cos 7
switchport access vlan 3
!
interface gigabitethernet1/0/22
qos cos 7
switchport access vlan 3
!
interface gigabitethernet1/0/23
qos cos 7
switchport access vlan 3
!
interface tengigabitethernet1/0/1
switchport mode trunk
Can you see the problem? Thank you for your help.

Viewing all articles
Browse latest Browse all 2954

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>