Hi,
On my 5130, I configured 2 vlans : DATA (180) and TOIP (178).
Below the config of my ports.
#
interface GigabitEthernet1/0/1
description *** VLAN VOICE/DATA ***
port link-type hybrid
undo port hybrid vlan 1
port hybrid vlan 178 tagged
port hybrid vlan 180 untagged
port hybrid pvid vlan 180
undo voice-vlan mode auto
broadcast-suppression 20
multicast-suppression 20
stp edged-port
lldp tlv-enable med-tlv network-policy 178
qos apply policy voippolicy inbound
poe enable
loopback-detection enable vlan 1 to 4094
loopback-detection action shutdown
#
interface GigabitEthernet1/0/2
description *** VLAN VOICE/DATA ***
port link-type hybrid
undo port hybrid vlan 1
port hybrid vlan 178 tagged
port hybrid vlan 180 untagged
port hybrid pvid vlan 180
undo voice-vlan mode auto
broadcast-suppression 20
multicast-suppression 20
stp edged-port
lldp tlv-enable med-tlv network-policy 178
qos apply policy voippolicy inbound
poe enable
loopback-detection enable vlan 1 to 4094
loopback-detection action shutdown
#
But I do not understand why on each port, the IP phones mac-address are also learned by the DATA vlan.
<VCN-SW-05>dis mac-address interface GigabitEthernet 1/0/1
MAC Address VLAN ID State Port/NickName Aging
0800-0f5c-c18e 178 Learned GE1/0/1 Y
0800-0f5c-c18e 180 Learned GE1/0/1 Y <= IP phone mac-address 0800-0f5c-c18e is learned by DATA vlan 180
507b-9d3b-dcbb 180 Learned GE1/0/1 Y
<VCN-SW-05>dis mac-address interface GigabitEthernet 1/0/2
MAC Address VLAN ID State Port/NickName Aging
0800-0f5c-8eb9 178 Learned GE1/0/2 Y
0800-0f5c-8eb9 180 Learned GE1/0/2 Y<=IP phone mac-address 0800-0f5c-8eb9 is learned by DATA vlan 180
7446-a091-af4e 180 Learned GE1/0/2 Y
<VCN-SW-05>
Need help please.
Regards
Ferdo