11 Posts

July 30th, 2012 08:00

You mentioned that I had extra stuff in my config, and at this point I'm not opposed to trashing it and starting over. What's your thought on that?

11 Posts

July 30th, 2012 08:00

Currently I am just trying to get this running in a stand alone operation with no other switches.

Computers on VLAN 3 are able to get DHCP because the server that is running DHCP is also on this VLAN. Computers on VLAN 2 are unable to ping to VLAN 3 even with a static IP Address set.

192.168.16.254 is our gateway, I have also given the gw multiple IP addresses, one for each vlan subnet but have been unsuccessful with pinging other than VLAN 3.

I am currently updating firmware to latest version.

11 Posts

July 30th, 2012 08:00

With static IP on VLAN 2 I can ping and get a response from the switch, I can also ping the switch IP assigned to VLAN 3 however that is the extent of the ping. I cannot ping any device on VLAN 3 other than the switch.

11 Posts

July 31st, 2012 09:00

Ok here is my current running config. With this config I cannot ping or see switch from VLAN 2 or 3 with a static IP assigned to the client computer.

running-config

!Current Configuration:

!

System Description "PowerConnect 6248, 3.3.4.1, VxWorks 6.5"

!

System Software Version 3.3.4.1

!

Cut-through mode is configured as disabled

!

configure

vlan database

vlan 2-3

vlan routing 2 1

vlan routing 3 2

vlan association subnet 192.168.10.0 255.255.255.0 2

vlan association subnet 192.168.16.0 255.255.255.0 3

exit

stack

member 1 2

exit

ip address 192.168.11.210 255.255.255.0

ip default-gateway 192.168.11.254

ip routing

interface vlan 2

name "VLAN2"

routing

ip address 192.168.10.210 255.255.255.0

exit

interface vlan 3

name "VLAN3"

routing

ip address 192.168.16.210 255.255.255.0

exit

username "admin" password d9b55729e275c9f859a78b94cf4932ce level 15 encrypted

!

interface ethernet 1/g2

switchport access vlan 2

exit

!

interface ethernet 1/g25

switchport access vlan 3

exit

exit

11 Posts

July 31st, 2012 12:00

Ok i have removed the vlan associations and have the computers configured as you mentioned, with the GW as the switch. When I do show ip route it comes back empty with the legend for Route Codes.

11 Posts

July 31st, 2012 13:00

I am able to see my switch when plugged into the correct VLAN, but unable to ping the other VLANS.

192.168.10.1 can ping 192.168.10.210

192.168.16.1 can ping 192.168.16.210

11 Posts

July 31st, 2012 13:00

I guess I have been a little impatient with running commands. Now when running the show ip route I get

192.168.10.0/24 directly connected vlan 2

192.168.16.0/24 directly connected vlan 3

I can also ping from 192.168.16.1 to 192.168.10.1 but cannot the other way around

11 Posts

July 31st, 2012 14:00

The vlan 3 State is Up, the laptop went to sleep when I ran the Show cmd. But I have verified that pings are still acting the same and reran the cmd and now have Up Up

11 Posts

July 31st, 2012 14:00

The vlan 3 State is Up, the laptop went to sleep when I ran the Show cmd. But I have verified that pings are still acting the same and reran the cmd and now have Up Up

11 Posts

July 31st, 2012 14:00

Management Interface:

IP Address..................................... 192.168.11.210

Subnet Mask.................................... 255.255.255.0

Default Gateway................................ 192.168.11.254

Burned In MAC Address.......................... D067.E583.5584

Network Configuration Protocol Current......... None

Management VLAN ID............................. 1

Routing Interfaces:

                                                   Netdir   Multi

Interface    State  IP Address      IP Mask         Bcast    CastFwd

----------   -----  --------------- --------------- -------- --------

vlan 2       Up     192.168.10.210  255.255.255.0   Disable  Disable

vlan 3       Down   192.168.16.210  255.255.255.0   Disable  Disable

No Events found!

Top