Looking at doing some poor mans accounting. After setting up an access-list such as:
ip access-list extended test
permit udp any host 192.168.1.50 eq domain
perimt udp any host 192.168.1.51 eq domain
permit ip any any
These lists would produce counts associated with the traffic that matches the list. As long as you don't mind the overhead, you get accurate traffic numbers. I was wondering if any one know how to retreive this information via SNMP. For use with a program like MRTG or CACTI. IF any one can point me in the right direction I would greatly appreciate it.
Thanks,
Kevin Hutton