- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- Can we restrict ICMP from VLANs?
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
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
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
11-13-2015 03:23 PM
11-13-2015 03:23 PM
Can we restrict ICMP from VLANs?
We have two VLANs for example VLAN1 and VLAN2 configured on a5500 switch. We wont permit ICMP packets from VLAN1 to VLAN2, but deny ICMP packets from VLAN2 to VLAN1. Can this be done using ACL?
Example:
VLAN1 : 10.210.1.0/24
VLAN2: 10.210.2.0/24
acl rule 3001
rule permit ICMP source 10.210.1.0 0.0.0.255 destination 10.210.2.0 0.0.0.255
rule deny ICMP source 10.210.2.0 0.0.0.255 destination 10.210.1.0 0.0.0.255
rule permit ip source any
quit
int VLAN 1
packet-filter 3011 outbound
where i am wrong?
Thanks in advance. Anton.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2015 01:35 PM
11-17-2015 01:35 PM
Re: Can we restrict ICMP from VLANs?
Try rule deny ICMP source 10.210.2.0 0.0.0.255 destination 10.210.1.0 0.0.0.255 inbound on VLAN2