Friday, May 18, 2012

HP-H3C base switch configuration for the Voice and Data Vlan on a single Port using the hybrid port configuration

HP-H3C base switch configuration

Configuration : 

Step 1: enable the Voice vlan Mac-address Organizationally Unique Identifier (oui).
voice vlan Mac-address 001f-ca00-0000 mask ffff-ff00-0000 description Cisco pmfms


Step 2: go into the interface
interface GigabitEthernet1/0/30


Step 3 : Make the port into the hybrid mode.
port link-type hybrid


step 4 : take the default vlan out of the hybrid port.
undo port hybrid vlan 1


step 5 : Assign the Data and the voice vlan for the Hybrid port.
port hybrid vlan 800 tagged (Voice should be tagged)
port hybrid vlan 833 untagged (Data should be untagged always)


Step 6 : provide the port PVID to choose the data as the primary communication. 

port hybrid pvid vlan 833

Step 7 : enable the voice vlan settings on the port. 1st need to remove the voice assignment mode from auto to manual
undo voice vlan mode auto
voice vlan 800 enable


step 8 : restart the interface .
undo poe en
poe en



 Configuration Command of Voice over DATA on L3 switch.


#
voice vlan mac-address 001f-ca00-0000 mask ffff-ff00

vlan 1
#
vlan 800
#
vlan 808
#
interface GigabitEthernet1/0/30
port link-type hybrid
undo port hybrid vlan 1
port hybrid vlan 800 tagged
port hybrid vlan 833 untagged
port hybrid pvid vlan 833
undo voice vlan mode auto
voice vlan 800 enable
poe enable

#
interface GigabitEthernet1/0/48
port link-type trunk
port trunk permit vlan all
#
ip route-static 0.0.0.0 0.0.0.0 10.96.55.1
#
Return