[c-nsp] logging traffic

Lincoln Dale (ltd) ltd at cisco.com
Thu Aug 30 04:41:58 EDT 2007


> I need to log traffic going trougth cisco 3825 router to syslog server.
> Not all traffic data, i only need to log new connections.
> How can i do this?

there's a few ways you could accomplish this, but I'd recommend option (1):

1. NetFlow export

2. IP accounting

3. an ACL with 'log', something like:
	access-list 101 permit tcp any any established
	access-list 101 permit tcp any any log
	access-list 101 permit ip any any


cheers,

lincoln.


More information about the cisco-nsp mailing list