- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Vlan Aruba
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
10-29-2019 04:02 AM - last edited on 10-29-2019 07:24 AM by Parvez_Admin
10-29-2019 04:02 AM - last edited on 10-29-2019 07:24 AM by Parvez_Admin
Vlan Aruba
Bonjour,
Est-il possible de créer un VLAN avec différent sous réseau ?
Par exemple
Google Translated
Hello,
Is it possible to create a VLAN with different subnet?
For example
Vlan 1 Ports 1-10 192.168.1.0 255.255.255.0
Vlan 2 Ports 11-20 192.168.127.1 255.255.0.0.
Merci de votre aide
Thank you for your help
Ives
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2019 02:30 AM
11-06-2019 02:30 AM
Re: Vlan Aruba
Hello,
In order to provide you a more precise answer it would be good if you can provide the exact model of the Aruba switch. Different models can have different capabilites.
Also it is not getting clear if the switch should be working as a router between this subnets (inter VLAN routing) or it should only provide the Layer 2 separation between the VLANs and another device will do the routing. Some models dont support inter VLAN routing and the configuration is different depending on what you want to achieve. Inter VLAN routing requires the switch to have IP addresses in every VLAN which should be configured as default gateway on the clients (statically or via DHCP)
Another thing I notice in the example you have given.
Vlan 1 Ports 1-10 192.168.1.0 255.255.255.0
Vlan 2 Ports 11-20 192.168.127.1 255.255.0.0.
You are using addresses in the private range 192.168.0.0/16 however you are using different length of subnet masks, /24 for VLAN 1 and /16 for VLAN 2. This can create issues with overlapping addresses. Every host uses its own subnet mask to determine if a peer host is in the same subnet or not. If host 192.168.127.1 from VLAN wants to talk to peer host 192.168.1. 10 from VLAN 10 for example, it will apply its own mask /16 to the destination address and wrongly believe that the peer is in the same subnet because the first 2 octets of the address match. In order to avoid confusion you should use masks of the same lenght.