I have a client who has couple small companies sharing the space. We're setting up a UC500 for them and need to make sure the DATA network is separated. I know this needs to be done via VLANs. How many different VLANs does UC500 support? Is there way to allow all phones to be on the voice vlan but the PCs daisy chaining off the phones to be on different data vlan depending on the port on the switch? How would you guys implement this? |
|||

I don't know exactly how
I don't know exactly how many vlans the UC500 support but I would guess it would be the same as a switch at 254. We currently run 3 vlans on ours, but I only have the uc520 ports assigned to the native vlan and the voice vlan. I have the UC520 trunked to a cat 3548 that runs the native vlan and another vlan for network access for unsecured systems and wireless. The uc520 routes all 3 if that make since the way I explained it. I don't see why you can't do what you what though. The UC520 will come with the voice as vlan100 and native vlan1. Try to do it like this:
Create Vlan2:
interface Vlan2
no ip address
bridge-group 2
add the BVI for VLAN2:
interface BVI2
ip address x.x.x.x 255.255.255.0
ip nat inside
ip virtual-reassembly
Add routing and bridging for VLAN2:
bridge 2 protocol ieee
bridge 2 route ip
on the ports you want to separate by putting the PCs on VLAN2 try this:
interface FastEthernet0/1/2
switchport voice vlan 100
switchport access vlan 2
macro description cisco-phone
Hope this helps