ip filter
Posted: 31 May 2016 13:46
Hi Everyone,
I see below config in 7750
echo "Filter Configuration"
#--------------------------------------------------
filter
ip-filter 1 create
description "Wifi Management"
scope exclusive
entry 10 create
match
src-ip 10.56.120.0/24
exit
action forward
exit
entry 20 create
match
src-ip 10.70.56.38/32
exit
action forward
exit
entry 30 create
match
src-ip 10.24.16.149/32
exit
action forward
exit
exit
ip-filter 2 create
description "Ingress Wifi Management"
scope exclusive
entry 10 create
match
src-ip 192.168.150.20/32
exit
action forward
exit
entry 20 create
match
src-ip 192.168.150.21/32
exit
action forward
exit
exit
exit
exit
Does this mean that when any traffic comes from the below sources it will allow it or it will just allow echo traffic only?
Regards
Mike
I see below config in 7750
echo "Filter Configuration"
#--------------------------------------------------
filter
ip-filter 1 create
description "Wifi Management"
scope exclusive
entry 10 create
match
src-ip 10.56.120.0/24
exit
action forward
exit
entry 20 create
match
src-ip 10.70.56.38/32
exit
action forward
exit
entry 30 create
match
src-ip 10.24.16.149/32
exit
action forward
exit
exit
ip-filter 2 create
description "Ingress Wifi Management"
scope exclusive
entry 10 create
match
src-ip 192.168.150.20/32
exit
action forward
exit
entry 20 create
match
src-ip 192.168.150.21/32
exit
action forward
exit
exit
exit
exit
Does this mean that when any traffic comes from the below sources it will allow it or it will just allow echo traffic only?
Regards
Mike