cancel
Showing results for 
Search instead for 
Did you mean: 

HI Friends need to allow 192.168.27.55 acl policey

HI Friends need to allow 192.168.27.55 acl policey

Mohammed_Jashee
New Contributor III
This policy we need to allow IP:192.168.27.55 only.kindly Help as

Policy: test
entry Deny_53 {
if match all {
source-address 192.168.53.0/24 ;
destination-address 192.168.26.0/24 ;
}
then {
deny ;
count Deny_53 ;
}
}
entry Deny_27 {
if match all {
source-address 192.168.27.0/24 ;
destination-address 192.168.26.0/24 ;
}
then {
deny ;
count Deny_27 ;
}
}
entry Deny_51 {
if match all {
source-address 192.168.51.0/24 ;
destination-address 192.168.26.0/24 ;
}
then {
deny ;
count Deny_51 ;
}
}
entry Permit {
if match all {
source-address 0.0.0.0/0 ;
}
then {
permit ;
}
}
Number of clients bound to policy: 1
Client: acl bound once
0 REPLIES 0
GTM-P2G8KFN