Other HPE Product Questions
1854928 Members
3846 Online
104106 Solutions
New Discussion

voice Vlan Aruba CXOS

 
dineshedk
New Member

voice Vlan Aruba CXOS

I have HPE Aruba CX 6100 POE switch, how to configure a voice vlan and a data vlan on the same port. Thank you

2 REPLIES 2
victoriapaul
Occasional Visitor

Re: voice Vlan Aruba CXOS

I have HPE Aruba CX 6100 POE switch, how to configure a voice vlan and a data vlan on the same port. Thank you 

 

To configure a voice VLAN and a data VLAN on the same port on your HPE Aruba CX 6100 POE switch, you can follow these steps:

  1.  Access the Switch: Log in to your switch via the CLI or web interface.

  2.  Create VLANs: Define the voice VLAN and data VLAN if they are not already created.

 

 

 

 

Switch(config)# vlan 10
Switch(config-vlan-10)# name Voice_VLAN
Switch(config-vlan-10)# exit
Switch(config)# vlan 30
Switch(config-vlan-30)# name Data_VLAN
Switch(config-vlan-30)# exit

 

 

 

 

       3 Configure the Interface: Configure the port to allow both VLANs. Set the port to trunk mode and specify the native VLAN (usually the data VLAN).

 

 

 

 

Switch(config)# interface 1/1/1
Switch(config-if)# switchport mode trunk
Switch(config-if)# switchport trunk native vlan 30
Switch(config-if)# switchport trunk allowed vlan 10,30
Switch(config-if)# exit
​

 

 

 

 

        4. Verify Configuration: Check the configuration to ensure everything is set up correctly.

 

 

 

 

Switch# show vlan
Switch# show running-config interface 1/1/1​

 

 

 

 

 

This setup allows the port to carry both voice and data traffic, with the data VLAN as the native VLAN.

support_s
System Recommended

Query: voice Vlan Aruba CXOS

Hello,

 

Thank you for Posting! HPE Networking forum has moved to Aruba Airheads Community and for HPE networking and Aruba product queries, request you to visit and post your query here.

 

You can refer to this link for more details.

Please click on "Thumbs Up/Kudo" icon to give a "Kudo".

 

Thank you for being a HPE valuable community member.


Accept or Kudo