Skip to Content.
Sympa Menu

perfsonar-dev - Re: [pS-dev] Number of packets on the interface

Subject: perfsonar development work

List archive

Re: [pS-dev] Number of packets on the interface


Chronological Thread 
  • From: Fausto Vetter <>
  • To: Nicolas Simar <>
  • Cc: Giovanni Cesaroni <>, Roman Lapacz <>, "" <>
  • Subject: Re: [pS-dev] Number of packets on the interface
  • Date: Tue, 29 Apr 2008 14:04:09 +0100

Hi,

Packet counters are measured using standard MIBs. There are interface counters for unicast and non unicast packets. SNMP variables for that are:

ifInNUcastPkts : .1.3.6.1.2.1.2.2.1.12
ifOutNUcastPkts : .1.3.6.1.2.1.2.2.1.18
(Non-unicast packets)

ifInUcastPkts : .1.3.6.1.2.1.2.2.1.11
ifOutUcastPkts : .1.3.6.1.2.1.2.2.1.17
(Unicast packets)

These are the standard SNMP variables for these counters.

My suggestion for the eventTypes for perfSONAR would be:

http://ggf.org/ns/nmwg/characteristic/packets/nonunicast/2.0/
http://ggf.org/ns/nmwg/characteristic/packets/unicast/2.0/

Cheers,
Fausto

Nicolas Simar wrote:
Hi Giovanni,

during the GN2 workshop in Rome, there was mention that the packet errors and drops on pSUI should be expressed as a percentage of the total number of packet seen entering and outgoing on an interface.

Can you please suggest a name to be added to the schema to describe the number of packets in-coming and out-going on an interface?

What are the OID for such counters?

Can they be found on Cisco's and Juniper's?

Thanks a lot in advance.




Archive powered by MHonArc 2.6.16.

Top of Page