ifTable = 1.3.6.1.2.1.2.2
Contains a number of OIDs you want to look at)

ifNumber = 1.3.6.1.2.1.2.1
The number of interfaces/ports on the device - careful with this one, it
includes the virtual interfaces as well as the physical ones

Under ifTable (part of the standard RFC 1213 MIB - you probably already
have it compiled) are a number of values that can be gathered per
port/interface. You need to walk through them and determine which instances
of each OID you want monitored. Getif is a good program for this or you can
use a regular SNMP package like Castlerock's SNMPc.

# = number of the instance you want monitored. This generally conforms to
the ifIndex value of the port/interface.
ifIndex = 1.3.6.1.2.1.2.2.1.1.#
ifDescr = 1.3.6.1.2.1.2.2.1.2.#
ifType = 1.3.6.1.2.1.2.2.1.3.#
ifMtu = 1.3.6.1.2.1.2.2.1.4.#
ifSpeed = 1.3.6.1.2.1.2.2.1.5.#
ifPhysAddress = 1.3.6.1.2.1.2.2.1.6.#
ifAdminStatus = 1.3.6.1.2.1.2.2.1.7.#
ifOperStatus = 1.3.6.1.2.1.2.2.1.8.#
ifLastChange = 1.3.6.1.2.1.2.2.1.9.#
ifInOctets = 1.3.6.1.2.1.2.2.1.10.#
ifInUcastPkts = 1.3.6.1.2.1.2.2.1.11.#
ifInNUcastPkts = 1.3.6.1.2.1.2.2.1.12.#
ifInDiscards = 1.3.6.1.2.1.2.2.1.13.#
ifInErrors = 1.3.6.1.2.1.2.2.1.14.#
ifInUnknownProtos = 1.3.6.1.2.1.2.2.1.15.#
ifOutOctets = 1.3.6.1.2.1.2.2.1.16.#
ifOutUcastPkts = 1.3.6.1.2.1.2.2.1.17.#
ifOutNUcastPkts = 1.3.6.1.2.1.2.2.1.18.#
ifOutDiscards = 1.3.6.1.2.1.2.2.1.19.#
ifOutErrors = 1.3.6.1.2.1.2.2.1.20.#
ifOutQLen = 1.3.6.1.2.1.2.2.1.21.#



Karen E Young
Network Engineer
ELF Technologies, Inc
[EMAIL PROTECTED]




                                                                                       
                                 
                    Piatnitchi Cristian                                                
                                 
                    <[EMAIL PROTECTED]        To:     "'[EMAIL PROTECTED]'" 
<[EMAIL PROTECTED]>               
                    UKoil.com>                    cc:                                  
                                 
                    Sent by:                      Subject:     Nobody able to help me 
?                                 
                    [EMAIL PROTECTED]                                              
                                 
                                                                                       
                                 
                                                                                       
                                 
                    09/06/2000 08:31 AM                                                
                                 
                    Please respond to                                                  
                                 
                    Piatnitchi Cristian                                                
                                 
                                                                                       
                                 
                                                                                       
                                 



Hi all

I have to monitor the traffic for 3 ports configured to work in trunking
Is there any possibility to monitor these values trough the SNMP ?
Does anybody know the OID and the mib that should I compile for that ?

Thanks in advance
Cristian Piatnitchi

___________________________________
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]




___________________________________
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