12-05-2007 12:27 PM - edited 03-03-2019 07:48 PM
How would you select traffic that doesn't meet a particular requirment?
smth like: access-list 111 permit ip NOT 192.168.0.0 0.0.0.255 any log.
the reason is that I want to monitor spuffing and don't have ip verify-source-addr on my cisco851
Solved! Go to Solution.
12-05-2007 12:37 PM
Hi
access-list 111 deny ip 192.168.0.0 0.0.0.255 any
access-list 111 permit ip any any log
HTH
Jon
12-05-2007 12:37 PM
Hi
access-list 111 deny ip 192.168.0.0 0.0.0.255 any
access-list 111 permit ip any any log
HTH
Jon
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