Quantcast
Channel: PowerConnect Forum - Recent Threads
Viewing all articles
Browse latest Browse all 2954

Routing Between VLAN's not fully working - N3024

$
0
0

I'm new to configuring Dell switches and I'm having an issue with routed VLANs.

There are several VLANs on this switch, but I'll isolate the problem to 2 of them for simplicty.

VLAN 300 - 10.10.0.0/25

VLAN 301 - 10.10.0.128/26

Both sharing a single interface going to an ESXi host. VM's on this host with the following network config:

Host 1 10.10.0.45 255.255.255.128 10.10.0.1 - Gets through the firewall, can ping any other hosts on the 10.10.0.0/25 network, and can ping hosts on the 10.10.0.128/26 network

Host 2 10.10.0.140 255.255.255.192 10.10.0.130 - Can ping any other hosts on the 10.10.0.128/26 network, but cannot reach the 10.10.0.0/25 or external network (which is using 10.10.0.1 as the default gateway).

!Current Configuration:
!System Description "Dell Networking N3024, 6.2.6.6, Linux 3.6.5-50bbccb7"
!System Software Version 6.2.6.6
!
configure
vlan 300-307,310-311
exit
vlan 300
name "Site Management"
vlan association subnet 10.10.0.0 255.255.255.128
exit
vlan 301
name "Application Management"
vlan association subnet 10.10.0.128 255.255.255.192
exit
vlan 302
name "CFS Fabric"
vlan association subnet 10.10.0.192 255.255.255.224
exit
vlan 303
name "Application Fabric"
vlan association subnet 10.10.0.224 255.255.255.224
exit
vlan 304
name "UMG Fabric"
exit
vlan 305
name "SBC Core Fabric"
exit
vlan 306
name "Trusted HA"
exit
vlan 307
name "Untrusted HA"
exit
vlan 310
name "Firewall Access"
exit
vlan 311
name "SBC General Access"
exit
slot 1/0 1 ! Dell Networking N3024
stack
member 1 1 ! N3024
exit
interface out-of-band
ip address 192.168.1.15 255.255.240.0 192.168.0.1
exit
ip routing
interface vlan 1
bandwidth 10000
exit
interface vlan 300
ip address 10.10.0.2 255.255.255.128
exit
interface vlan 301
ip address 10.10.0.130 255.255.255.192
exit
interface vlan 302
ip address 10.10.0.194 255.255.255.224
exit
interface vlan 303
ip address 10.10.0.226 255.255.255.224
exit
interface vlan 304
ip address 10.10.1.2 255.255.255.224
exit
interface vlan 305
ip address 10.10.1.34 255.255.255.224
exit
interface vlan 306
exit
interface vlan 307
exit
interface vlan 310
exit
interface vlan 311
exit
ip default-gateway 10.10.0.1
username "admin" password HASH privilege 15 encrypted
!
interface Gi1/0/1
description "UMG ShMan A"
exit
!
interface Gi1/0/2
description "UMG-1a Fabric 1/2"
exit
!
interface Gi1/0/3
description "UMG-1a Fabric 2/2"
exit
!
interface Gi1/0/4
description "Meta1 Core Uplink - A"
switchport mode trunk
switchport trunk allowed vlan 300-303,305-307
exit
!
interface Gi1/0/5
description "Meta2 Core Uplink - A"
switchport mode trunk
switchport trunk allowed vlan 300-303,305-307
exit
!
interface Gi1/0/6
description "Meta3 Core Uplink - A"
switchport mode trunk
switchport trunk allowed vlan 300-303,305-307
exit
!
interface Gi1/0/7
description "Meta1 Access Uplink A"
switchport mode general
switchport general allowed vlan add 311
exit
!
interface Gi1/0/8
description "Meta2 Access Uplink A"
switchport mode general
switchport general allowed vlan add 311
exit
!
interface Gi1/0/9
description "Meta3 Access Uplink A"
switchport mode general
switchport general allowed vlan add 311
exit
!
interface Gi1/0/10
description "Metaswitch ASA Uplink"
switchport mode trunk
switchport trunk allowed vlan 300-303,305-307
exit
!
interface Gi1/0/23
shutdown
description "XConnect"
switchport mode trunk
switchport trunk allowed vlan 1,301-311
exit
snmp-server engineid local 800002a203f48e383643e8
exit

 

I'm currently focused on just ports 4-6, I've also tried them as switchport mode general with switchport general allowed vlan add 300-303,305-307 tagged as the allowed vlans, and I see the exact same results. My gut is telling me there must be some issue with the gateway settings on these higher VLANs because they can be pinged, but cannot ping. I currently have the gateway address on my hosts on the 10.10.0.128 network set to 10.10.0.130, which is the IP address I have given to the VLAN interface for that VLAN.


Viewing all articles
Browse latest Browse all 2954

Trending Articles