Switches, Hubs, and Modems
1753602 Members
5672 Online
108797 Solutions
New Discussion

hp Switch 2910 vlans

 
Unitednews
Occasional Contributor

hp Switch 2910 vlans

Help

Just bought a Hp switch to updated our network. I have a few Questions on vlans
I'm quiet new to this.
I have Enable Ip routing on the switch so the vlans can talk to each other
Vlan 1 has been set from the mac address to the dchp server
enable dchp-bootp
Vlan 1
name "internet"
untagged 1-19
ip address dchp-boot
exit

so the ip address to the switch is 192.168.1.100, mac address from reverstion list windows server 2003

Vlan 2
guest
untagged 21-48
ip address 172.16.8.1 255.255.255.128
exit

If you give an ip address an static ip from the vlan say 172.16.8.1 is that the gateway out of that vlan? e.i client machine static ip
172.16.8.20 (with in the range) 255.255.255.128 d/g 172.16.8.1

How Does Vlan 2 connect to the internet? Our dns server is our domain controller of 192.168.1.35

So where I need to include a router to the internet? e.i
ip route 0.0.0.0 0.0.0.0.0. 192.168.1.35 or 1
35 is our dchp/dns server
default gateway 192.168.1.1.

Cheers for any advice