Thursday, July 30, 2020

Routing VLANS SW Dell N1524

Hi, I would appreaciate your Help to find the solution with a setup issue on a Switch Dell N1524

I have Created 4 Vlans

Vlan 18 Servers / Vlan 24 Cameras / Vlan 23 Others

I have setup everything as the manual indicated, Port membership as been configured properly.

My problem is that I cannot make the devices configured on different vlans communicate each other. For example:

Device on switchport 8 which is on vlan18 configured with 10.1.18.5/24 gateway 10.1.18.1 is not being able to communicate with device on switchport 10 which is on Vlan 24 configured with 10.1.24.11/24 gateway 10.1.254.1

Here is the config I have on the Switch.

*SwitchPort 24 is configured to be connected to the router

console#show running-config

!Current Configuration:
!System Description "Dell Networking N1524, 6.3.3.14, Linux 3.6.5"
!System Software Version 6.3.3.14
!
configure
vlan 10,15,18,23-24
exit
stack
member 1 1 ! N1524
member 2 1 ! N1524
exit
ip routing
interface vlan 15
ip address 10.15.1.10 255.255.255.0
exit
interface vlan 18
ip address 10.1.18.1 255.255.255.0
exit
interface vlan 23
ip address 10.1.23.1 255.255.255.0
exit
interface vlan 24
ip address 10.1.24.1 255.255.255.0
exit
ip route 0.0.0.0 0.0.0.0 10.15.1.1
username "admin" password 9e9df680772a01af39ae21b6b5ff4bfb privilege 15 encrypted
!
interface Gi1/0/1
switchport access vlan 15
exit
!
interface Gi1/0/2
switchport access vlan 15
exit
!
interface Gi1/0/3
switchport access vlan 15
exit
!
interface Gi1/0/4
switchport access vlan 24
exit
!
interface Gi1/0/5
switchport access vlan 15
exit
!
interface Gi1/0/6
switchport access vlan 15
exit
!
interface Gi1/0/7
switchport access vlan 15
exit
!
interface Gi1/0/8
switchport access vlan 15
exit
!
interface Gi1/0/13
switchport access vlan 18
exit
!
interface Gi1/0/14
switchport access vlan 24
exit
!
interface Gi1/0/18
switchport access vlan 15
exit
!
interface Gi1/0/19
switchport access vlan 15
exit
!
interface Gi1/0/22
switchport access vlan 24
exit
!
interface Gi1/0/24
switchport mode trunk
switchport access vlan 15
switchport trunk allowed vlan 15,18,23-24
exit
!
interface Gi2/0/1
switchport access vlan 23
exit
snmp-server engineid local 800002a203684f641ba25f
eula-consent support-assist reject
eula-consent hiveagent reject
exit

console#
console#show ip route

Route Codes: R - RIP Derived, O - OSPF Derived, C - Connected, K - Kernel, S - Static
B - BGP Derived, E - Externally Derived, IA - OSPF Inter Area
E1 - OSPF External Type 1, E2 - OSPF External Type 2
N1 - OSPF NSSA External Type 1, N2 - OSPF NSSA External Type 2
S U - Unnumbered Peer, L - Leaked Route

* Indicates the best (lowest metric) route for the subnet.

Default Gateway is 10.15.1.1
S *0.0.0.0/0 [1/0] via 10.15.1.1, 01h:50m:19s, Vl15
C *10.1.18.0/24 [0/0] directly connected, Vl18
C *10.1.23.0/24 [0/0] directly connected, Vl23
C *10.1.24.0/24 [0/0] directly connected, Vl24
C *10.15.1.0/24 [0/0] directly connected, Vl15



No comments:

Post a Comment