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

L3 Inter Vlan Routing -- No Internet Access

$
0
0

Hello all,

My first post to the Dell Community. I have been configuring some Dell 6224 backbone switches to do the inter VLAN routing, instead of having the Sonicwall do it. I've reached a point where the devices on either VLAN can ping eachother, however none of them have internet access. It is pretty puzzling as I've entered a default route if none of the vlan routes are matched.. 

The idea is this

Core switch/s: 1-2 6224 (vrrp is needed if 2 are used) for routing  — Don’t think I’ll need any spanning tree setup special

2nd Tier Switches: For VM hosts to plug into, and servers – portfast on all vmhosts, servers, etc

Access Switches: All ports set to portfast and bpdu/loop guard.

To recap, all vlan routing works internally, but I can’t not get to the WAN form any vlan.  I thought that the ip default-gatway command was the key, but it keeps giving me an error I don’t remember at the moment.

The config file below uses information from our upcoming network change.

All Firewalls are located at x.x.x.254

All L3 Routing IPs will be x.x.x.1 so none of the statically configured servers need to be changed.

We won’t be using dhcp relay for now

enable

configure

vlan database

vlan 1,70,90,200,302,400-401

vlan routing 1 1

vlan routing 70 2

vlan routing 200 3

vlan routing 302 4

vlan routing 400 5

vlan routing 401 6

Exit

ip address vlan 90

ip address 10.90.0.1 255.255.255.0

interface vlan 1

ip address 10.0.0.1 255.255.255.0

name Access

exit

interface vlan 70

ip address 10.70.0.1 255.255.255.0

name Cameras

exit

interface vlan 90

name MGMT

exit

interface vlan 200

ip address 10.200.0.1 255.255.255.0

name DMZ

exit

interface vlan 302

ip address 10.20.0.1 255.255.255.0

name VoIP

exit

interface vlan 400

ip address 10.30.0.1 255.255.255.0

name IT

exit

interface vlan 401

ip address 10.30.1.1 255.255.255.0

name iscsi

exit

iscsi enable

ip routing

ip route 0.0.0.0 0.0.0.0 10.0.0.254

!logging console debug

!logging cli-command

!logging buffered debug

spanning-tree priority 4096

!

interface range ethernet 1/g1-1/g4

description "PC 1"

channel-group 1 mode auto

storm-control broadcast

mtu 9216

exit

interface range ethernet 1/g5-1/g8

description "PC 2"

channel-group 2 mode auto

storm-control broadcast

mtu 9216

exit

interface range ethernet 1/g9-1/g12

description "PC 3"

channel-group 3 mode auto

storm-control broadcast

mtu 9216

exit

interface range ethernet 1/g19-1/g22

description "PC 4"

channel-group 4 mode auto

storm-control broadcast

mtu 9216

exit

interface range ethernet 1/g13-1/g16

storm-control broadcast

description "access switches"

mtu 9216

switchport mode trunk

switchport trunk allowed vlan add 1,70,200,302,400

spanning-tree guard root

spanning-tree guard loop

exit

!

interface ethernet 1/g17

description "PBX"

spanning tree disable

switchport mode access

switchport access vlan 302

exit

interface ethernet 1/g23

storm-control broadcast

description "Andys Office"

spanning-tree guard loop

mtu 9216

switchport mode general

switchport general allowed vlan add 70,90,200,302,400-401 tagged

exit

!

interface ethernet 1/g24

spanning-tree disable

switchport mode general

switchport general allowed vlan add 70,90,200,302,400-401 tagged

exit

!

interface ethernet 1/xg1

spanning-tree guard loop

mtu 9216

exit

!

interface ethernet 1/xg2

spanning-tree guard loop

mtu 9216

exit

!

interface ethernet 1/xg3

spanning-tree guard loop

mtu 9216

exit

!

interface ethernet 1/xg4

spanning-tree guard loop

mtu 9216

exit

!

interface port-channel 1

description "5448 PC1"

switchport mode trunk

switchport trunk allowed vlan add 1,70,90,200,302,400,401

mtu 9216

spanning-tree guard loop

exit

interface port-channel 2

description "5524AB PC2"

switchport mode trunk

switchport trunk allowed vlan add 1,70,90,200,302,400,401

mtu 9216

spanning-tree guard loop

exit

interface port-channel 3

description "5424 PC3"

switchport mode trunk

switchport trunk allowed vlan add 1,70,90,200,302,400,401

mtu 9216

spanning-tree guard loop

exit

interface port-channel 4

description "6224 B PC4"

switchport mode trunk

switchport trunk allowed vlan add 1,70,90,200,302,400,401

mtu 9216

spanning-tree guard loop

exit

!


Viewing all articles
Browse latest Browse all 2954

Trending Articles



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