nv-l

RE: Netview PDU Packing Question

2001-09-19 11:47:32
Subject: RE: Netview PDU Packing Question
From: "Oliver Bruchhaeuser" <oliver.bruchhaeuser AT de.ibm DOT com>
To: nv-l AT lists.tivoli DOT com
Date: Wed, 19 Sep 2001 17:47:32 +0200
Hi,

there is an option for snmpCollect:

  -m MaxMibPerPdu
       Collects values for the maximum number of MIB variables that can be
       requested for a PDU. To find out the default value, issue the
command
       snmpCollect ?.

Take a look at "man snmpCollect"

Kind regards
Oliver Bruchhaeuser



                                                                                
                                         
                    "Allison,                                                   
                                         
                    Jason                To:     "'IBM NetView Discussion'" 
<nv-l AT tkg DOT com>                               
                    (JALLISON)"          cc:                                    
                                         
                    <JALLISON@arin       Subject:     RE: [NV-L] Netview PDU 
Packing Question                            
                    c.com>                                                      
                                         
                    Sent by:                                                    
                                         
                    owner-nv-l@tkg                                              
                                         
                    .com                                                        
                                         
                                                                                
                                         
                                                                                
                                         
                    19.09.2001                                                  
                                         
                    16:53                                                       
                                         
                    Please respond                                              
                                         
                    to IBM NetView                                              
                                         
                    Discussion                                                  
                                         
                                                                                
                                         
                                                                                
                                         




FWIW, my response is from an application program perspective.

How are you looking to perform this request?  With respect to the PDU as
declred in OVsnmpApi.h:
#define PDU_SIZE        (sizeof (OVsnmpPdu))

The PDU structure is only bounded by your memory contraints.  You could
declare a PDU with as many oids as you desire using 'OVsnmpVarBind
*variables'.

When you talk about 1500 bytes are you referring to ethernet packet size?
At the application layer multiple packets should have been re-assembled to
give you your entire request.



Hope this helps,

Jason Allison
Network Engineer
ARINC Corporation
Annapolis, MD

-----Original Message-----
From: Paul Maine Jr. [mailto:paulm AT msicc DOT com]
Sent: Wednesday, September 19, 2001 10:37 AM
To: Netview List (E-mail)
Subject: [NV-L] Netview PDU Packing Question


My question relates to the efficiency of how Netview performs SNMP
GetRequests during collection. I am aware that most SNMP agents today
support a maximum Protocol Data Unit (PDU) of 1500 bytes. Does Netview
support a PDU size of 1500 bytes?

If I enable Netview to collect 10 different MIB objects, will the SNMP
GetRequest include all 10 of the MIB objects in a single PDU or will
Netview
use 10 separate requests to obtain the information?

Thank You
Paul
_________________________________________________________________________
NV-L List information and Archives: http://www.tkg.com/nv-l
_________________________________________________________________________
NV-L List information and Archives: http://www.tkg.com/nv-l


<Prev in Thread] Current Thread [Next in Thread>