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

ACL

gbiettler
Level 1
Level 1

I need a ACL that blocks a set of IP numbers (10.1.30.240-254) from going to one IP number (10.1.3.13). The IOS I'm using is 12.1and the main router I need to put this on is 6509 MSFC

Thanks

Greg

2 Replies 2

deilert
Level 6
Level 6

access-list 101 deny ip 10.1.30.240 0.0.0.15 10.1.3.13 0.0.0.0

permit ip any any

forbesl
Level 1
Level 1

..or...

access-list 101 deny ip 10.1.30.240 0.0.0.15 host 10.1.3.13

access-list 101 permit ip any any