How do I configure an access list to allow only one IP through ingress port?

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-04-2015 10:32 AM
entry iprule1 {if {
source-address 10.1.2.246/32 ;
}
then {
permit ;
}
else {
deny ;
}
}
I am getting error:
Error: ACL install operation failed - conflicting actions
And where is "Extreme Networks Policy Manager" cant find it on extremenewtworks.com.
source-address 10.1.2.246/32 ;
}
then {
permit ;
}
else {
deny ;
}
}
I am getting error:
Error: ACL install operation failed - conflicting actions
And where is "Extreme Networks Policy Manager" cant find it on extremenewtworks.com.
12 REPLIES 12
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-04-2015 10:35 AM
Also, don't forget to permit the case where the destination IP is that of the host.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-04-2015 10:35 AM
Hi Ashish,
Does the host have an ARP entry for the default gateway? I suspect that this ACL is blocking ARP, since there is no IP header in an ARP packet. You could either switch to matching on the MAC address of the host, or add another entry to the ACL to permit ARP.
-Brandon
Does the host have an ARP entry for the default gateway? I suspect that this ACL is blocking ARP, since there is no IP header in an ARP packet. You could either switch to matching on the MAC address of the host, or add another entry to the ACL to permit ARP.
-Brandon

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-04-2015 10:35 AM
ExtremeXOS version 15.2.2.7
Summit X250e-24p
Summit X250e-24p
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-04-2015 10:35 AM
What switch and what version of EXOS do you have?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-04-2015 10:35 AM
I have applied the policy on ingress port.
