05-22-2003 07:31 AM - edited 03-02-2019 07:34 AM
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
05-22-2003 07:50 AM
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
05-23-2003 09:40 AM
..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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide