- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- LAN Routing
- >
- Re: HP 1920 does not turn on ICMP redirect
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2015 03:00 AM
12-28-2015 03:00 AM
HP 1920 does not turn on ICMP redirect
HP 1920 does not turn on ICMP redirect
I enter in the CLI "ip redirects enable" - "Error: The operation is not supported."
I tried on 1920-24G and 1920-8G
Syntax okay -
[HP 1920G Switch]ip redirects ? enable Enable the function
What's the trouble?
- Tags:
- 1920
- HP
- ICMP redirect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2015 06:48 AM
12-28-2015 06:48 AM
Re: HP 1920 does not turn on ICMP redirect
Officially, CLI is not supported. You're lucky when functions present in CLI but not in data sheet work....like RIP and OSPF
But do you really really need redirect?
-Sending a redirect packet costs switch CPU, just routing to correct gateway is done in switch hardware at wire speed.
-Some hosts don't like redirect and keep sending traffic to wrong gateway. This might overwhelm HP1920 with huge amount of redirects to send.
-redirect is for /32 routes only. For each new destination IP , a redirect needs to be sent, adding a /32 route to host route table
-What's the gain for redirected host directly connected to 1920? With redirect, the switch will switch, without redirect, the switch will route at same speed. There's no shorter path.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2021 07:13 AM
11-02-2021 07:13 AM
Re: HP 1920 does not turn on ICMP redirect
Hi,
The icmp redirect is enabled in web.
Static route is defined with /32 mask.
However no icmp redirects seen, not by sniffer, nor in statistics.
Configured Route Summary Help
Display
All
rowsShowing 1 to 2 of 2 entriesFilter:
Network Address
Subnet Mask
Next Hop IP Address
Next Hop Interface
Preference
0.0.0.0 0.0.0.0 10.48.0.1 VLAN- 48 253
10.80.0.10 255.255.255.255 192.168.210.2 VLAN- 901 1
Sniffer shows that ping reply comes from 192.168.210.21 to 10.80.0.10, and not redirect as expected.