Unsolved

This post is more than 5 years old

8802

February 10th, 2007 20:00

6224 ip routing problem - VLAN's

I can't seem to get the IP routing with my 6224 working problem.  I have added several VLans and relavant IP addresses but they do not show up in the routing table as connected.  Therefore I cannot ping these addresses even on the switch. -
 
What am i doing wrong?  No default gateway is being listed either
 
Here is my config
 
Current Configuration:
!System Description "Dell PowerConnect"
!System Software Version 1.0.0.27
!
configure
gvrp enable
vlan database
vlan 30-35,50
exit
hostname "core"
stack
member 1 1
exit
ip address 192.168.11.5 255.255.255.0
ip default-gateway 192.168.11.1
interface vlan 30
routing
ip address  192.168.30.2  255.255.255.0
routing
exit
interface vlan 31
ip address  192.168.31.2  255.255.255.0
exit
interface vlan 32
routing
ip address  192.168.32.2  255.255.255.0
exit
interface vlan 33
routing
ip address  192.168.33.2  255.255.255.0
exit
interface vlan 34
routing
exit
interface vlan 50
routing
ip address  192.168.50.2  255.255.255.0
routing
exit
ip routing
interface ethernet 1/g1
gvrp enable
switchport access vlan 30
exit
gvrp enable
sh ip route

Route Codes: R - RIP Derived, O - OSPF Derived, C - Connected, S - Static
       B - BGP 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
C      192.168.30.0/24 [0/0] directly connected,   vlan 30
 
Thanks in advance

68 Posts

February 11th, 2007 04:00

The VLANs are "down" unless there is at least one port "up" belonging to that vlan. If it works like vendor C, when the VLAN is down, then the vlan interface is not pingable.

February 11th, 2007 18:00

Thanks, I'll try this - although I don't understand why the default gateway is not listed

0 events found

No Events found!

Top