- Community Home
- >
- Welcome
- >
- Other HPE Product Questions
- >
- voice Vlan Aruba CXOS
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2024 08:55 PM
12-27-2024 08:55 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2024 04:08 AM - last edited on 01-01-2025 07:55 PM by Sunitha_Mod
12-28-2024 04:08 AM - last edited on 01-01-2025 07:55 PM by Sunitha_Mod
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:
-
Access the Switch: Log in to your switch via the CLI or web interface.
-
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2025 07:56 PM
01-01-2025 07:56 PM
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.
