Here's an excerpt from the RFC 1213 MIB with the descriptions for
ifOutUcastPkts and ifOutNUcastPkts... The same descriptions work for
ifInUcastPkts and ifInNUcastPkts as well. Your assumption that the total
packets out is thesum of ifOutUcastPkts and ifOutNUcastPkts is correct.


ifOutUcastPkts OBJECT-TYPE
    SYNTAX  Counter
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
            "The total number of packets that higher-level
            protocols requested be transmitted to a
            subnetwork-unicast address, including those that
            were discarded or not sent."
    ::= { ifEntry 17 }

ifOutNUcastPkts OBJECT-TYPE
    SYNTAX  Counter
    ACCESS  read-only
    STATUS  mandatory
    DESCRIPTION
            "The total number of packets that higher-level
            protocols requested be transmitted to a non-
            unicast (i.e., a subnetwork-broadcast or
            subnetwork-multicast) address, including those
            that were discarded or not sent."
    ::= { ifEntry 18 }


HTH,
        Karen

*********** REPLY SEPARATOR  ***********

On 6/13/2001 at 1:25 PM Vlade wrote:

>I am working on script to keep track of line errors and total packet
>throughput using SNMP. All I need to get is the input, output errors and
>total packets in and out. The cisco documentation isn't clear enough.
>http://www.cisco.com/warp/public/477/SNMP/5.html
>Does anyone know what variables I should query using snmpget for total
>packets? What is the difference between
>"interfaces.ifTable.ifEntry.ifOutUcastPkts"  and
>"interfaces.ifTable.ifEntry.ifOutNUcastPkts" ? I am assuming that total
>packets out is the sum of the 2. I'm not 100% sure if one is the subset of
>the other.  Thanks.
>
>vlade




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=9940&t=8369
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to