You will have to add a debug into the discovery/snmp_interfaces.inc.php file to check why its not allowing them.
Also please post a full snmpwalk interfaces. Javier Martin H. Ludwig wrote: > Hello > > I have a problem with JFFNMS Version 0.8.2 on Linux. I have added our > firewall an have done a manual discovery. After a while I got a list of > the following physical interfaces: > > Physical Interfaces > Add/Edit Index Name Status Description IP Address Peer > Address > Input Bandwidth > 1 lo up > 127.0.0.1 127.0.0.2 10000000 > 2 imq0 up / down > > > 128000 > 3 imq1 up / down > > > 128000 > Edit > <http://10.1.2.114/jffnms/admin/adm/adm_interfaces.php?action=edit&interface_id=16> > 4 eth0 up > 212.23.138.50 212.23.138.49 10000000 > Edit > <http://10.1.2.114/jffnms/admin/adm/adm_interfaces.php?action=edit&interface_id=17> > 5 eth1 up > 10.1.2.1 10.1.2.2 100000000 > Edit > <http://10.1.2.114/jffnms/admin/adm/adm_interfaces.php?action=edit&interface_id=18> > 6 eth2 up > 212.23.138.57 212.23.138.58 10000000 > 7 eth3 down > > > 128000 > Edit > <http://10.1.2.114/jffnms/admin/adm/adm_interfaces.php?action=edit&interface_id=19> > 9 eth4 up > 10.4.2.1 10.4.2.2 100000000 > Edit > <http://10.1.2.114/jffnms/admin/adm/adm_interfaces.php?action=edit&interface_id=20> > 17 eth4.10 up > 10.4.10.1 10.4.10.2 10000000 > Edit > <http://10.1.2.114/jffnms/admin/adm/adm_interfaces.php?action=edit&interface_id=21> > 18 eth4.11 up > 10.4.11.1 10.4.11.2 10000000 > Edit > <http://10.1.2.114/jffnms/admin/adm/adm_interfaces.php?action=edit&interface_id=22> > 19 eth4.12 up > 10.4.12.1 10.4.12.2 10000000 > 20 tun0 up / down > > > 128000 > > > As you can see, interfaces 10 to 16 are missing! If I do a snmpwalk -Os > -c public -v 1 10.1.2.1 I got a list of all interfaces: > > ifNumber.0 = INTEGER: 20 > ifIndex.1 = INTEGER: 1 > ifIndex.2 = INTEGER: 2 > ifIndex.3 = INTEGER: 3 > ifIndex.4 = INTEGER: 4 > ifIndex.5 = INTEGER: 5 > ifIndex.6 = INTEGER: 6 > ifIndex.7 = INTEGER: 7 > ifIndex.8 = INTEGER: 8 > ifIndex.9 = INTEGER: 9 > ifIndex.10 = INTEGER: 10 > ifIndex.11 = INTEGER: 11 > ifIndex.12 = INTEGER: 12 > ifIndex.13 = INTEGER: 13 > ifIndex.14 = INTEGER: 14 > ifIndex.15 = INTEGER: 15 > ifIndex.16 = INTEGER: 16 > ifIndex.17 = INTEGER: 17 > ifIndex.18 = INTEGER: 18 > ifIndex.19 = INTEGER: 19 > ifIndex.20 = INTEGER: 20 > ifDescr.1 = STRING: lo > ifDescr.2 = STRING: imq0 > ifDescr.3 = STRING: imq1 > ifDescr.4 = STRING: eth0 > ifDescr.5 = STRING: eth1 > ifDescr.6 = STRING: eth2 > ifDescr.7 = STRING: eth3 > ifDescr.8 = STRING: eth4 > ifDescr.9 = STRING: eth4.2 > ifDescr.10 = STRING: eth4.3 > ifDescr.11 = STRING: eth4.4 > ifDescr.12 = STRING: eth4.5 > ifDescr.13 = STRING: eth4.6 > ifDescr.14 = STRING: eth4.7 > ifDescr.15 = STRING: eth4.8 > ifDescr.16 = STRING: eth4.9 > ifDescr.17 = STRING: eth4.10 > ifDescr.18 = STRING: eth4.11 > ifDescr.19 = STRING: eth4.12 > ifDescr.20 = STRING: tun0 > ifType.1 = INTEGER: softwareLoopback(24) > ifType.2 = INTEGER: other(1) > ifType.3 = INTEGER: other(1) > ifType.4 = INTEGER: ethernetCsmacd(6) > ifType.5 = INTEGER: ethernetCsmacd(6) > ifType.6 = INTEGER: ethernetCsmacd(6) > ifType.7 = INTEGER: ethernetCsmacd(6) > ifType.8 = INTEGER: ethernetCsmacd(6) > ifType.9 = INTEGER: ethernetCsmacd(6) > ifType.10 = INTEGER: ethernetCsmacd(6) > ifType.11 = INTEGER: ethernetCsmacd(6) > ifType.12 = INTEGER: ethernetCsmacd(6) > ifType.13 = INTEGER: ethernetCsmacd(6) > ifType.14 = INTEGER: ethernetCsmacd(6) > ifType.15 = INTEGER: ethernetCsmacd(6) > ifType.16 = INTEGER: ethernetCsmacd(6) > ifType.17 = INTEGER: ethernetCsmacd(6) > ifType.18 = INTEGER: ethernetCsmacd(6) > ifType.19 = INTEGER: ethernetCsmacd(6) > ifType.20 = INTEGER: other(1) > ifMtu.1 = INTEGER: 16436 > ifMtu.2 = INTEGER: 1500 > ifMtu.3 = INTEGER: 1500 > ifMtu.4 = INTEGER: 1500 > ifMtu.5 = INTEGER: 1500 > ifMtu.6 = INTEGER: 1500 > ifMtu.7 = INTEGER: 1500 > ifMtu.8 = INTEGER: 1500 > ifMtu.9 = INTEGER: 1500 > ifMtu.10 = INTEGER: 1500 > ifMtu.11 = INTEGER: 1500 > ifMtu.12 = INTEGER: 1500 > ifMtu.13 = INTEGER: 1500 > ifMtu.14 = INTEGER: 1500 > ifMtu.15 = INTEGER: 1500 > ifMtu.16 = INTEGER: 1500 > ifMtu.17 = INTEGER: 1500 > ifMtu.18 = INTEGER: 1500 > ifMtu.19 = INTEGER: 1500 > ifMtu.20 = INTEGER: 1500 > ifSpeed.1 = Gauge32: 10000000 > ifSpeed.2 = Gauge32: 0 > ifSpeed.3 = Gauge32: 0 > ifSpeed.4 = Gauge32: 10000000 > ifSpeed.5 = Gauge32: 100000000 > ifSpeed.6 = Gauge32: 10000000 > ifSpeed.7 = Gauge32: 0 > ifSpeed.8 = Gauge32: 100000000 > ifSpeed.9 = Gauge32: 10000000 > ifSpeed.10 = Gauge32: 10000000 > ifSpeed.11 = Gauge32: 10000000 > ifSpeed.12 = Gauge32: 10000000 > ifSpeed.13 = Gauge32: 10000000 > ifSpeed.14 = Gauge32: 10000000 > ifSpeed.15 = Gauge32: 10000000 > ifSpeed.16 = Gauge32: 10000000 > ifSpeed.17 = Gauge32: 10000000 > ifSpeed.18 = Gauge32: 10000000 > ifSpeed.19 = Gauge32: 10000000 > ifSpeed.20 = Gauge32: 0 > ifPhysAddress.1 = STRING: > ifPhysAddress.2 = STRING: > ifPhysAddress.3 = STRING: > ifPhysAddress.4 = STRING: 0:80:29:65:f4:11 > ifPhysAddress.5 = STRING: 0:a0:c9:9d:7c:ac > ifPhysAddress.6 = STRING: 0:40:f4:1e:ca:73 > ifPhysAddress.7 = STRING: 0:e0:29:39:bc:a2 > ifPhysAddress.8 = STRING: 0:b:6a:77:d5:6c > ifPhysAddress.9 = STRING: 0:b:6a:77:d5:6c > ifPhysAddress.10 = STRING: 0:b:6a:77:d5:6c > ifPhysAddress.11 = STRING: 0:b:6a:77:d5:6c > ifPhysAddress.12 = STRING: 0:b:6a:77:d5:6c > ifPhysAddress.13 = STRING: 0:b:6a:77:d5:6c > ifPhysAddress.14 = STRING: 0:b:6a:77:d5:6c > ifPhysAddress.15 = STRING: 0:b:6a:77:d5:6c > ifPhysAddress.16 = STRING: 0:b:6a:77:d5:6c > ifPhysAddress.17 = STRING: 0:b:6a:77:d5:6c > ifPhysAddress.18 = STRING: 0:b:6a:77:d5:6c > ifPhysAddress.19 = STRING: 0:b:6a:77:d5:6c > ifPhysAddress.20 = STRING: > ifAdminStatus.1 = INTEGER: up(1) > ifAdminStatus.2 = INTEGER: up(1) > > ..... > > > Do you have any idea where the interfaces have gone? The problem is that > I need so many interfaces because of the number of vlans connected to > the host. > > Thank you for your help > > Martin > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > ------------------------------------------------------------------------ > > _______________________________________________ > jffnms-users mailing list > jffnms-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jffnms-users -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Javier Szyszlican, Project Leader, JFFNMS [EMAIL PROTECTED] I hope JFFNMS or I were helpful to you, if you can, please donate at http://jffnms.org/donate ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ jffnms-users mailing list jffnms-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jffnms-users