Re: Build with out ifMIB

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 ...


Go Back   Usenet Forums > Networking and Network Related > SNMP Users

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-23-2007
Aneeja Abbas
 
Posts: n/a
Default Re: Build with out ifMIB

------=_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" &lt;thomas.anders@blue-cable.de&gt;<=
br>To: "Aneeja Abbas" &lt;aneeja@vividlogic.com&gt;<br>Cc: "Wes Hardaker" &=
lt;hardaker@users.sourceforge.net&gt;, 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>&gt; =
Thanks a lot for the help. Doing 'make clean' after 'configure' solved<br>&=
gt; the linker error.<br>&gt; But, somehow the ifTable is not removed from =
the agent. May be because<br>&gt; 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? &nbsp;Stop.<br>Now Search log events and con=
figuration files using AJAX and a browser.<br>Download your FREE copy of Sp=
lunk now &gt;&gt; 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--


Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 12:13 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0