cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
931
Views
5
Helpful
4
Replies

voice vlan enabled on interface and behavior

romanroma
Level 1
Level 1

One of my clients is rolling out VoIP, so I wanted to use the 'voice vlan'.

interface GigabitEthernet1/0/13
 switchport access vlan 1001
 switchport mode access
 switchport voice vlan 200
end

When I plug a Polycom phone it the interface, LLDP does its magic and the phone appears to be on vlan 200. I can verify this by showing the CAM table; however, the phone's MAC address also shows up on vlan 1001. In addition, the interface does not appear to be in a trunk state, which I thought would happen so the proper vlan tag would get applied. When I link a computer downstream from phone, the computer's MAC shows up in 'vlan1001', so everything appears to be working.

 

However, I was just worried if I should be seeing this interface negotiate and form a 802.1Q port. I am also worried I see the phone's MAC on both vlans.

 

Switch in question is a 2960x.

 

4 Replies 4

That is normal behavior. The phone sends CDP/LLDP packets in the untagged VLAN, so that is why the switch has learned that MAC address in the untagged VLAN. Once the device learns the voice vlan, the rest of its traffic should be in that tagged VLAN.

balaji.bandi
Hall of Fame
Hall of Fame

can you post example :

 

if i look at the port mac address they show different vlan with respective  vlan mac address example :

 

#show mac address-table interface fastEthernet 3/0/21
Mac Address Table
-------------------------------------------

Vlan Mac Address Type Ports
---- ----------- -------- -----
3 001e.caed.XXXX STATIC Fa3/0/21   <-- voice vlan
30 9457.a5ed.XXXX STATIC Fa3/0/21   <<-- data vlan
Total Mac Addresses for this criterion: 2

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

@balaji.bandi 

HI,

I am not on site today for that client, but it looks like this if I remember correctly.

 

#show mac address-table interface fastEthernet 3/0/21
Mac Address Table
-------------------------------------------

Vlan Mac Address Type Ports
---- ----------- -------- -----
3 001e.caed.XXXX STATIC Fa3/0/21 <-- voice vlan
30 001e.caed.XXXX STATIC Fa3/0/21
30 9457.a5ed.XXXX STATIC Fa3/0/21 <<-- data vlan
Total Mac Addresses for this criterion: 2

post the correct output, so we can look.

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help