cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1325
Views
5
Helpful
3
Replies

Trunk Configuration between HP 2530 switch to Cisco 3650G

Mahmoud.Reda
Level 1
Level 1

Dear All ,

I have 2 switches connected to each other. port 28 in HP 2530 is connected to port 25 in Cisco 3650G and both are blinking. but unfortunately I can't reach any side from the other side.

Could you please confirm what is wrong in the below configuration or what is missing ? is the issue in the trunk configuration or what ?


HP Switch :
server-IPCam-Sw# sh run
Running configuration:
; J9779A Configuration Editor; Created on release #YB.15.12.0006
; Ver #04:01.ff.37.27:ea
hostname "server-IPCam-Sw"
ip default-gateway 10.5.1.1
snmp-server community "public" unrestricted
vlan 1
name "DEFAULT_VLAN"
no untagged 13-26
untagged 1-12
tagged 27-28
ip address 10.5.1.201 255.255.255.0
exit
vlan 10
name "IP-Cam"
untagged 13-26
tagged 27-28
ip address 192.168.1.51 255.255.255.0
exit
spanning-tree
no tftp server
no dhcp config-file-update

server-IPCam-Sw# sh run interf 28
Running configuration:
interface 28
tagged vlan 1,10
exit
Cisco Switch :
ip dhcp pool Cameras
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
lease 8
interface GigabitEthernet0/25
switchport trunk encapsulation dot1q
switchport trunk native vlan 37
switchport mode trunk
interface Vlan33
no ip address
ip helper-address 10.5.1.4
ip helper-address 10.5.1.12
!
interface Vlan37
ip address 10.5.1.6 255.255.255.0
!
interface Vlan39
ip address 192.168.1.1 255.255.255.0
!
ip default-gateway 10.5.1.1
ip classless
ip http server
ip http secure-server

 

3 Replies 3

marce1000
Hall of Fame
Hall of Fame

 

 - Check logs on both devices when the trunk is established , also review this  examplehttps://ipwithease.com/trunk-between-hp-and-cisco-switch/

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

There is much here that I do not understand. But a few things are clear. The HP switch associates 192.168.1.0 with vlan 10 but Cisco associates that network with vlan 39. It appears that the HP puts 2 vlans on the trunk (1 and 10). It is not clear exactly what vlans the Cisco puts on the trunk, but it does not appear to be either 1 or 10.

HTH

Rick

https://techhub.hpe.com/eginfolib/networking/docs/switches/K-KA-KB/15-18/atmg/content/apa.html

I have not full answer for your Q but you can check link above help you to understand the compatible between HP and Cisco.