cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
796
Views
0
Helpful
2
Replies

Access list not working

tonynsx
Level 1
Level 1

I'm trying to block a router from being to access 172.16.192.1, but after doing an access list, and saving config, I can still ping 172.16.192.1.  What am I not doing correctly?  This is from Packet Tracer.  This command is on the 192.168.1.1 router.

 

 

access-list 1 deny host 172.16.192.1

access-list 1 permit any

 

Router#ping 172.16.192.1

 

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 172.16.192.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms

 

 

Capture.JPG

1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

Have you applied the ACL 1 to interface, post the full configuration to have a look.

BB

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

How to Ask The Cisco Community for Help

View solution in original post

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

Have you applied the ACL 1 to interface, post the full configuration to have a look.

BB

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

How to Ask The Cisco Community for Help

I forgot to do that, thanks. It's working now.