- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- LAN Routing
- >
- Re: VLAN
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-22-2019 04:00 AM
10-22-2019 04:00 AM
VLAN
how to set vlan sprated system, example 1 backbone has using 1 switch and has system cctv,card access, network, intercom and wireless access point. it very friendly user using hewlett brand?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2019 12:57 PM
10-23-2019 12:57 PM
Re: VLAN
Hi,
Can you explain your issue in detail and which HPE device you are using?
Do you want separate VLAN's for diiferent-different systems?
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2019 10:30 PM
11-04-2019 10:30 PM
Re: VLAN
Do you want separate VLAN's for diiferent-different systems? - yes
what type switch can use for manage the vlan, and how to setting the vlan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2019 11:27 AM
11-05-2019 11:27 AM
Re: VLAN
Hi,
If its comware device then use below commands to create VLAN :
Comware
[Comware]vlan <VLAN number 2-4094>
[Comware-vlan]name <name of the department>
[Comware]display vlan
[Comware]display vlan all
Pass the VLAN on interface:
Pass VLAN on Trunk port:
[Comware]interface <interface number>
[Comware]port link-mode bridge
[Comware-GigabitEthernet]port link-type trunk
[Comware-GigabitEthernet]port trunk permit vlan <vlan number>
[Comware-GigabitEthernet]quit
Assign VLAN to access port:
[Comware]interface <interface number>
[Comware]port link-mode bridge
[Comware-GigabitEthernet]port link-type access
[Comware-GigabitEthernet]port access vlan <>vlan number
[Comware-GigabitEthernet]quit
Thanks!
