- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Re: Configuring Multiple vlans in HP Procurve 8212...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-03-2009 09:32 PM
тАО07-03-2009 09:32 PM
Configuring Multiple vlans in HP Procurve 8212ZL
With Regards,
Ramji M.H.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2009 12:06 AM
тАО07-04-2009 12:06 AM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
I make example config for you
you have one core switch 8212 and many edge switch connect to core switch
you must would four seperate network
1-managemet vlan (for network device security)
2-data vlan pc,printer and any network device)
3-voip vlan (ip phone and comminication server)
4-server vlan (all server's)
yess...we can frist config core switch
I create four vlan on switch
vlan 1 managemet
vlan 2 data
vlan 3 voip
vlan 4 server
all server ,voip server,and network managemet pc, some users connect directly core switch
hostname "core"
module 1 type J9145A
interface 21
name "uplinkforfloorswitch"
exit
interface 22
name "uplinkforfloorswitch"
exit
interface 23
name "uplinkforfloorswitch"
exit
interface 24
name "uplinkforfloorswitch"
exit
ip routing
vlan 1
name "manager"
untagged 1-2,21-24
ip address 10.0.11.1 255.255.255.0
no untagged 3-20
exit
vlan 2
name "data"
untagged 3-4
ip address 10.0.12.1 255.255.255.0
tagged 21-24
exit
vlan 3
name "voip"
untagged 5-10
ip address 10.0.13.1 255.255.255.0
tagged 21-24
exit
vlan 4
name "server"
untagged 11-20
ip address 10.0.14.1 255.255.255.0
exit
snmp-server community "public" unrestricted
interface 1-2 manager vlan for managemet pc connection
interface 3-4 data vlan for core switch user connection
interface 5-10 voip vlan for comminication server connection
interface 11-20 server vlan for server connection
interface 21,22,23,24 for other edge switch uplink port
****************************************
we edge switch(floor switch ) serve pc and voip phone for user
in this case edge switch have 3 vlan
data ,voip and management
hostname "edge1"
module 1 type J9145A
vlan 1
name "manager"
ip address 10.0.11.2 255.255.255.0
no untagged 1-24
exit
vlan 2
name "data"
untagged 1-24
no ip address
exit
vlan 3
name "voip"
tagged 1-24
no ip address
exit
snmp-server community "public" unrestricted
vlan 1 only managemet for network managemet
vlan 2 data vlan connect user pc under ip phone
vlan 3 voip vlan connect ip phone all port tagged state vlan 3 for ip phone connection flexibility
switch+ip phone + pc
may it be easy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2009 12:58 AM
тАО07-04-2009 12:58 AM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
I will configure this and update the result.
With Regards,
Ramji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2009 03:54 AM
тАО07-04-2009 03:54 AM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
With Regards,
Ramji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2009 12:08 AM
тАО07-06-2009 12:08 AM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
hi Ramji
******************************************
dhcp server ip address 10.0.14.20
subnet mask 255.255.255.0
default gateway 10.0.14.1
dhcp server connect must be server vlan untag port for example connect interface 11
scobe 1 name data
ip pool 10.0.12.10---200
subnet mask 255.255.255.0
default gateway 10.0.12.1
scobe 2 name voip
ip pool 10.0.13.10---200
subnet mask 255.255.255.0
default gateway 10.0.13.1
hostname "core"
module 1 type J9145A
interface 21
name "uplinkforfloorswitch"
exit
interface 22
name "uplinkforfloorswitch"
exit
interface 23
name "uplinkforfloorswitch"
exit
interface 24
name "uplinkforfloorswitch"
exit
ip routing
vlan 1
name "manager"
untagged 1-2,21-24
ip address 10.0.11.1 255.255.255.0
no untagged 3-20
exit
vlan 2
name "data"
untagged 3-4
ip address 10.0.12.1 255.255.255.0
ip helper-address 10.0.14.20**************
tagged 21-24
exit
vlan 3
name "voip"
untagged 5-10
ip address 10.0.13.1 255.255.255.0
ip helper-address 10.0.14.20*************
tagged 21-24
exit
vlan 4
name "server"
untagged 11-20
ip address 10.0.14.1 255.255.255.0
exit
snmp-server community "public" unrestricted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2009 12:23 AM
тАО07-08-2009 12:23 AM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-14-2009 10:55 PM
тАО07-14-2009 10:55 PM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
I am waiting for ur reply.Kindly help me in configuring the 8212zl switch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-16-2009 02:08 AM
тАО07-16-2009 02:08 AM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
I send simple config for you
you can create config for your 8212 switch
if your config be fail at the time
send me sh run print.
good luck .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-16-2009 02:14 AM
тАО07-16-2009 02:14 AM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
With Regards,
Ramji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-16-2009 02:47 AM
тАО07-16-2009 02:47 AM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
******************************************
dhcp server ip address 10.0.14.20
subnet mask 255.255.255.0
default gateway 10.0.14.1
dhcp server connect must be server vlan untag port for example connect interface 11
scobe 1 name data
ip pool 10.0.12.10---200
subnet mask 255.255.255.0
default gateway 10.0.12.1
scobe 2 name voip
ip pool 10.0.13.10---200
subnet mask 255.255.255.0
default gateway 10.0.13.1
hostname "core"
module 1 type J9145A
interface 21
name "uplinkforfloorswitch"
exit
interface 22
name "uplinkforfloorswitch"
exit
interface 23
name "uplinkforfloorswitch"
exit
interface 24
name "uplinkforfloorswitch"
exit
ip routing
vlan 1
name "manager"
untagged 1-2,21-24
ip address 10.0.11.1 255.255.255.0
no untagged 3-20
exit
vlan 2
name "data"
untagged 3-4
ip address 10.0.12.1 255.255.255.0
ip helper-address 10.0.14.20**************
tagged 21-24
exit
vlan 3
name "voip"
untagged 5-10
ip address 10.0.13.1 255.255.255.0
ip helper-address 10.0.14.20*************
tagged 21-24
exit
vlan 4
name "server"
untagged 11-20
ip address 10.0.14.1 255.255.255.0
exit
snmp-server community "public" unrestricted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-19-2009 11:56 PM
тАО07-19-2009 11:56 PM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
here i have given the config of our switch based on ur sample config.We are using hp procurve 8212zl switch and the configuration is given below:
Hostname ├в Al-osais Core Switch├в
Module 1 type
Vlan 2
Name ├в Al-Osais Supply├в
Ip address 172.16.2.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 3
Name ├в Power Division├в
Ip address 172.16.3.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 4
Name ├в IT Department├в
Ip address 172.16.4.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 5
Name ├в Finance Department├в
Ip address 172.16.5.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 6
Name ├в Al-Osais Personnal Department├в
Ip address 172.16.6.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 7
Name ├в Al-Osais Procurement Department├в
Ip address 172.16.7.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 8
Name ├в Al-Osais Engineering Department├в
Ip address 172.16.8.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 9
Name ├в Al-Osais conference hall├в
Ip address 172.16.9.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 14
Name ├в rslanes-Dahran├в
Ip address 172.16.14.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 16
Name ├в Server vlan├в
Ip address 172.16.16.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 15
Name ├в Internet├в
Ip address 172.16.15.254 255.255.255.0
Untagged ports
Exit
Vlan 100
Name ├в management├в
Ip address 172.16.100.25 255.255.255.0
Untagged ports
Exit
Vlan 10
Name ├в SAP Server├в
Ip address 172.16.10.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 11
Name ├в SAP-Management├в
Ip address 172.16.11.254 255.255.255.0
Untagged ports
Exit
Vlan 32
Name ├в voice├в
Ip address 172.16.32.254 255.255.240.0
Qos priority 6
Tagged ports
Exit
Dhcp server ip address 172.16.16.40
Subnet mask 255.255.255.0
Default gateway 172.16.16.254
now the required thing is given below:
1).how to configure the edge swithes.(edge switches are HP2610,2626,2650).
2)we have many valns and which are the pots to untag and which are ports to be tagged.
3)vlan 4 should have to communicate with vlan 11 and vlan 10
needs ur suggestions asap.Waiting for ur reply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2009 07:50 AM
тАО07-21-2009 07:50 AM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
*********************************************
edge switch config very easy main job put up core siwtch
edge switch not included all vlan's
for example your edge switch resiade Osais Engineering Department├Г┬в
not included server vlan not included all other vlan
this switch included vlan 1 for management and vlan 8 for Osais Engineering Department├Г┬в
user
for example edge switch config
vlan 1
name "managemt"
untagged 24
ip address 172.16.0.254 255.255.255.0
no untagged 1-23
exit
vlan 8
name "Al-OsaisEngineeringDepartment"
untagged 1-23
ip address 172.16.8.254 255.255.255.0
tagged 24
exit
******************************************
2)we have many valns and which are the pots to untag and which are ports to be tagged.
*******************************************
untag port's on not carry vlan information
tagged port's carrying vlan information
user and directly pc or server port must have untag port all switch to switch uplink port must have tagged port because uplink port's must be carrying vlan
please see my example config interface 24 uplink port to core switch and interface 24 vlan 8 tagged port for carrying vlan 8 all other port untag vlan 8 for connection pc
same time interface 24 untag port vlan 1
********************************************
3)vlan 4 should have to communicate with vlan 11 and vlan 10
needs ur suggestions asap
********************************************
yes it is possible
when ip routing enable on 8212 switch all vlan communicate all other vlan
same time 8212 switch include access control list feature if you want not connect vlan you can create acl list for deny comminication.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2009 08:50 PM
тАО07-21-2009 08:50 PM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-23-2009 02:08 AM
тАО07-23-2009 02:08 AM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
here i have given the config of our switch based on ur sample config.We are using hp procurve 8212zl switch and the configuration is given below:
Hostname ├Г┬в├В ├В Al-osais Core Switch├Г┬в├В ├В
Module 1 type
Vlan 2
Name ├Г┬в├В ├В Al-Osais Supply├Г┬в├В ├В
Ip address 172.16.2.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 3
Name ├Г┬в├В ├В Power Division├Г┬в├В ├В
Ip address 172.16.3.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 4
Name ├Г┬в├В ├В IT Department├Г┬в├В ├В
Ip address 172.16.4.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 5
Name ├Г┬в├В ├В Finance Department├Г┬в├В ├В
Ip address 172.16.5.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 6
Name ├Г┬в├В ├В Al-Osais Personnal Department├Г┬в├В ├В
Ip address 172.16.6.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 7
Name ├Г┬в├В ├В Al-Osais Procurement Department├Г┬в├В ├В
Ip address 172.16.7.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 8
Name ├Г┬в├В ├В Al-Osais Engineering Department├Г┬в├В ├В
Ip address 172.16.8.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 9
Name ├Г┬в├В ├В Al-Osais conference hall├Г┬в├В ├В
Ip address 172.16.9.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 14
Name ├Г┬в├В ├В rslanes-Dahran├Г┬в├В ├В
Ip address 172.16.14.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 16
Name ├Г┬в├В ├В Server vlan├Г┬в├В ├В
Ip address 172.16.16.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 15
Name ├Г┬в├В ├В Internet├Г┬в├В ├В
Ip address 172.16.15.254 255.255.255.0
Untagged ports
Exit
Vlan 100
Name ├Г┬в├В ├В management├Г┬в├В ├В
Ip address 172.16.100.25 255.255.255.0
Untagged ports
Exit
Vlan 10
Name ├Г┬в├В ├В SAP Server├Г┬в├В ├В
Ip address 172.16.10.254 255.255.255.0
Untagged ports
Qos priority 0
Exit
Vlan 11
Name ├Г┬в├В ├В SAP-Management├Г┬в├В ├В
Ip address 172.16.11.254 255.255.255.0
Untagged ports
Exit
Vlan 32
Name ├Г┬в├В ├В voice├Г┬в├В ├В
Ip address 172.16.32.254 255.255.240.0
Qos priority 6
Tagged ports
Exit
Dhcp server ip address 172.16.16.40
Subnet mask 255.255.255.0
Default gateway 172.16.16.254
questions:
1)apart form other vlans we have one voice vlan,should i mention this vlan in edge switches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-23-2009 02:13 AM
тАО07-23-2009 02:13 AM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
yes create on voice vlan edge switch
because you want connect ip phone on edge switch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-25-2009 04:29 AM
тАО07-25-2009 04:29 AM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
What drove your decision to break up your vlans by both floor AND department... That is a lot of VLANs for a 6-story building... Unless you have more than 150-175 hosts on a floor, I'm not sure I see an advantage in breaking up the network by department as well.
...Unless there is some regulatory requirement you are required to follow? In that case, I guess you'd have no choice.
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-27-2009 03:44 AM
тАО07-27-2009 03:44 AM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
The purpose of individual Vlans for each departments is whenever there is a problem in a department it should not affect others and day to day each departments are getting more peoples.
If u have different idea kindly suggest me and can u provide me a config based on my question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-27-2009 02:47 AM
тАО09-27-2009 02:47 AM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
Running configuration:
; J9091A Configuration Editor; Created on release #K.12.31
hostname "ProCurve Switch 8212zl"
module 1 type J8706A
module 3 type J8702A
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
no untagged A1-A24,C1-C24
no ip address
exit
vlan 2
name "AOSUPPLY"
qos priority 0
ip address 172.16.2.254 255.255.255.0
tagged A2
exit
vlan 3
name "Power-Div"
qos priority 0 ip address 172.16.3.254 255.255.255.0
tagged A3-A5
exit
vlan 4
name "IT-Dept."
qos priority 0
ip address 172.16.4.254 255.255.255.0
tagged A6-A7
exit
vlan 5
name "Finance"
qos priority 0
ip address 172.16.5.254 255.255.255.0
tagged A8-A9
exit
vlan 6
name "personnal"
qos priority 0
ip address 172.16.6.254 255.255.255.0
tagged A10-A11
exit
vlan 7
name "Procurement"
qos priority 0
ip address 172.16.7.254 255.255.255.0
tagged A12-A13
exit
vlan 8
name "Engineering"
qos priority 0
ip address 172.16.8.254 255.255.255.0
tagged A14-A15
exit
vlan 14
name "VLAN14"
qos priority 0
ip address 172.16.14.254 255.255.255.0
tagged C22
exit
vlan 32
name "Voice"
untagged C1-C8
qos priority 6
ip address 172.16.32.10 255.255.240.0
tagged C13-C18
exit
vlan 16
name "Server Vlan" untagged A1-A24,C9-C24
qos priority 0
ip address 172.16.16.254 255.255.255.0
tagged C1-C8
exit
1).we have a windows 2003 dhcp server and Sun server & how to configure in this switch.
2)cannot able to communicate with other vlans,even the ip routing is enabled.
3).If i ping to voice vlan,the network is not reachable.how to correct it.
Need ur solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2009 08:48 AM
тАО09-28-2009 08:48 AM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-22-2009 01:18 AM
тАО12-22-2009 01:18 AM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
how i can do it ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-22-2009 01:51 AM
тАО12-22-2009 01:51 AM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
Ahmad1 wrote:
if u please i need to configure more VLANs on HP ProCurve 2626 j49000b
how i can do it ?
======================
jeff replied:
if you are trying to create the 9th+ vlan, you need to "up the vlan count capability"...
the procurve switches support more vlans than their default configuration, as each vlan the switch is capable of requires dedicated system resources, so just because you can possibly configure alot of vlans, only increase the level to what you really need and then add a little more...
fyi, the 2626 can support a max of 253 vlans...
ProCurve(config)# max-vlans 32
Command will take effect after saving configuration and reboot.
hth...jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-22-2009 02:27 AM
тАО12-22-2009 02:27 AM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
i do this step
now i want to creat 3 vlan
Vlan1 : from port 1 : 10
port 1 for router
port 2 for server
Vlan2 : port 25 for switch
Vlan3 : port 11 for access point
i need Vlan 2,3 full access to Vlan 1
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-23-2009 08:59 AM
тАО12-23-2009 08:59 AM
Re: Configuring Multiple vlans in HP Procurve 8212ZL
now i want to creat 3 vlan
Vlan1 : from port 1 : 10
port 1 for router
port 2 for server
Vlan2 : port 25 for switch
Vlan3 : port 11 for access point
i need Vlan 2,3 full access to Vlan 1
----------
jeff replied
opps, thought you had created 7 vlans and needed to create more...disregard my previous info as you do not need to do it...
here is a sample config for you:
----
ip routing
vlan 1 ip address 10.1.1.1/24
vlan 2 ip address 10.2.1.1/24
untag 25
vlan 3 ip address 10.3.1.1/24
untag 11
----
with ip routing enabled and each vlan with an ip address, all vlans can access each other...
vlan 1 (default vlan) is auto created and all ports are unatgged members of vlan 1 by default, so you simply move a port into a different vlan as needed...
hth...jeff