Unsolved
This post is more than 5 years old
10 Posts
0
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
0 events found
No Events found!


bh1633
909 Posts
0
May 15th, 2007 17:00
bh1633
909 Posts
0
May 15th, 2007 18:00
five0.4tluv
10 Posts
0
May 15th, 2007 18:00
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
five0.4tluv
10 Posts
0
May 15th, 2007 19:00
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.
five0.4tluv
10 Posts
0
May 15th, 2007 20:00
interface range ethernet g(19,21,23)
switchport access vlan 40
exit
bh1633
909 Posts
0
May 15th, 2007 20:00
five0.4tluv
10 Posts
0
May 22nd, 2007 19:00
Message Edited by five0.4tluv on 05-22-2007 03:52 PM