Hello
I am still searching/testing correct and functional Voice VLAN setup for HPE Comware switches and Alcetel VoIP.
We got here some 5120 and 5130 switches as EDGE.
Core is 5940.
All connections are betwwe switches are with BAG. It looks like for example like this:
HPE.5120 <=BAG=> HPE.5940 <=BAG=> HPE.5130
On the edge switches are VoIP Telephones connected. Some alone and some with computer connected on it.
My configs looks this:
---#5120#---
vlan 100
des DATA
vlan 10
des VOIP
voice vlan security enable
voice vlan aging 30
voice vlan mac-address 0080-9f00-0000 mask ffff-ff00-0000 description Alcatel phone
voice vlan mac-address 487a-5500-0000 mask ffff-ff00-0000 description Alcatel phone
- one of Edge PORTs:
interface GigabitEthernetX/0/X
port link-type hybrid
undo port hybrid vlan 1
port hybrid vlan 100 untagged
port hybrid pvid vlan 100
broadcast-suppression pps 500
multicast-suppression pps 500
unicast-suppression pps 500
stp edged-port enable
stp root-protection
qos apply policy INBOUND_POLICY_LYNC inbound
qos trust dscp
voice vlan qos trust
voice vlan 10 enable
poe enable
quit
interface Bridge-Aggregation1
port link-type trunk
port trunk permit vlan all
link-aggregation mode dynamic
stp loop-protection
mvrp enable
mad enable
interface GigabitEthernet1/0/52
port link-type trunk
port trunk permit vlan all
stp loop-protection
qos trust dscp
sflow sampling-rate 1000
sflow flow collector 1
mvrp enable
port link-aggregation group 1
#
interface GigabitEthernet3/0/52
port link-type trunk
port trunk permit vlan all
stp loop-protection
qos trust dscp
sflow sampling-rate 1000
sflow flow collector 1
mvrp enable
port link-aggregation group 1
----#5130#----
vlan 100
des DATA
vlan 10
des VOIP
voice-vlan security enable
voice-vlan aging 30
voice-vlan mac-address 0080-9f00-0000 mask ffff-ff00-0000 description Alcatel phone
voice-vlan mac-address 487a-5500-0000 mask ffff-ff00-0000 description Alcatel phone
- one of Edge PORTs:
interface GigabitEthernetX/0/X
port link-type hybrid
undo port hybrid vlan 1
port hybrid vlan 100 untagged
port hybrid pvid vlan 100
broadcast-suppression pps 500
multicast-suppression pps 500
unicast-suppression pps 500
stp edged-port enable
stp root-protection
qos apply policy INBOUND_POLICY_LYNC inbound
qos trust dscp
voice-vlan qos trust
voice-vlan 10 enable
poe enable
quit
interface Bridge-Aggregation1
port link-type trunk
port trunk permit vlan all
link-aggregation mode dynamic
stp loop-protection
mvrp enable
mad enable
interface Te 1/0/52
port link-type trunk
port trunk permit vlan all
stp loop-protection
qos trust dscp
sflow sampling-rate 1000
sflow flow collector 1
mvrp enable
port link-aggregation group 1
#
interface Te 3/0/52
port link-type trunk
port trunk permit vlan all
stp loop-protection
qos trust dscp
sflow sampling-rate 1000
sflow flow collector 1
mvrp enable
port link-aggregation group 1
----#5940#---
vlan 100
des DATA
vlan 10
des VOIP
EVERY UPLINK BAG
interface Bridge-AggregationXXX
port link-type trunk
port trunk permit vlan all
link-aggregation mode dynamic
stp loop-protection
mvrp enable
mad enable
interface Te 1/0/1
port link-type trunk
port trunk permit vlan all
stp root-protection
qos trust dscp
mvrp enable
port link-aggregation group XXX
#
interface Te 2/0/1
port link-type trunk
port trunk permit vlan all
stp root-protection
qos trust dscp
mvrp enable
port link-aggregation group XXX
---------------
I think, that this is correct setup. But I am not sure if it is correct setup for Alcatel Telephony. Because from PBX it looks lie that the phones got 5/46 but if I make settings without qos trust dscp command, on the display voice-vlan state command comes 6/46.
I am thinking abou manual setup for ports, but I am not sure.
Must I change some settings in ours 4400 entrerprise PBX? This is all the time without change.
So what is the correct setup?