Unsolved
1 Rookie
•
16 Posts
0
853
July 27th, 2020 17:00
Intervlan not working DELL N1524
Hi I am currently having issues to communicate InterVlans. My network starts from the Switch on the shown image.
As you can see I have created three Vlans with devices connected to a Switch N1524. I have already created the VLANS, and applied the ip routing command, but I cannot communicate with devices on the other subnet. The router shown on the pic is from the ISP which is providing a data link from other sites.
Although I havent added all the devices yet, here is a copy of the current configs:
For testing purposes I have on the Gigabit 1/0/3 (Vlan10) connected my laptop which is configured with 10.15.1.51 /24 including the gateway, and the other computer on the gigabit 1/0/7 (Vlan23) With 10.1.23.11/24 including the gateway.
On the interface Gigabit 1/0/24 is the cable connected to the router of the ISP.
I appreciate your time to help.
console#show run
!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,18,23-24
exit
vlan 10
name "access"
exit
vlan 18
name "vdevices"
exit
vlan 23
name "hdr"
exit
vlan 24
name "cameras"
exit
stack
member 1 1 ! N1524
member 2 1 ! N1524
exit
ip routing
interface vlan 1
ip address dhcp
exit
interface vlan 10
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
username "admin" password 9e9df680772a01af39ae21b6b5ff4bfb privilege 15 encrypted
!
interface Gi1/0/1
switchport access vlan 10
exit
!
interface Gi1/0/2
switchport access vlan 10
exit
!
interface Gi1/0/3
switchport access vlan 10
exit
!
interface Gi1/0/4
switchport access vlan 10
exit
!
interface Gi1/0/5
switchport access vlan 10
exit
!
interface Gi1/0/6
switchport access vlan 10
exit
!
interface Gi1/0/7
switchport access vlan 23
exit
!
interface Gi1/0/8
switchport access vlan 10
exit
!
interface Gi1/0/15
switchport access vlan 10
exit
!
interface Gi1/0/16
switchport access vlan 23
exit
!
interface Gi1/0/17
switchport access vlan 10
exit
!
interface Gi1/0/18
switchport access vlan 10
exit
!
interface Gi1/0/19
switchport access vlan 10
exit
!
interface Gi1/0/22
switchport access vlan 10
exit
!
interface Gi1/0/24
switchport access vlan 10
exit
!
interface Gi2/0/24
switchport access vlan 10
exit
snmp-server engineid local 800002a203684f641ba25f
eula-consent support-assist reject
eula-consent hiveagent reject
exit


massimoung
3 Posts
0
July 28th, 2020 05:00
Hi !
What does it show you when you use the "show ip route all" command ?
areyesilva
1 Rookie
•
16 Posts
0
July 29th, 2020 09:00
Not being able
areyesilva
1 Rookie
•
16 Posts
0
July 29th, 2020 19:00
This is how look @massimoung
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 [253/0] via 10.15.1.1, 00h:11m:11s, Vl10
C *10.1.23.0/24 [0/0] directly connected, Vl23
C *10.15.1.0/24 [0/0] directly connected, Vl10