cancel
Showing results for 
Search instead for 
Did you mean: 

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

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

Anonymous
Not applicable
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.

12 REPLIES 12

Anonymous
Not applicable
sorry again but this has blocked all services from the host 10.1.2.246. It cannot access internet or ping default gateway either. Please advice!! 

Sorry, forgot 1 line:

entry iprule1 {
if {
source-address 10.1.2.246/32 ;
} then {
permit;
}
}
# deny everyone else
entry iprule2 {
if {
} then {
deny;
}
}

Anonymous
Not applicable
Hi I tried this also earlier but I get the following error:

Error: Policy ip has syntax errors
Line 8 : Did not get expected keyword "else","if" is not valid
Configuration faiError: Policy ip has syntax errorsLine 8 : Did not get expected keyword "else","if" is not valid
Configuration failed on backup Node, command execution aborted!
led on backup Node, command execution aborted!
GTM-P2G8KFN