SANGOMA

Wanpipe for WAN Appendix

  1. SNMP Support





SNMP Support
if you are having trouble finding the Wanpipe interface with net-snmp, a modification needs to be done to make snmp work with wanpipe interfaces:

In the snmp source directory,
in agent/mib/group/mibII/interfaces.c

Look for the line
nnew->if_type ==24 ? 10000000 :

this line is to monitor interfaces of type “Ethernet”, add an interface type for wanpipe:

nnew->if_type ==23? 10000000 :
so your interfaces.c file would have both:

nnew->if_type ==24 ? 10000000 :

nnew->if_type ==23 ? 10000000 :

There is a patched version for version 5.3 there: ftp://ftp.sangoma.com/linux/utilities/net-snmp-5.3.tgz



 


Comments

From Konrad - 9/28/07 9:32 AM

If during installation of SNMP your system cannot find the proper libraries but you can find the .so version of the library check out the following link from net-snmp.

http://net-snmp.sourceforge.net/docs/FAQ.html#The_compilation_is_complaining_about_missing_libraries__Why_ 

Site

Changes
Index
Search

 

User

 

Log In
Register

 
 

Last Modified 5/17/06 4:22 PM