Aruba & ProVision-based
1748122 Members
3275 Online
108758 Solutions
New Discussion

Cisco and HP VLAN Configuration

 
Andy2019
New Member

Cisco and HP VLAN Configuration

Hi Guys,i have a cisco switch vlan configuration as below:


interface FastEthernet0/24
 switchport trunk native vlan 32
 switchport trunk allowed vlan 32,978,979,995-1001
 switchport mode trunk

interface GigabitEthernet0/1
 switchport trunk allowed vlan 978,979,995-997,1001

interface GigabitEthernet0/2
 switchport trunk allowed vlan 32,978,979,995-1001
 switchport mode trunk

i want to configure it in the HP 2530 switch, blow which configuration are correct or both wrong? Thanks.


interface FastEthernet0/24
tagged VLAN 32,978,979,995-1001

interface GigabitEthernet0/1
tagged vlan vlan 978,979,995-997,1001

interface GigabitEthernet0/2
 tagged vlan 32,978,979,995-1001


or


interface FastEthernet0/24
untagged VLAN 32
tagged VLAN 978,979,995-1001

interface GigabitEthernet0/1
tagged vlan vlan 978,979,995-997,1001

interface GigabitEthernet0/2
 tagged vlan 32,978,979,995-1001

 

Thanks a lot in advanced.

3 REPLIES 3
HP-Browniee
Respected Contributor

Re: Cisco and HP VLAN Configuration

What type of HP model are you using? Procurve/aruba or comware switches?

jaysta
Advisor

Re: Cisco and HP VLAN Configuration

I think the 2930 is a ProCurve/Aruba based switch and I only have one of these in my network estate. When I do show config the VLAN tagging config appears to be against the vlan rather than the port. Not sure if this is the age of the switch or firmware. For example:

vlan 5
 name "whatever"
 untagged 2-8
 tagged 1
 exit

Apologies if this is no help whatsoever

HP-Browniee
Respected Contributor

Re: Cisco and HP VLAN Configuration

Yes that was the info i needed. So your cisco config should be somthing like this on ur 2930 switch:

vlan 32
  untagged 24
vlan 978
  tagged 24
vlan 979
  tagged 24
vlan 995
  tagged 24
... and so on for all vlans