I have 2 stacks of switches, voice and data which are supposed to be segmented by the Cisco 3750. The voice stack has its own DHCP server and so does the data stack.
I have created a layer 3 interface on the 3750 by going
interface GigabitEthernet1/0/21
no switchport
ip address 128.68.100.1 255.255.255.0
And plugged interface 21 into the voice stack. The problem is, I am getting both DHCP accross both these switch stacks which means the network is flat and is not being segmented properly by the 3750. What have I done wrong?
I have created a layer 3 interface on the 3750 by going
interface GigabitEthernet1/0/21
no switchport
ip address 128.68.100.1 255.255.255.0
And plugged interface 21 into the voice stack. The problem is, I am getting both DHCP accross both these switch stacks which means the network is flat and is not being segmented properly by the 3750. What have I done wrong?