cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
859
Views
0
Helpful
1
Replies

ACL on SVI

ScottDawson2051
Level 1
Level 1

Hi  - We have a requirement to block icmp on an SVI  - I have tried this on our live kit and it did not work. so looking for some guidance and alternative options.

 

We tried

ip access-list extended 110

5 deny icmp any any echo log

10 deny icmp any any echo-reply log

15 deny icmp any any redirect log

20 permit ip any any log

 

interface vlan 250

ip address 10.10.10.10 255.255.255.0

ip access-group 110 in

ip access-group 100 out

 

We could still ping 10.10.10.10 from any host.

 

Regards

 

 

1 Reply 1

balaji.bandi
Hall of Fame
Hall of Fame
access-list 110 deny icmp any any log
access-list 110 permit ip any any log

 

 

nterface vlan 250

ip address 10.10.10.10 255.255.255.0

ip access-group 110 in   <<-- this is depends on direction where the ping coming from ?

 

 

 

ip access-group 100 out   <<- i do not see any ACL 100 ?

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help