John Neiberger wrote:
> 
> Hmmm....  I wonder if IP accounting info is available through a MIB? I'll

Yes, it is. Here is what you need:

1) Read  actCheckPoint.0
2) Then, set actCheckPoint to the same value that you have read.
   Now, db is checkpointed.
3) Read (in loop) LipCkAccountEntry, which is defined in
   OLD-CISCO-IP MIB as:

   LipCkAccountEntry ::= SEQUENCE
   {
       ckactSrc       IpAddress,
       ckactDst       IpAddress,
       ckactPkts      INTEGER,
       ckactBytes     INTEGER,
       ckactViolation INTEGER
   }


Hope this helps.

Sasha, CCNP

___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to