This is a discussion on Re: Build with out ifMIB within the SNMP Users forums, part of the Networking and Network Related category; ------=_Part_8159_1616689.1193165972697 Content-Type: multipart/alternative; boundary="----=_Part_8160_26158648.1193165972697" ------=_Part_8160_26158648.1193165972697 Content-Type: text/plain; charset=utf-8 ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
------=_Part_8159_1616689.1193165972697
Content-Type: multipart/alternative; boundary="----=_Part_8160_26158648.1193165972697" ------=_Part_8160_26158648.1193165972697 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi. Attached is the details of the configure options I used and the results. Please let me know if you have any more questions. As removing ifTable from the main agent turned out to be difficult, we decided to modify the '/proc/net/dev' file and get things done. Thanks Aneeja ----- Original Message ----- From: "Thomas Anders" <thomas.anders@blue-cable.de> To: "Aneeja Abbas" <aneeja@vividlogic.com> Cc: "Wes Hardaker" <hardaker@users.sourceforge.net>, net-snmp-users@lists.sourceforge.net Sent: Friday, October 19, 2007 11:33:49 PM (GMT-0800) America/Los_Angeles Subject: Re: Build with out ifMIB Aneeja Abbas wrote: > Thanks a lot for the help. Doing 'make clean' after 'configure' solved > the linker error. > But, somehow the ifTable is not removed from the agent. May be because > of other dependent modules, it is not being removed from the build. Details? What configure options? What output do you get at then end of the configure run? +Thomas ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users ------=_Part_8160_26158648.1193165972697 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable <html><head><style type=3D'text/css'>body { font-family: 'Times New Roman';= font-size: 12pt; color: #000000}</style></head><body>Hi.<br><br>Attached i= s the details of the configure options I used and the results. Please let m= e know if you have any more questions. <br>As removing ifTable from the mai= n agent turned out to be difficult, we decided to modify the '/proc/net/dev= ' file and get things done. <br><br>Thanks<br>Aneeja<br><br>----- Original = Message -----<br>From: "Thomas Anders" <thomas.anders@blue-cable.de><= br>To: "Aneeja Abbas" <aneeja@vividlogic.com><br>Cc: "Wes Hardaker" &= lt;hardaker@users.sourceforge.net>, net-snmp-users@lists.sourceforge.net= <br>Sent: Friday, October 19, 2007 11:33:49 PM (GMT-0800) America/Los_Angel= es<br>Subject: Re: Build with out ifMIB<br><br>Aneeja Abbas wrote:<br>> = Thanks a lot for the help. Doing 'make clean' after 'configure' solved<br>&= gt; the linker error.<br>> But, somehow the ifTable is not removed from = the agent. May be because<br>> of other dependent modules, it is not bei= ng removed from the build.<br><br>Details? What configure options? What out= put do you get at then end of<br>the configure run?<br><br><br>+Thomas<br><= br>------------------------------------------------------------------------= -<br>This SF.net email is sponsored by: Splunk Inc.<br>Still grepping throu= gh log files to find problems? Stop.<br>Now Search log events and con= figuration files using AJAX and a browser.<br>Download your FREE copy of Sp= lunk now >> http://get.splunk.com/<br>_______________________________= ________________<br>Net-snmp-users mailing list<br>Net-snmp-users@lists.sou= rceforge.net<br>Please see the following page to unsubscribe or change othe= r options:<br>https://lists.sourceforge.net/lists/listinfo/net-snmp-users<b= r><br></body></html> ------=_Part_8160_26158648.1193165972697-- ------=_Part_8159_1616689.1193165972697 Content-Type: text/plain; name=ifTableRemovalAttempts.txt Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=ifTableRemovalAttempts.txt *****************Case 1 : CONFIGURE without ifTable************************** Configure Command : ../configure --with-out-mib-modules="mibII/ifTable" Configure output (summary alone) : --------------------------------------------------------- Net-SNMP configuration summary: --------------------------------------------------------- SNMP Versions Supported: 1 2c 3 Net-SNMP Version: 5.4.1 Building for: linux Network transport support: Callback Unix TCP UDP SNMPv3 Security Modules: usm *** MIB Module warning *** mib module 'mibII' requires module 'mibII/ifTable' but someone told me to compile without it *** MIB Module warning *** mib module 'mibII/ip' requires module 'mibII/ifTable' but someone told me to compile without it *** MIB Module warning *** mib module 'host/hr_network' requires module 'mibII/ifTable' but someone told me to compile without it Agent MIB code: default_modules => snmpv3mibs mibII ucd_snmp notification notification-log-mib target agent_mibs agentx disman/event disman/schedule utilities host Embedded Perl support: enabled SNMP Perl modules: building -- embeddable SNMP Python modules: disabled Authentication support: MD5 SHA1 Encryption support: DES AES --------------------------------------------------------- Result of snmpwalk : snmpwalk for ifTable displays ifTable *****************End : Case 1 : CONFIGURE without ifTable******************************** ************* Case 2 : CONFIGURE without ifTable, ip, hr_network*************************** Configure Command : ../configure --with-out-mib-modules="mibII/ifTable mibII/ip host/hr_network" Configure output (summary alone) : --------------------------------------------------------- Net-SNMP configuration summary: --------------------------------------------------------- SNMP Versions Supported: 1 2c 3 Net-SNMP Version: 5.4.1 Building for: linux Network transport support: Callback Unix TCP UDP SNMPv3 Security Modules: usm *** MIB Module warning *** mib module 'mibII' requires module 'mibII/ifTable' but someone told me to compile without it *** MIB Module warning *** mib module 'mibII' requires module 'mibII/ip' but someone told me to compile without it *** MIB Module warning *** mib module 'host' requires module 'host/hr_network' but someone told me to compile without it *** MIB Module warning *** mib module 'mibII/tcpTable' requires module 'mibII/ip' but someone told me to compile without it *** MIB Module warning *** mib module 'mibII/udpTable' requires module 'mibII/ip' but someone told me to compile without it Agent MIB code: default_modules => snmpv3mibs mibII ucd_snmp notification notification-log-mib target agent_mibs agentx disman/event disman/schedule utilities host Embedded Perl support: enabled SNMP Perl modules: building -- embeddable SNMP Python modules: disabled Authentication support: MD5 SHA1 Encryption support: DES AES --------------------------------------------------------- Result of snmpwalk : snmpwalk for ifTable displays ifTable ************* End : Case 2 : CONFIGURE without ifTable, ip, hr_network*************************** ************* Case 3 : CONFIGURE without mibII*************************** Configure Command : ../configure --with-out-mib-modules="mibII" Configure output (summary alone) : --------------------------------------------------------- Net-SNMP configuration summary: --------------------------------------------------------- SNMP Versions Supported: 1 2c 3 Net-SNMP Version: 5.4.1 Building for: linux Network transport support: Callback Unix TCP UDP SNMPv3 Security Modules: usm Agent MIB code: default_modules => snmpv3mibs ucd_snmp notification notification-log-mib target agent_mibs agentx disman/event disman/schedule utilities host Embedded Perl support: enabled SNMP Perl modules: building -- embeddable SNMP Python modules: disabled Authentication support: MD5 SHA1 Encryption support: DES AES --------------------------------------------------------- Result : Build errors: Got linker errors for the functions : vacm_standard_views, init_vacm_config_tokens, vacm_check_view ************* End : Case 3 : CONFIGURE without mibII*************************** ------=_Part_8159_1616689.1193165972697 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ ------=_Part_8159_1616689.1193165972697 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users ------=_Part_8159_1616689.1193165972697-- |
![]() |
| Thread Tools | |
| Display Modes | |
|
|