- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Permit ICMP in ACL
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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-18-2004 07:59 PM
тАО10-18-2004 07:59 PM
Permit ICMP in ACL
My acl looks something like this
permit tcp 10.0.0.0 0.255.255.255 any eq 49
permit udp 10.0.0.0 0.255.255.255 any eq 69
permit udp 10.0.0.0 0.255.255.255 any eq 514
permit udp 10.0.0.0 0.255.255.255 any eq 161
Now, how do I permit ICMP traffic?
Im using a 5308xl with the latest firmware...
Best regards,
Marcus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2004 01:31 AM
тАО10-19-2004 01:31 AM
Re: Permit ICMP in ACL
The use of ACLs is somewhat restricted. You can only distinct traffic based on src/dst, udp/tcp numbers and the whole IP stack.
That means you have to allow everything (ip) between the implied devices.
Rgds,
Rasmus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2004 06:52 PM
тАО10-19-2004 06:52 PM
Re: Permit ICMP in ACL
permit tcp 10.0.0.0 0.255.255.255 eq icmp, but in hp acl does not support denying icmp traffic and you cant assing it to any ports cos icmp doesnt use any port.
Maybe future releases of hp firmware solve this issue.
Normaly icmp traffic is filtered by routers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2004 08:07 PM
тАО10-19-2004 08:07 PM
Re: Permit ICMP in ACL
The reason ICMP does not have a port number is because it is not a part of the TCP protocol, but a seperate protocol in the IP stack.
Therefore, this feature (if ever available from HP) would rather be something like:
permit ip blah blah blah ICMP
or simply
permit icmp ....
Rgds,
Rasmus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2004 08:16 PM
тАО10-19-2004 08:16 PM
Re: Permit ICMP in ACL
Yes i know that, but when i look how acl's are build in hp there is no option for denying or permitting icmp. However i have done this only for cisco routers so if somebody knows how to permit that traffic plz share the info :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2004 08:48 PM
тАО10-19-2004 08:48 PM
Re: Permit ICMP in ACL
I also think that the syntax should be something like:
permit icmp x.x.x.x x.x.x.x
Does anyone know if HP is planning to introduce this in a future firmware release?
/Marcus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2004 08:52 PM
тАО10-19-2004 08:52 PM
Re: Permit ICMP in ACL
I wouldn't count on it, but as a workaround take a look at the "IP ICMP ..." configure-mode command in the CLI. There's a couple of things to configure there, but I haven't really looked into it myself. Who knows, maybe you'll find something for your needs...?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-20-2004 11:05 PM
тАО10-20-2004 11:05 PM
Re: Permit ICMP in ACL
Does anyone know if HP is planning acl's with icmp support in future software releases?
/Marcus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-20-2004 11:31 PM
тАО10-20-2004 11:31 PM