1837990 Members
3407 Online
110124 Solutions
New Discussion

Re: VLAN

 
saifullah88
Regular Visitor

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?

3 REPLIES 3
akg7
HPE Pro

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!

Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the companyAccept or Kudo
saifullah88
Regular Visitor

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.

all system in 1 back bone

akg7
HPE Pro

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!

Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the companyAccept or Kudo