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

an ACL question

vityash
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

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

View solution in original post

1 Reply 1

Jon Marshall
Hall of Fame
Hall of Fame

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