I have a setup which, amongst other things, consists of 1 cisco router, 1 hp procurve switch (24p).
Behind the router there is a DHCP server (DHCP1) and a VOIP system with its own DHCP.
On DHCP1 I have defined 2 scopes to service IP range 192.168.10.0 (vlan10) and 192.168.20.0 (vlan 20).
The scope has the proper options set for the use of the VOIP system as well (options 125,128,129, etc).
What I have currently done on the switch is:
- Created 2 vlans, vlan 10 for data, vlan 20 for voice. I left the default vlan untouched.
- Port 1 on the switch goes to the router.
- Tagged ports 2-24 on vlan20.
- Untagged all ports on vlan10.
- Added the IP helper addres 192.168.30.200 to both vlans.
IP addresses:
DHCP server: 192.168.30.200
IP address router: 192.168.30.256
IP address switch: 192.168.30.210
How do I setup routing on that switch so that vlan 10 & 20 actually can see the DHCP which is on vlan 30.
Thanks
P.