If you had a layer 3 switch you could:
switch(config)#vlan 900
switch(config-vlan)#int vlan 900
switch(config-if)#ip address 1.2.3.4 255.0.0.0
switch(config-if)#vlan 901
switch(config-vlan)#int vlan 901
switch(config-if)#ip address 4.3.2.1 255.0.0.0
switch(config-if)#^Z
switch#
Substitute vlan 1 and vlan 5 for 900 and 901.
Main Topics
Browse All Topics





by: pseudocyberPosted on 2006-12-08 at 07:20:21ID: 18101870
I believe the default vlan is vlan1. So, the 200 other devices are on vlan1.
You would have to have an interface in vlan 5 with either a router with an IP address for that subnet, or give vlan 5 an IP interface somewhere - and the same for vlan1. Then, the router/layer3 switch could route between the two subnets (vlans).