Aruba & ProVision-based
1752591 Members
3776 Online
108788 Solutions
New Discussion

Re: hp 2910al-24g j9145a l3 lacp ports [assign ip address ] to link it wih l3 cisco switch through r

 
MahG
Occasional Contributor

hp 2910al-24g j9145a l3 lacp ports [assign ip address ] to link it wih l3 cisco switch through route

I'm fine in Cisco switches we have all our netwrok [cisco switch] and another network all [HP] switches which have default vlan ip 172.16.30.x/24 and all hp network is connected  to hp core switch [hp 2910al-24g j9145a] with no configration and i have no access to do any configration on it except that:

i need to link the hp 2910al-24g j9145a core switch to my Cisco 3850 core switch with four ports {LACP} and l3 ip routing between it as below: [l3 routing no l2 in the connection]

- Cisco switch l3 lacp with ip 10.10.10.1

- hp switch lacp with ip 10.10.10.2

- so all my network interfaces can reach hp network and hp network [172.16.30.x /24] can also reach all my netwrok interfaces through this link

- any one from hp network 172.16.30.0/24 need to go anywere routed to [10.10.10.1] my cisco switch [l3 lacp ports]  with this link.

CISCO Configration to acieve that

PORTS Configration

interface  range gi 1/0/1-4
speed 1000
duplex full
description "Connected to hp core"
no switchport
channel-protocol lacp
channel-group 1 mode active

Channel configration

int po1
no switch port
ip address 10.10.10.1 255.255.255.252
no shutdown

Routing Configration

ip routing [enable routing]
ip route 172.16.30.0 255.255.255.0 10.10.10.2 [static route to hp network to the next hop [hp ports ip] ]
.......................

So i need to do the same in hp switch to but i don't know how 

- First configure 4 ports to be as l3 ports and joined to lacp etherchanner
- make this Etherchannel  l3 etherchannel so i can give it this ip 10.10.10.2
- test conection between it and cisco switch
- enable routing and type the static route to my cisco core switch. [i think this commends the same as cisco]
- any additional notes i need to know or any additional configrationin hp

1 REPLY 1
Richard Litchfield
Respected Contributor

Re: hp 2910al-24g j9145a l3 lacp ports [assign ip address ] to link it wih l3 cisco switch through r

Download the "HPE Networking and Cisco CLI Reference Guide Version 3.2" - that will tell you all you need to know!