LAN Routing
1748156 Members
4201 Online
108758 Solutions
New Discussion

Procurve - add a static route

 
David_87_
Occasional Contributor

Procurve - add a static route

HI all

 

Is it possible to add a static route opr a mac address to a specific port on a hp procurve 2920?

 

Thanks in advance

2 REPLIES 2
Vince-Whirlwind
Honored Contributor

Re: Procurve - add a static route

yes. The manual has a layer3 section that tells you what kind of routing is supported.

David_87_
Occasional Contributor

Re: Procurve - add a static route

I solved the problem on my own and I want to share the solution.


We have two terminal server with NLB on esxi host.


With default configuration all packets are sent broadcast to all ports of your switch. (in my company, network overloads caused a lot of blocks in our warehouse management software)


As recommended by vmware, I activated the multicast with igmp, but the switch doesn't memorize mac address of the physical network card of the server and packets was still in broadcast.


The solution is to activate IGMP on the vlan where the server is connected, because in default configuration the switch can't correctly recognize the protocol of the packets.

 

This is the command:

 

vlan <number> ip igmp

 

Hope this helps

 

David