Unsolved

This post is more than 5 years old

14829

May 15th, 2007 13:00

6024F, need to multinet for a while

I have a 6024F that I've added a new VLAN. I have connected this new vlan to the top level switch of an existing VLAN that I'm trying to migrate from (171). The new vlan is 40. I'm not sure what I need to do to get the routing on the new vlan to work. If I assign a static IP on the 40 subnet, I can't ping the router, but the 171 still works fine. Here are the relevant entries. I've also tried trunk mode on the ports also. Thanks. interface range ethernet g(19,21,23) switchport mode general exit vlan database vlan 10,20,30,40,50,171,175 exit interface range ethernet g(1,3,5) switchport access vlan 10 exit interface range ethernet g(2,4,6) switchport access vlan 20 exit interface range ethernet g(7,9,11) switchport access vlan 30 exit interface range ethernet g(19,21,23) switchport general allowed vlan add 40 exit interface range ethernet g(13,15,17) switchport access vlan 171 exit interface range ethernet g(19,21,23) switchport general allowed vlan add 171 exit interface range ethernet g(14,16,18) switchport access vlan 175 exit interface vlan 10 name BOWL exit interface vlan 20 name WS exit interface vlan 30 name CJ-LAB exit interface vlan 40 name PC exit interface vlan 50 name MFG exit interface vlan 171 name PCNET exit interface vlan 175 name OLD-MFG exit interface vlan 10 ip address 10.10.0.9 255.255.0.0 exit interface vlan 20 ip address 10.20.0.9 255.255.0.0 exit interface vlan 30 ip address 10.30.0.9 255.255.0.0 exit interface vlan 40 ip address 10.40.0.9 255.255.0.0 exit interface vlan 50 ip address 10.50.0.9 255.255.0.0 exit interface vlan 171 ip address 10.177.171.9 255.255.255.0 exit interface vlan 175 ip address 10.177.175.9 255.255.255.0 exit

909 Posts

May 15th, 2007 17:00

Please repost with CR/LF in configuration.  (paste into notepad first,  then cut from notepad and paste inot forum).
 
 

909 Posts

May 15th, 2007 18:00

Routing is enabled by default on this switch.  Two common problems:
 
- you are on the 171 vlan trying to ping the 40 vlan, but you have not set up the default route (or specific route to vlan 40) on your PC to be the IP address of the switch on vlan 171
- you are on the 171 vlan trying to ping the 40 vlan, but you do not have link on any ports on vlan 40.  The switch does not respond since vlan 40 is down.  Connect something to a vlan 40 port and try again.
 
 

May 15th, 2007 18:00

vlan database
vlan 10,20,30,40,50,171,175
exit
interface range ethernet g(1,3,5)
switchport access vlan 10
exit
interface range ethernet g(2,4,6)
switchport access vlan 20
exit
interface range ethernet g(7,9,11)
switchport access vlan 30
exit
interface range ethernet g(21,23)
switchport access vlan 40
exit
interface range ethernet g(13,15,17)
switchport access vlan 171
exit
interface range ethernet g(14,16,18)
switchport access vlan 175
exit
interface vlan 10
name BOWL
exit
interface vlan 20
name WS
exit
interface vlan 30
name CJ-LAB
exit
interface vlan 40
name PC
exit
interface vlan 50
name MFG
exit
interface vlan 171
name PCNET
exit
interface vlan 175
name OLD-MFG
exit
interface vlan 10
ip address 10.10.0.9 255.255.0.0
exit
interface vlan 20
ip address 10.20.0.9 255.255.0.0
exit
interface vlan 30
ip address 10.30.0.9 255.255.0.0
exit
interface vlan 40
ip address 10.40.0.9 255.255.0.0
exit
interface vlan 50
ip address 10.50.0.9 255.255.0.0
exit
interface vlan 171
ip address 10.177.171.9 255.255.255.0
exit
interface vlan 175
ip address 10.177.175.9 255.255.255.0
exit

Message Edited by five0.4tluv on 05-15-2007 02:36 PM

May 15th, 2007 19:00

let me clarify something.

vlan40 (port19) and vlan171 (port 13) are both connected to the same top level switch that already exists on vlan171.

I have a laptop setup on vlan40 (10.40.200.200, 255.255.0.0, 10.40.0.9 GW) connected to to a switch on vlan 171. On this laptop I cannot ping 10.40.0.9 nor 10.177.171.9.

I can ping both VLAN routers on the rtr, so the VLANs are up. I also tried making port 19 a member of both VLANs and my existing hosts did like like that too much, probably ARP problems.

May 15th, 2007 20:00

also port 19 has been added to vlan40

interface range ethernet g(19,21,23)
switchport access vlan 40
exit

909 Posts

May 15th, 2007 20:00

If your laptop is connected to vlan 171 on the other router, it should have an IP address on 171, not on vlan 40 and it should have a default gateway of the other router, not the 6024.
 
If this still does not work, post your other router's configuration and a link to a picture or the network.

May 22nd, 2007 19:00

there is only one router. -------------------- - router - - - ---p13-------p19---- | | | | --------------------- - switch - - - --------------------- | | | | pc w/ 171 pc w/40

Message Edited by five0.4tluv on 05-22-2007 03:52 PM

0 events found

No Events found!

Top