Link to home
Start Free TrialLog in
Avatar of Mukesh
MukeshFlag for New Zealand

asked on

How to configure VLAN trunking HP 2530-24G-PoEP Switch (J9773A) and CISCO 3560G

Hi there

I'm trying to configure VALN trunking between HP and CISCO above switches. We have two vlan 20 for data and 150 for phone/voice.
In the current configuration CISCO 3560 is the core switch and connected to other CISCO C2960.
The IP phones are connected to the CISCO C2960 and desktop is connected to the back of the IP phone. IP phone automatically receive the IP address in x.x.150.x network (with twik to phone config)  and desktop receive IP address in x.x.20.x networks.
The CISCO C2960 port is configured as below:
interface FastEthernet0/4
 switchport access vlan 20
 switchport mode access
 switchport voice vlan 100
 priority-queue out
 mls qos trust dscp
 spanning-tree portfast

CISCO C2960 trunk port is configured as below:
interface GigabitEthernet0/1
 switchport mode trunk
 priority-queue out
 mls qos trust dscp

CISCO 3560G core switch uplink port is configured as below:
interface GigabitEthernet0/9
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 20,100,150
 switchport mode trunk
 priority-queue out
 mls qos trust dscp
 spanning-tree portfast

Now we would like to use HP 2530-24G switches replacing CISCO C2960 and achieve same setup as now

The above set up was done by other company which does not exist anymore.
For last couple of weeks I've tried my best no success. I'm not CISCO or HP switch expert and have limited knowledge - CISO and Hp terminology does not help either :(

How to configure VLAN trunk port on HP to connect to VLAN trunk port to CSCO 3560 and how to configure access port in HP switch for phone and desktop to received IP addresses ?

Your help is appreciated

Mukesh
SOLUTION
Avatar of Soulja
Soulja
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mukesh

ASKER

Thank you guys

That worked :)
😶