Re: [tkined] Interface Protocol specific mib.

Matthew Levine (mlevine@cisco.com)
Thu, 30 Sep 1999 10:55:36 -0700

Hi Chandra,

Unfortunately, there isn't a single packet counter object for the input
or output. Instead, there are input and output counters for unicast
packets and non-unicast packets (broadcast/multicast). So adding the
two would give you a count of all packets. However, these counters
count all packets (not just IP). I'm not sure if there are IP specific
packet counters.

Input packets:

ifInUcastPkts + ifInNUcastPkts

Output packets:

ifOutUcastPkts + ifOutNUcastPkts

To find out the OIDs, you can use the 'mib oid' command in scotty:

$ scotty
% mib oid ifInUcastPkts
1.3.6.1.2.1.2.2.1.11
%

-- Matthew

"Chandra Sekhar . K" wrote:
>
> Hi,
>
> Can anybody tell me what are the OIDs we use for
> interface protocol specific information. To be clear, What is the
> OID I should use if I want to know "interface input Ip packets"
> or "Interface output IP packets " for an interface.
>
> Advance thanks for your reply.
>
> Chandra
> --
> !! This message is brought to you via the `tkined & scotty' mailing list.
> !! Please do not reply to this message to unsubscribe. To subscribe or
> !! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
> !! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.

-- 
---
------
Matthew Levine
Development Test (Consumer Line Of Business)
Cisco Systems, Santa Cruz	http://www.cisco.com/
mlevine@cisco.com	(831) 457 - 5431
--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.