Hi
I am having two sides. Side A is getting IP address via DHCP Pool (Voice and Data). Side A SW is direct trunk with Core SW. Side A is working Fine.
Side A configuration is bellow
ip dhcp excluded-address 10.10.10.193
ip dhcp excluded-address 10.10.20.193
!
ip dhcp pool data
network 10.10.10.192 255.255.255.192
default-router 10.10.10.193
!
ip dhcp pool voice
network 10.10.20.192 255.255.255.192
option 150 ip 10.10.30.1
default-router 10.10.20.193
!
Interface Vlan10
Description **** For Data VLAN ****
IP address 10.10.10.193 255.255.255.192
!
Interface VLAN20
Description ****FOR VOICE VLAN *****
IP address 10.10.10.193 255.255.255.192
Now we are going to Add Side B. We want to add some phone on Side B. Side B SW will be direct trunk with Core SW.
What should I do? If I create another Voice DHCP pool will it work for option 150.??
I am really Confused….? How to configure it.