Unsolved

This post is more than 5 years old

25 Posts

46453

April 20th, 2015 11:00

PC6224 Trunking/routing

I have the need to create several VLANs that will primarily be housed on this 6224, but need to be accessed over our general network.  I think I have the configuration mostly complete, but I can't currently ping any of the new VLANs over the network.  How much of the VLAN configuration needs to be transferred to the other switches on the network?  New switch config:

vlan database
vlan 110-119
vlan routing 110 1
vlan routing 111 2
vlan routing 112 3
vlan routing 113 4
vlan routing 114 5
vlan routing 115 6
vlan routing 116 7
vlan routing 117 8
vlan routing 118 9
vlan routing 119 10
exit
stack
member 1 1
exit
ip address 10.1.0.110 255.255.252.0
ip default-gateway 10.1.1.1
ip routing
interface vlan 110
routing
ip address 10.1.10.1 255.255.255.0
exit
interface vlan 111
routing
ip address 10.1.11.1 255.255.255.0
exit

.

.

interface vlan 118
routing
ip address 10.1.18.1 255.255.255.0
exit
interface vlan 119
routing
ip address 10.1.19.1 255.255.255.0
exit
username
ip ssh server
management access-list "SSH"
permit ip-source 10.x.x.x mask 255.255.252.0 ethernet 1/g1 service ssh priority 1
exit
!
interface ethernet 1/g1
spanning-tree portfast
switchport mode general
switchport general allowed vlan add 110-119 tagged
exit
!
interface ethernet 1/g2
spanning-tree portfast
switchport mode general
switchport general allowed vlan add 110-119 tagged
exit
!
interface ethernet 1/g3
.

.

!
interface ethernet 1/xg4
spanning-tree portfast
switchport mode general
switchport general allowed vlan add 110-119 tagged
exit
exit

Moderator

 • 

9.6K Posts

 • 

42.2K Points

April 21st, 2015 13:00

which port is it on? Now that it isn't the management vlan try adding it to the port. switchport general pvid 1 which should set that as the untagged vlan.

Moderator

 • 

9.6K Posts

 • 

42.2K Points

April 21st, 2015 14:00

create them and assign them to the uplink port.

Moderator

 • 

9.6K Posts

 • 

42.2K Points

April 23rd, 2015 13:00

Use the ip route default command and create a static route to the gateway so it acts like a default gateway. Page 726 http://downloads.dell.com/Manuals/Common/powerconnect-6224_Reference%20Guide_en-us.pdf

 

You could also just create a generic static route with ip route command.

25 Posts

April 23rd, 2015 13:00

Since I moved the IP address from the general config to the VLAN 1 config, I no longer have a default gateway configured, and I can't configure a gateway on the vlan 1.

25 Posts

April 23rd, 2015 14:00

I can now ping each of the attached VLANs both ways, but not out to the Internet, I assume because of the lack of a default route?

25 Posts

April 23rd, 2015 14:00

Needed to add the default route manually:

ip route 0.0.0.0 0.0.0.0 10.1.1.1

Looking good!  Thanks for all your help!

No Events found!

Top