Hello!

I use SNMP package net-snmp-5.4.1.pre1 under FreeBSD-4.11-RELEASE-p26. 
That was an upgrade from net-snmp-5.4 package. Everything works OK except 
such "strange" thing as VLAN-interfaces discovered via SNMP:

router:/home/ntrs/_distr/net-snmp-5.4.1.pre1$ snmpwalk -v 1 -c public 
localhost interface | more
IF-MIB::ifNumber.0 = INTEGER: 15
IF-MIB::ifIndex.1 = INTEGER: 1
IF-MIB::ifIndex.2 = INTEGER: 2
IF-MIB::ifIndex.3 = INTEGER: 3
IF-MIB::ifIndex.4 = INTEGER: 4
IF-MIB::ifIndex.5 = INTEGER: 5
IF-MIB::ifIndex.6 = INTEGER: 6
IF-MIB::ifIndex.7 = INTEGER: 7
IF-MIB::ifIndex.8 = INTEGER: 8
IF-MIB::ifIndex.9 = INTEGER: 9
IF-MIB::ifIndex.10 = INTEGER: 10
IF-MIB::ifDescr.1 = STRING: em0
IF-MIB::ifDescr.2 = STRING: rl0
IF-MIB::ifDescr.3 = STRING: rl1
IF-MIB::ifDescr.4 = STRING: rl2
IF-MIB::ifDescr.5 = STRING: rl3
IF-MIB::ifDescr.6 = STRING: lp0
IF-MIB::ifDescr.7 = STRING: lo0
IF-MIB::ifDescr.8 = STRING: ppp0
IF-MIB::ifDescr.9 = STRING: sl0
IF-MIB::ifDescr.10 = STRING: faith0
IF-MIB::ifType.1 = INTEGER: ethernetCsmacd(6)
...

There are no any VLAN's shown but snmpwalk correctly get the total number 
if interfaces on my router: i have 15 interfaces from which 5 are
VLAN-interfaces (vlan0, vlan24, vlan317, vlan325 and vlan326).
Does anyone have some ideas how to fix this problem? It causes a 
problems with my Cricket monitoring system where i would like to see the 
traffic flowing through all of overmentioned interfaces.

.The package was configured with following options:
./configure --with-zlib=/usr/local/ --disable-embedded-perl 
--enable-internal-md5

.Configuration file snmpd.conf is:
com2sec local   localhost       public
com2sec router  192.168.169.170 public

group MyRWGroup v1      local
group MyROGroup v1      router

view all        included  .1    80

access MyROGroup ""      any       noauth    exact  all    none   none
access MyRWGroup ""      any       noauth    exact  all    all    none

syslocation Unknown
syscontact SOMEONE <[EMAIL PROTECTED]>

Thank you!

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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/listinfo/net-snmp-users

Reply via email to