I have set up MRTG with Thomson Speedtouch 585i router so:
Windows XP:
perl mrtg - print error with no Math.library or not the same version as expected
solution: missing path c:\perl\lib
setting system variable PERL5LIB: right click on Computer/Properties/specify/environment
or [Control Panel]->[System]->[Environment]
than add to BEGIN of system variable PERL5LIB path to your perl libraries e.g. c:\perl\lib; ...
than turn on SNMP service on your router e.g. Thomson Speedtouch 585i as follows:
Start/run/cmd
cmd>telnet 192.168.1.254
(router>service system list (check if SNMP_AGENT disabled - if enabled skip next step) )
router>service system modify name SNMP_AGENT state enabled (use TAB key to complete command or show alternatives)
set your password to SNMP access as follows (this is called as community name):
(router>snmp community list (show if password set) )
router>snmp community add securityname ROCommunity communityname PASSWORD (RO=read only or RWCommunity for Read/Write access)
add new snmp interface:
( router>snmp iflist (show interfaces) )
router>snmp ifadd intf NAME dest Internet (NAME=anything and destination is your Internet interface probably Internet - check with
router>interface list )
than create mrtg.cfg:
cmd mrtg/bin directory>perl cfgmaker PASSWORD@192.168.1.254 --global "WorkDir: PATH" --output mrtg.cfg
where PASSWORD is your community name for snmp access to you router and PATH is directory to save your future html pages e.g. c:\www\mrtg
edit mrtg.cfg:
uncomment interface with your public IP address - by me it is interface 102 (and set MaxBytes[192.168.1.254_102]: 125000000 to 125000000)
test 3x with minute distance if it generates graphs:
cmd mrtg/bin directory>perl mrtg mrtg.cfg
and than if you wish create as system service or command wperl running in background according to guide http://oss.oetiker.ch/mrtg/doc/mrtg-nt-guide.en.html
*********************************
But now I dont know how to get also these graphs with cacti.
this is my mrtg.cfg
# Created by
# cfgmaker vw@192.168.1.254 --global "WorkDir: d:\htdocs\mrtg" --output mrtg.cfg
### Global Config Options
# for UNIX
# WorkDir: /home/http/mrtg
# or for NT
# WorkDir: c:\mrtgdata
### Global Defaults
# to get bits instead of bytes and graphs growing to the right
# Options[_]: growright, bits
EnableIPv6: no
######################################################################
# System: SpeedTouch 585
# Description: SpeedTouch 585
# Contact: Service Provider
# Location: Customer Premises
######################################################################
### Interface 102 >> Descr: '' | Name: '' | Ip: '85.178.30.154' | Eth: '' ###
### The following interface is commented out because:
### * has a speed of which makes no sense
#
Target[192.168.1.254_102]: 102:vw@192.168.1.254:
SetEnv[192.168.1.254_102]: MRTG_INT_IP="85.178.30.154" MRTG_INT_DESCR=""
MaxBytes[192.168.1.254_102]: 125000000
Title[192.168.1.254_102]: Traffic Analysis for 102 -- SpeedTouch 585
PageTop[192.168.1.254_102]: <h1>Traffic Analysis for 102 -- SpeedTouch 585</h1>
<div id="sysdetails">
<table>
<tr>
<td>System:</td>
<td>SpeedTouch 585 in Customer Premises</td>
</tr>
<tr>
<td>Maintainer:</td>
<td>Service Provider</td>
</tr>
<tr>
<td>Description:</td>
<td> </td>
</tr>
<tr>
<td>ifType:</td>
<td> ()</td>
</tr>
<tr>
<td>ifName:</td>
<td></td>
</tr>
<tr>
<td>Max Speed:</td>
<td>0.0 Bytes/s</td>
</tr>
<tr>
<td>Ip:</td>
<td>85.178.30.154 (speedtouch.lan)</td>
</tr>
</table>
</div>
WorkDir: d:\htdocs\mrtg
RunAsDaemon: yes
cacti works - what next - how to show traffic statisctic?
Moderators: Developers, Moderators
This isn't a MRTG forum.
1) read http://forums.cacti.net/viewtopic.php?t=11747
2) try http://forums.cacti.net/viewtopic.php?t=14946
3) read http://docs.cacti.net/node/2
1) read http://forums.cacti.net/viewtopic.php?t=11747
2) try http://forums.cacti.net/viewtopic.php?t=14946
3) read http://docs.cacti.net/node/2
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
I see no interfaces
ok - I have set on router snmp read-only community
I add device and see correct information from router about name, uptime etc.
But on Create graph screen, I cant see no interfaces in Data Query [SNMP - Interface Statistics]. Should I create snmp interfaces in router, too? And with what community - same RO and same string (password)? I have done it, but I cant still see this interface. This is debug from data query snmp int. stat.:
Data Query Debug Information
+ Running data query [1].
+ Found type = '3' [snmp query].
+ Found data query XML file at 'D:/HTDOCS/cacti/resource/snmp_queries/interface.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.2.1.2.2.1.1'
+ No SNMP data returned
+ Found data query XML file at 'D:/HTDOCS/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at 'D:/HTDOCS/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at 'D:/HTDOCS/cacti/resource/snmp_queries/interface.xml'
with mrtg I get 3 interfaces 101,102 and 103 (for different IP addresses)
this is what I get with snmpwalk (net-snmp)
cmd>snmpwalk -c vw -v 1 speedtouch.lan interface
IF-MIB::ifNumber.0 = INTEGER: 17
but without interface on end:
cmd>snmpwalk -c vw -v 1 speedtouch.lan
SNMPv2-MIB::sysDescr.0 = STRING: SpeedTouch 585
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.2863.405.1
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (52693165) 6 days, 2:22:11.65
SNMPv2-MIB::sysContact.0 = STRING: Service Provider
SNMPv2-MIB::sysName.0 = STRING: SpeedTouch 585
SNMPv2-MIB::sysLocation.0 = STRING: Customer Premises
SNMPv2-MIB::sysServices.0 = INTEGER: 72
IF-MIB::ifNumber.0 = INTEGER: 17
IP-MIB::ipForwarding.0 = INTEGER: forwarding(1)
IP-MIB::ipDefaultTTL.0 = INTEGER: 64
IP-MIB::ipInReceives.0 = Counter32: 83429521
IP-MIB::ipInHdrErrors.0 = Counter32: 1
IP-MIB::ipInAddrErrors.0 = Counter32: 1132600
IP-MIB::ipForwDatagrams.0 = Counter32: 65695960
IP-MIB::ipInUnknownProtos.0 = Counter32: 10
IP-MIB::ipInDiscards.0 = Counter32: 0
IP-MIB::ipInDelivers.0 = Counter32: 8341195
IP-MIB::ipOutRequests.0 = Counter32: 7898476
IP-MIB::ipOutDiscards.0 = Counter32: 0
IP-MIB::ipOutNoRoutes.0 = Counter32: 0
IP-MIB::ipReasmTimeout.0 = INTEGER: 60 seconds
IP-MIB::ipReasmReqds.0 = Counter32: 644851
IP-MIB::ipReasmOKs.0 = Counter32: 273888
IP-MIB::ipReasmFails.0 = Counter32: 19072
IP-MIB::ipFragOKs.0 = Counter32: 273605
IP-MIB::ipFragFails.0 = Counter32: 0
IP-MIB::ipFragCreates.0 = Counter32: 273624
IP-MIB::ipAdEntAddr.10.0.0.138 = IpAddress: 10.0.0.138
IP-MIB::ipAdEntAddr.85.178.20.188 = IpAddress: 85.178.20.188
IP-MIB::ipAdEntAddr.127.0.0.1 = IpAddress: 127.0.0.1
IP-MIB::ipAdEntAddr.192.168.1.254 = IpAddress: 192.168.1.254
IP-MIB::ipAdEntIfIndex.10.0.0.138 = INTEGER: 103
IP-MIB::ipAdEntIfIndex.85.178.20.188 = INTEGER: 102
IP-MIB::ipAdEntIfIndex.127.0.0.1 = INTEGER: 101
IP-MIB::ipAdEntIfIndex.192.168.1.254 = INTEGER: 103
IP-MIB::ipAdEntNetMask.10.0.0.138 = IpAddress: 255.255.255.0
IP-MIB::ipAdEntNetMask.85.178.20.188 = IpAddress: 255.255.255.255
IP-MIB::ipAdEntNetMask.127.0.0.1 = IpAddress: 255.255.255.255
IP-MIB::ipAdEntNetMask.192.168.1.254 = IpAddress: 255.255.255.0
IP-MIB::ipAdEntBcastAddr.10.0.0.138 = INTEGER: 1
IP-MIB::ipAdEntBcastAddr.85.178.20.188 = INTEGER: 1
IP-MIB::ipAdEntBcastAddr.127.0.0.1 = INTEGER: 1
IP-MIB::ipAdEntBcastAddr.192.168.1.254 = INTEGER: 1
IP-MIB::ipAdEntReasmMaxSize.10.0.0.138 = INTEGER: 65535
IP-MIB::ipAdEntReasmMaxSize.85.178.20.188 = INTEGER: 65535
IP-MIB::ipAdEntReasmMaxSize.127.0.0.1 = INTEGER: 65535
IP-MIB::ipAdEntReasmMaxSize.192.168.1.254 = INTEGER: 65535
IP-MIB::ipNetToMediaIfIndex.103.192.168.1.64 = INTEGER: 103
IP-MIB::ipNetToMediaIfIndex.103.192.168.1.66 = INTEGER: 103
IP-MIB::ipNetToMediaIfIndex.103.192.168.1.68 = INTEGER: 103
IP-MIB::ipNetToMediaIfIndex.103.239.255.255.250 = INTEGER: 103
IP-MIB::ipNetToMediaPhysAddress.103.192.168.1.64 = STRING: 0:40:d0:7f:8e:67
IP-MIB::ipNetToMediaPhysAddress.103.192.168.1.66 = STRING: 0:17:9a:b1:35:7f
IP-MIB::ipNetToMediaPhysAddress.103.192.168.1.68 = STRING: 0:2:b3:ae:42:51
IP-MIB::ipNetToMediaPhysAddress.103.239.255.255.250 = STRING: 1:0:5e:7f:ff:fa
IP-MIB::ipNetToMediaNetAddress.103.192.168.1.64 = IpAddress: 192.168.1.64
IP-MIB::ipNetToMediaNetAddress.103.192.168.1.66 = IpAddress: 192.168.1.66
IP-MIB::ipNetToMediaNetAddress.103.192.168.1.68 = IpAddress: 192.168.1.68
IP-MIB::ipNetToMediaNetAddress.103.239.255.255.250 = IpAddress: 239.255.255.250
IP-MIB::ipNetToMediaType.103.192.168.1.64 = INTEGER: dynamic(3)
IP-MIB::ipNetToMediaType.103.192.168.1.66 = INTEGER: dynamic(3)
IP-MIB::ipNetToMediaType.103.192.168.1.68 = INTEGER: dynamic(3)
IP-MIB::ipNetToMediaType.103.239.255.255.250 = INTEGER: dynamic(3)
IP-MIB::ipRoutingDiscards.0 = Counter32: 0
IP-MIB::icmpInMsgs.0 = Counter32: 31
IP-MIB::icmpInErrors.0 = Counter32: 0
IP-MIB::icmpInDestUnreachs.0 = Counter32: 17
IP-MIB::icmpInTimeExcds.0 = Counter32: 2
IP-MIB::icmpInParmProbs.0 = Counter32: 0
IP-MIB::icmpInSrcQuenchs.0 = Counter32: 0
IP-MIB::icmpInRedirects.0 = Counter32: 0
IP-MIB::icmpInEchos.0 = Counter32: 12
IP-MIB::icmpInEchoReps.0 = Counter32: 0
IP-MIB::icmpInTimestamps.0 = Counter32: 0
IP-MIB::icmpInTimestampReps.0 = Counter32: 0
IP-MIB::icmpInAddrMasks.0 = Counter32: 0
IP-MIB::icmpInAddrMaskReps.0 = Counter32: 0
IP-MIB::icmpOutMsgs.0 = Counter32: 871877
IP-MIB::icmpOutErrors.0 = Counter32: 0
IP-MIB::icmpOutDestUnreachs.0 = Counter32: 871856
IP-MIB::icmpOutTimeExcds.0 = Counter32: 0
IP-MIB::icmpOutParmProbs.0 = Counter32: 1
IP-MIB::icmpOutSrcQuenchs.0 = Counter32: 0
IP-MIB::icmpOutRedirects.0 = Counter32: 0
IP-MIB::icmpOutEchos.0 = Counter32: 8
IP-MIB::icmpOutEchoReps.0 = Counter32: 12
IP-MIB::icmpOutTimestamps.0 = Counter32: 0
IP-MIB::icmpOutTimestampReps.0 = Counter32: 0
IP-MIB::icmpOutAddrMasks.0 = Counter32: 0
IP-MIB::icmpOutAddrMaskReps.0 = Counter32: 0
TCP-MIB::tcpRtoAlgorithm.0 = INTEGER: other(1)
TCP-MIB::tcpRtoMin.0 = INTEGER: 0 milliseconds
TCP-MIB::tcpRtoMax.0 = INTEGER: 0 milliseconds
TCP-MIB::tcpMaxConn.0 = INTEGER: 100
TCP-MIB::tcpActiveOpens.0 = Counter32: 151759
TCP-MIB::tcpPassiveOpens.0 = Counter32: 154260
TCP-MIB::tcpAttemptFails.0 = Counter32: 1745
TCP-MIB::tcpEstabResets.0 = Counter32: 0
TCP-MIB::tcpCurrEstab.0 = Gauge32: 4294967143
TCP-MIB::tcpInSegs.0 = Counter32: 8269739
TCP-MIB::tcpOutSegs.0 = Counter32: 6933901
TCP-MIB::tcpRetransSegs.0 = Counter32: 47279
TCP-MIB::tcpConnState.0.0.0.0.0.0.0.0.0.0 = INTEGER: closed(1)
TCP-MIB::tcpConnState.0.0.0.0.21.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.23.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.80.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.443.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.1723.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.85.178.11.207.2778.61.135.158.253.80 = INTEGER: closing(10
)
TCP-MIB::tcpConnState.85.178.11.207.2868.61.135.158.253.80 = INTEGER: closing(10
)
TCP-MIB::tcpConnState.85.178.11.207.8900.217.146.176.108.80 = INTEGER: closing(1
0)
TCP-MIB::tcpConnState.85.178.11.207.32199.61.135.158.253.80 = INTEGER: closing(1
0)
TCP-MIB::tcpConnState.85.178.30.154.19287.61.135.158.253.80 = INTEGER: closing(1
0)
TCP-MIB::tcpConnState.127.0.0.1.8080.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.127.0.0.1.8080.192.168.1.66.1760 = INTEGER: established(5)
TCP-MIB::tcpConnState.127.0.0.1.8080.192.168.1.66.2501 = INTEGER: closing(10)
TCP-MIB::tcpConnLocalAddress.0.0.0.0.0.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.21.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.23.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.80.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.443.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.1723.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.85.178.11.207.2778.61.135.158.253.80 = IpAddress: 8
5.178.11.207
TCP-MIB::tcpConnLocalAddress.85.178.11.207.2868.61.135.158.253.80 = IpAddress: 8
5.178.11.207
TCP-MIB::tcpConnLocalAddress.85.178.11.207.8900.217.146.176.108.80 = IpAddress:
85.178.11.207
TCP-MIB::tcpConnLocalAddress.85.178.11.207.32199.61.135.158.253.80 = IpAddress:
85.178.11.207
TCP-MIB::tcpConnLocalAddress.85.178.30.154.19287.61.135.158.253.80 = IpAddress:
85.178.30.154
TCP-MIB::tcpConnLocalAddress.127.0.0.1.8080.0.0.0.0.0 = IpAddress: 127.0.0.1
TCP-MIB::tcpConnLocalAddress.127.0.0.1.8080.192.168.1.66.1760 = IpAddress: 127.0
.0.1
TCP-MIB::tcpConnLocalAddress.127.0.0.1.8080.192.168.1.66.2501 = IpAddress: 127.0
.0.1
TCP-MIB::tcpConnLocalPort.0.0.0.0.0.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnLocalPort.0.0.0.0.21.0.0.0.0.0 = INTEGER: 21
TCP-MIB::tcpConnLocalPort.0.0.0.0.23.0.0.0.0.0 = INTEGER: 23
TCP-MIB::tcpConnLocalPort.0.0.0.0.80.0.0.0.0.0 = INTEGER: 80
TCP-MIB::tcpConnLocalPort.0.0.0.0.443.0.0.0.0.0 = INTEGER: 443
TCP-MIB::tcpConnLocalPort.0.0.0.0.1723.0.0.0.0.0 = INTEGER: 1723
TCP-MIB::tcpConnLocalPort.85.178.11.207.2778.61.135.158.253.80 = INTEGER: 2778
TCP-MIB::tcpConnLocalPort.85.178.11.207.2868.61.135.158.253.80 = INTEGER: 2868
TCP-MIB::tcpConnLocalPort.85.178.11.207.8900.217.146.176.108.80 = INTEGER: 8900
TCP-MIB::tcpConnLocalPort.85.178.11.207.32199.61.135.158.253.80 = INTEGER: 32199
TCP-MIB::tcpConnLocalPort.85.178.30.154.19287.61.135.158.253.80 = INTEGER: 19287
TCP-MIB::tcpConnLocalPort.127.0.0.1.8080.0.0.0.0.0 = INTEGER: 8080
TCP-MIB::tcpConnLocalPort.127.0.0.1.8080.192.168.1.66.1760 = INTEGER: 8080
TCP-MIB::tcpConnLocalPort.127.0.0.1.8080.192.168.1.66.2501 = INTEGER: 8080
TCP-MIB::tcpConnRemAddress.0.0.0.0.0.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.21.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.23.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.80.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.443.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.1723.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.85.178.11.207.2778.61.135.158.253.80 = IpAddress: 61.
135.158.253
TCP-MIB::tcpConnRemAddress.85.178.11.207.2868.61.135.158.253.80 = IpAddress: 61.
135.158.253
TCP-MIB::tcpConnRemAddress.85.178.11.207.8900.217.146.176.108.80 = IpAddress: 21
7.146.176.108
TCP-MIB::tcpConnRemAddress.85.178.11.207.32199.61.135.158.253.80 = IpAddress: 61
.135.158.253
TCP-MIB::tcpConnRemAddress.85.178.30.154.19287.61.135.158.253.80 = IpAddress: 61
.135.158.253
TCP-MIB::tcpConnRemAddress.127.0.0.1.8080.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.127.0.0.1.8080.192.168.1.66.1760 = IpAddress: 192.168
.1.66
TCP-MIB::tcpConnRemAddress.127.0.0.1.8080.192.168.1.66.2501 = IpAddress: 192.168
.1.66
TCP-MIB::tcpConnRemPort.0.0.0.0.0.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.21.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.23.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.80.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.443.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.1723.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.85.178.11.207.2778.61.135.158.253.80 = INTEGER: 80
TCP-MIB::tcpConnRemPort.85.178.11.207.2868.61.135.158.253.80 = INTEGER: 80
TCP-MIB::tcpConnRemPort.85.178.11.207.8900.217.146.176.108.80 = INTEGER: 80
TCP-MIB::tcpConnRemPort.85.178.11.207.32199.61.135.158.253.80 = INTEGER: 80
TCP-MIB::tcpConnRemPort.85.178.30.154.19287.61.135.158.253.80 = INTEGER: 80
TCP-MIB::tcpConnRemPort.127.0.0.1.8080.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.127.0.0.1.8080.192.168.1.66.1760 = INTEGER: 1760
TCP-MIB::tcpConnRemPort.127.0.0.1.8080.192.168.1.66.2501 = INTEGER: 2501
TCP-MIB::tcpInErrs.0 = Counter32: 8
TCP-MIB::tcpOutRsts.0 = Counter32: 0
UDP-MIB::udpInDatagrams.0 = Counter32: 61198
UDP-MIB::udpNoPorts.0 = Counter32: 10343
UDP-MIB::udpInErrors.0 = Counter32: 0
UDP-MIB::udpOutDatagrams.0 = Counter32: 78466
UDP-MIB::udpLocalAddress.0.0.0.0.53 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalAddress.0.0.0.0.68 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalAddress.0.0.0.0.123 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalAddress.0.0.0.0.161 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalAddress.0.0.0.0.520 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalAddress.0.0.0.0.1900 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalAddress.0.0.0.0.3235 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalAddress.192.168.1.254.67 = IpAddress: 192.168.1.254
UDP-MIB::udpLocalAddress.192.168.1.254.49152 = IpAddress: 192.168.1.254
UDP-MIB::udpLocalPort.0.0.0.0.53 = INTEGER: 53
UDP-MIB::udpLocalPort.0.0.0.0.68 = INTEGER: 68
UDP-MIB::udpLocalPort.0.0.0.0.123 = INTEGER: 123
UDP-MIB::udpLocalPort.0.0.0.0.161 = INTEGER: 161
UDP-MIB::udpLocalPort.0.0.0.0.520 = INTEGER: 520
UDP-MIB::udpLocalPort.0.0.0.0.1900 = INTEGER: 1900
UDP-MIB::udpLocalPort.0.0.0.0.3235 = INTEGER: 3235
UDP-MIB::udpLocalPort.192.168.1.254.67 = INTEGER: 67
UDP-MIB::udpLocalPort.192.168.1.254.49152 = INTEGER: 49152
SNMPv2-MIB::snmpInPkts.0 = Counter32: 3369
SNMPv2-MIB::snmpOutPkts.0 = Counter32: 36293
SNMPv2-MIB::snmpInBadVersions.0 = Counter32: 0
SNMPv2-MIB::snmpInBadCommunityNames.0 = Counter32: 6
SNMPv2-MIB::snmpInBadCommunityUses.0 = Counter32: 0
SNMPv2-MIB::snmpInASNParseErrs.0 = Counter32: 6
SNMPv2-MIB::snmpInTooBigs.0 = Counter32: 0
SNMPv2-MIB::snmpInNoSuchNames.0 = Counter32: 0
SNMPv2-MIB::snmpInBadValues.0 = Counter32: 0
SNMPv2-MIB::snmpInReadOnlys.0 = Counter32: 0
SNMPv2-MIB::snmpInGenErrs.0 = Counter32: 0
SNMPv2-MIB::snmpInTotalReqVars.0 = Counter32: 4136
SNMPv2-MIB::snmpInTotalSetVars.0 = Counter32: 0
SNMPv2-MIB::snmpInGetRequests.0 = Counter32: 668
SNMPv2-MIB::snmpInGetNexts.0 = Counter32: 2703
SNMPv2-MIB::snmpInSetRequests.0 = Counter32: 0
SNMPv2-MIB::snmpInGetResponses.0 = Counter32: 0
SNMPv2-MIB::snmpInTraps.0 = Counter32: 0
SNMPv2-MIB::snmpOutTooBigs.0 = Counter32: 0
SNMPv2-MIB::snmpOutNoSuchNames.0 = Counter32: 29
SNMPv2-MIB::snmpOutBadValues.0 = Counter32: 0
SNMPv2-MIB::snmpOutGenErrs.0 = Counter32: 0
SNMPv2-MIB::snmpOutGetRequests.0 = Counter32: 32935
SNMPv2-MIB::snmpOutGetNexts.0 = Counter32: 0
SNMPv2-MIB::snmpOutSetRequests.0 = Counter32: 0
SNMPv2-MIB::snmpOutGetResponses.0 = Counter32: 3381
SNMPv2-MIB::snmpOutTraps.0 = Counter32: 2
SNMPv2-MIB::snmpEnableAuthenTraps.0 = INTEGER: enabled(1)
End of MIB
****************
and this I get in telnet in router:
telnet>snmp walk
VB_octetStr .1.3.6.1.2.1.1.1.0 SpeedTouch 585
VB_objId .1.3.6.1.2.1.1.2.0 .1.3.6.1.4.1.2863.405.1
VB_timeTicks .1.3.6.1.2.1.1.3.0 52708508
VB_octetStr .1.3.6.1.2.1.1.4.0 Service Provider
VB_octetStr .1.3.6.1.2.1.1.5.0 SpeedTouch 585
VB_octetStr .1.3.6.1.2.1.1.6.0 Customer Premises
VB_integer .1.3.6.1.2.1.1.7.0 72
VB_integer .1.3.6.1.2.1.2.1.0 17
VB_integer .1.3.6.1.2.1.4.1.0 1
VB_integer .1.3.6.1.2.1.4.2.0 64
VB_gauge .1.3.6.1.2.1.4.3.0 83440971
VB_gauge .1.3.6.1.2.1.4.4.0 1
VB_gauge .1.3.6.1.2.1.4.5.0 1132883
VB_gauge .1.3.6.1.2.1.4.6.0 65706082
VB_gauge .1.3.6.1.2.1.4.7.0 10
VB_gauge .1.3.6.1.2.1.4.8.0 0
VB_gauge .1.3.6.1.2.1.4.9.0 8341635
VB_gauge .1.3.6.1.2.1.4.10.0 7899116
VB_gauge .1.3.6.1.2.1.4.11.0 0
VB_gauge .1.3.6.1.2.1.4.12.0 0
VB_integer .1.3.6.1.2.1.4.13.0 60
VB_gauge .1.3.6.1.2.1.4.14.0 644851
VB_gauge .1.3.6.1.2.1.4.15.0 273888
VB_gauge .1.3.6.1.2.1.4.16.0 19072
VB_gauge .1.3.6.1.2.1.4.17.0 273605
VB_gauge .1.3.6.1.2.1.4.18.0 0
VB_gauge .1.3.6.1.2.1.4.19.0 273624
VB_ipAdr .1.3.6.1.2.1.4.20.1.1.10.0.0.138 10.0.0.138
VB_ipAdr .1.3.6.1.2.1.4.20.1.1.85.178.20.188 85.178.20.188
VB_ipAdr .1.3.6.1.2.1.4.20.1.1.127.0.0.1 127.0.0.1
VB_ipAdr .1.3.6.1.2.1.4.20.1.1.192.168.1.254 192.168.1.254
VB_integer .1.3.6.1.2.1.4.20.1.2.10.0.0.138 103
VB_integer .1.3.6.1.2.1.4.20.1.2.85.178.20.188 102
VB_integer .1.3.6.1.2.1.4.20.1.2.127.0.0.1 101
VB_integer .1.3.6.1.2.1.4.20.1.2.192.168.1.254 103
VB_ipAdr .1.3.6.1.2.1.4.20.1.3.10.0.0.138 255.255.255.0
VB_ipAdr .1.3.6.1.2.1.4.20.1.3.85.178.20.188 255.255.255.255
VB_ipAdr .1.3.6.1.2.1.4.20.1.3.127.0.0.1 255.255.255.255
VB_ipAdr .1.3.6.1.2.1.4.20.1.3.192.168.1.254 255.255.255.0
VB_integer .1.3.6.1.2.1.4.20.1.4.10.0.0.138 1
VB_integer .1.3.6.1.2.1.4.20.1.4.85.178.20.188 1
VB_integer .1.3.6.1.2.1.4.20.1.4.127.0.0.1 1
VB_integer .1.3.6.1.2.1.4.20.1.4.192.168.1.254 1
VB_integer .1.3.6.1.2.1.4.20.1.5.10.0.0.138 65535
VB_integer .1.3.6.1.2.1.4.20.1.5.85.178.20.188 65535
VB_integer .1.3.6.1.2.1.4.20.1.5.127.0.0.1 65535
VB_integer .1.3.6.1.2.1.4.20.1.5.192.168.1.254 65535
VB_integer .1.3.6.1.2.1.4.22.1.1.103.192.168.1.64 103
VB_integer .1.3.6.1.2.1.4.22.1.1.103.192.168.1.66 103
VB_integer .1.3.6.1.2.1.4.22.1.1.103.192.168.1.68 103
VB_octetStr .1.3.6.1.2.1.4.22.1.2.103.192.168.1.64 00 40 D0 7F 8E 67
VB_octetStr .1.3.6.1.2.1.4.22.1.2.103.192.168.1.66 00 17 9A B1 35 7F
VB_octetStr .1.3.6.1.2.1.4.22.1.2.103.192.168.1.68 00 02 B3 AE 42 51
VB_ipAdr .1.3.6.1.2.1.4.22.1.3.103.192.168.1.64 192.168.1.64
VB_ipAdr .1.3.6.1.2.1.4.22.1.3.103.192.168.1.66 192.168.1.66
VB_ipAdr .1.3.6.1.2.1.4.22.1.3.103.192.168.1.68 192.168.1.68
VB_integer .1.3.6.1.2.1.4.22.1.4.103.192.168.1.64 3
VB_integer .1.3.6.1.2.1.4.22.1.4.103.192.168.1.66 3
VB_integer .1.3.6.1.2.1.4.22.1.4.103.192.168.1.68 3
VB_gauge .1.3.6.1.2.1.4.23.0 0
VB_gauge .1.3.6.1.2.1.5.1.0 31
VB_gauge .1.3.6.1.2.1.5.2.0 0
VB_gauge .1.3.6.1.2.1.5.3.0 17
VB_gauge .1.3.6.1.2.1.5.4.0 2
VB_gauge .1.3.6.1.2.1.5.5.0 0
VB_gauge .1.3.6.1.2.1.5.6.0 0
VB_gauge .1.3.6.1.2.1.5.7.0 0
VB_gauge .1.3.6.1.2.1.5.8.0 12
VB_gauge .1.3.6.1.2.1.5.9.0 0
VB_gauge .1.3.6.1.2.1.5.10.0 0
VB_gauge .1.3.6.1.2.1.5.11.0 0
VB_gauge .1.3.6.1.2.1.5.12.0 0
VB_gauge .1.3.6.1.2.1.5.13.0 0
VB_gauge .1.3.6.1.2.1.5.14.0 872119
VB_gauge .1.3.6.1.2.1.5.15.0 0
VB_gauge .1.3.6.1.2.1.5.16.0 872098
VB_gauge .1.3.6.1.2.1.5.17.0 0
VB_gauge .1.3.6.1.2.1.5.18.0 1
VB_gauge .1.3.6.1.2.1.5.19.0 0
VB_gauge .1.3.6.1.2.1.5.20.0 0
VB_gauge .1.3.6.1.2.1.5.21.0 8
VB_gauge .1.3.6.1.2.1.5.22.0 12
VB_gauge .1.3.6.1.2.1.5.23.0 0
VB_gauge .1.3.6.1.2.1.5.24.0 0
VB_gauge .1.3.6.1.2.1.5.25.0 0
VB_gauge .1.3.6.1.2.1.5.26.0 0
VB_integer .1.3.6.1.2.1.6.1.0 1
VB_integer .1.3.6.1.2.1.6.2.0 0
VB_integer .1.3.6.1.2.1.6.3.0 0
VB_integer .1.3.6.1.2.1.6.4.0 100
VB_gauge .1.3.6.1.2.1.6.5.0 151759
VB_gauge .1.3.6.1.2.1.6.6.0 154283
VB_gauge .1.3.6.1.2.1.6.7.0 1745
VB_gauge .1.3.6.1.2.1.6.8.0 0
VB_counter .1.3.6.1.2.1.6.9.0 4294967144
VB_gauge .1.3.6.1.2.1.6.10.0 8269932
VB_gauge .1.3.6.1.2.1.6.11.0 6934055
VB_gauge .1.3.6.1.2.1.6.12.0 47280
VB_integer .1.3.6.1.2.1.6.13.1.1.0.0.0.0.0.0.0.0.0.0 1
VB_integer .1.3.6.1.2.1.6.13.1.1.0.0.0.0.21.0.0.0.0.0 2
VB_integer .1.3.6.1.2.1.6.13.1.1.0.0.0.0.23.0.0.0.0.0 2
VB_integer .1.3.6.1.2.1.6.13.1.1.0.0.0.0.80.0.0.0.0.0 2
VB_integer .1.3.6.1.2.1.6.13.1.1.0.0.0.0.443.0.0.0.0.0 2
VB_integer .1.3.6.1.2.1.6.13.1.1.0.0.0.0.1723.0.0.0.0.0 2
VB_integer .1.3.6.1.2.1.6.13.1.1.85.178.11.207.2778.61.135.158.253.80 10
VB_integer .1.3.6.1.2.1.6.13.1.1.85.178.11.207.2868.61.135.158.253.80 10
VB_integer .1.3.6.1.2.1.6.13.1.1.85.178.11.207.8900.217.146.176.108.80 10
VB_integer .1.3.6.1.2.1.6.13.1.1.85.178.11.207.32199.61.135.158.253.80 10
VB_integer .1.3.6.1.2.1.6.13.1.1.85.178.30.154.19287.61.135.158.253.80 10
VB_integer .1.3.6.1.2.1.6.13.1.1.127.0.0.1.8080.0.0.0.0.0 2
VB_integer .1.3.6.1.2.1.6.13.1.1.127.0.0.1.8080.192.168.1.66.1760 5
VB_integer .1.3.6.1.2.1.6.13.1.1.127.0.0.1.8080.192.168.1.66.2501 10
VB_integer .1.3.6.1.2.1.6.13.1.1.192.168.1.254.23.192.168.1.64.2976 5
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.0.0.0.0.0.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.0.0.0.0.21.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.0.0.0.0.23.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.0.0.0.0.80.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.0.0.0.0.443.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.0.0.0.0.1723.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.85.178.11.207.2778.61.135.158.253.80 85.178.
11.207
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.85.178.11.207.2868.61.135.158.253.80 85.178.
11.207
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.85.178.11.207.8900.217.146.176.108.80 85.178
.11.207
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.85.178.11.207.32199.61.135.158.253.80 85.178
.11.207
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.85.178.30.154.19287.61.135.158.253.80 85.178
.30.154
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.127.0.0.1.8080.0.0.0.0.0 127.0.0.1
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.127.0.0.1.8080.192.168.1.66.1760 127.0.0.1
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.127.0.0.1.8080.192.168.1.66.2501 127.0.0.1
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.192.168.1.254.23.192.168.1.64.2976 192.168.1
.254
VB_integer .1.3.6.1.2.1.6.13.1.3.0.0.0.0.0.0.0.0.0.0 0
VB_integer .1.3.6.1.2.1.6.13.1.3.0.0.0.0.21.0.0.0.0.0 21
VB_integer .1.3.6.1.2.1.6.13.1.3.0.0.0.0.23.0.0.0.0.0 23
VB_integer .1.3.6.1.2.1.6.13.1.3.0.0.0.0.80.0.0.0.0.0 80
VB_integer .1.3.6.1.2.1.6.13.1.3.0.0.0.0.443.0.0.0.0.0 443
VB_integer .1.3.6.1.2.1.6.13.1.3.0.0.0.0.1723.0.0.0.0.0 1723
VB_integer .1.3.6.1.2.1.6.13.1.3.85.178.11.207.2778.61.135.158.253.80 2778
VB_integer .1.3.6.1.2.1.6.13.1.3.85.178.11.207.2868.61.135.158.253.80 2868
VB_integer .1.3.6.1.2.1.6.13.1.3.85.178.11.207.8900.217.146.176.108.80 8900
VB_integer .1.3.6.1.2.1.6.13.1.3.85.178.11.207.32199.61.135.158.253.80 32199
VB_integer .1.3.6.1.2.1.6.13.1.3.85.178.30.154.19287.61.135.158.253.80 19287
VB_integer .1.3.6.1.2.1.6.13.1.3.127.0.0.1.8080.0.0.0.0.0 8080
VB_integer .1.3.6.1.2.1.6.13.1.3.127.0.0.1.8080.192.168.1.66.1760 8080
VB_integer .1.3.6.1.2.1.6.13.1.3.127.0.0.1.8080.192.168.1.66.2501 8080
VB_integer .1.3.6.1.2.1.6.13.1.3.192.168.1.254.23.192.168.1.64.2976 23
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.0.0.0.0.0.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.0.0.0.0.21.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.0.0.0.0.23.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.0.0.0.0.80.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.0.0.0.0.443.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.0.0.0.0.1723.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.85.178.11.207.2778.61.135.158.253.80 61.135.
158.253
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.85.178.11.207.2868.61.135.158.253.80 61.135.
158.253
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.85.178.11.207.8900.217.146.176.108.80 217.14
6.176.108
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.85.178.11.207.32199.61.135.158.253.80 61.135
.158.253
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.85.178.30.154.19287.61.135.158.253.80 61.135
.158.253
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.127.0.0.1.8080.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.127.0.0.1.8080.192.168.1.66.1760 192.168.1.6
6
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.127.0.0.1.8080.192.168.1.66.2501 192.168.1.6
6
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.192.168.1.254.23.192.168.1.64.2976 192.168.1
.64
VB_integer .1.3.6.1.2.1.6.13.1.5.0.0.0.0.0.0.0.0.0.0 0
VB_integer .1.3.6.1.2.1.6.13.1.5.0.0.0.0.21.0.0.0.0.0 0
VB_integer .1.3.6.1.2.1.6.13.1.5.0.0.0.0.23.0.0.0.0.0 0
VB_integer .1.3.6.1.2.1.6.13.1.5.0.0.0.0.80.0.0.0.0.0 0
VB_integer .1.3.6.1.2.1.6.13.1.5.0.0.0.0.443.0.0.0.0.0 0
VB_integer .1.3.6.1.2.1.6.13.1.5.0.0.0.0.1723.0.0.0.0.0 0
VB_integer .1.3.6.1.2.1.6.13.1.5.85.178.11.207.2778.61.135.158.253.80 80
VB_integer .1.3.6.1.2.1.6.13.1.5.85.178.11.207.2868.61.135.158.253.80 80
VB_integer .1.3.6.1.2.1.6.13.1.5.85.178.11.207.8900.217.146.176.108.80 80
VB_integer .1.3.6.1.2.1.6.13.1.5.85.178.11.207.32199.61.135.158.253.80 80
VB_integer .1.3.6.1.2.1.6.13.1.5.85.178.30.154.19287.61.135.158.253.80 80
VB_integer .1.3.6.1.2.1.6.13.1.5.127.0.0.1.8080.0.0.0.0.0 0
VB_integer .1.3.6.1.2.1.6.13.1.5.127.0.0.1.8080.192.168.1.66.1760 1760
VB_integer .1.3.6.1.2.1.6.13.1.5.127.0.0.1.8080.192.168.1.66.2501 2501
VB_integer .1.3.6.1.2.1.6.13.1.5.192.168.1.254.23.192.168.1.64.2976 2976
VB_gauge .1.3.6.1.2.1.6.14.0 8
VB_gauge .1.3.6.1.2.1.6.15.0 0
VB_gauge .1.3.6.1.2.1.7.1.0 61606
VB_gauge .1.3.6.1.2.1.7.2.0 10345
VB_gauge .1.3.6.1.2.1.7.3.0 0
VB_gauge .1.3.6.1.2.1.7.4.0 78880
VB_ipAdr .1.3.6.1.2.1.7.5.1.1.0.0.0.0.53 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.7.5.1.1.0.0.0.0.68 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.7.5.1.1.0.0.0.0.123 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.7.5.1.1.0.0.0.0.161 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.7.5.1.1.0.0.0.0.520 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.7.5.1.1.0.0.0.0.1900 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.7.5.1.1.0.0.0.0.3235 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.7.5.1.1.0.0.0.0.23838 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.7.5.1.1.192.168.1.254.67 192.168.1.254
VB_ipAdr .1.3.6.1.2.1.7.5.1.1.192.168.1.254.49152 192.168.1.254
VB_integer .1.3.6.1.2.1.7.5.1.2.0.0.0.0.53 53
VB_integer .1.3.6.1.2.1.7.5.1.2.0.0.0.0.68 68
VB_integer .1.3.6.1.2.1.7.5.1.2.0.0.0.0.123 123
VB_integer .1.3.6.1.2.1.7.5.1.2.0.0.0.0.161 161
VB_integer .1.3.6.1.2.1.7.5.1.2.0.0.0.0.520 520
VB_integer .1.3.6.1.2.1.7.5.1.2.0.0.0.0.1900 1900
VB_integer .1.3.6.1.2.1.7.5.1.2.0.0.0.0.3235 3235
VB_integer .1.3.6.1.2.1.7.5.1.2.0.0.0.0.23838 23838
VB_integer .1.3.6.1.2.1.7.5.1.2.192.168.1.254.67 67
VB_integer .1.3.6.1.2.1.7.5.1.2.192.168.1.254.49152 49152
VB_gauge .1.3.6.1.2.1.11.1.0 3598
VB_gauge .1.3.6.1.2.1.11.2.0 36532
VB_gauge .1.3.6.1.2.1.11.3.0 0
VB_gauge .1.3.6.1.2.1.11.4.0 6
VB_gauge .1.3.6.1.2.1.11.5.0 0
VB_gauge .1.3.6.1.2.1.11.6.0 6
VB_gauge .1.3.6.1.2.1.11.8.0 0
VB_gauge .1.3.6.1.2.1.11.9.0 0
VB_gauge .1.3.6.1.2.1.11.10.0 0
VB_gauge .1.3.6.1.2.1.11.11.0 0
VB_gauge .1.3.6.1.2.1.11.12.0 0
VB_gauge .1.3.6.1.2.1.11.13.0 4367
VB_gauge .1.3.6.1.2.1.11.14.0 0
VB_gauge .1.3.6.1.2.1.11.15.0 669
VB_gauge .1.3.6.1.2.1.11.16.0 2931
VB_gauge .1.3.6.1.2.1.11.17.0 0
VB_gauge .1.3.6.1.2.1.11.18.0 0
VB_gauge .1.3.6.1.2.1.11.19.0 0
VB_gauge .1.3.6.1.2.1.11.20.0 0
VB_gauge .1.3.6.1.2.1.11.21.0 30
VB_gauge .1.3.6.1.2.1.11.22.0 0
VB_gauge .1.3.6.1.2.1.11.24.0 0
VB_gauge .1.3.6.1.2.1.11.25.0 32945
VB_gauge .1.3.6.1.2.1.11.26.0 0
VB_gauge .1.3.6.1.2.1.11.27.0 0
VB_gauge .1.3.6.1.2.1.11.28.0 3610
VB_gauge .1.3.6.1.2.1.11.29.0 2
VB_integer .1.3.6.1.2.1.11.30.0 1
noSuchName
End of walk, no more objects
maybe list of interfaces on router (not snmp):
{Administrator}=>interface list
Name Type State Use UL Interfaces
ethif1 physical connected 1 ethport1
ethif2 physical connected 1 ethport2
ethif3 physical connected 1 ethport3
ethif4 physical connected 1 ethport4
wlif1 physical connected 1 WLAN
wlif2 physical not-connected 1 WLAN_WDS1
wlif3 physical not-connected 1 WLAN_WDS2
wlif4 physical not-connected 1 WLAN_WDS3
wlif5 physical not-connected 1 WLAN_WDS4
bridge eth connected 2 RELAY, LocalNetwork
OBC bridge connected 1 bridge
ethport1 bridge connected 1 bridge
RELAY eth connected 1 Internet_ppp
atm_Internet atm recovering 1 ethoa_Internet
ethport2 bridge connected 1 bridge
ethport3 bridge connected 1 bridge
ethport4 bridge connected 1 bridge
WLAN bridge connected 1 bridge
WLAN_WDS1 bridge connected 1 bridge
WLAN_WDS2 bridge connected 1 bridge
WLAN_WDS3 bridge connected 1 bridge
WLAN_WDS4 bridge connected 1 bridge
ethoa_Internet eth connected 1 RELAY
Internet_ppp ppp connected 1 Internet
Internet *ip connected 0
LocalNetwork ip connected 0
I hope, that is complete information to problem.
How can I get graph with UP/DN traffic? Thanks a lot
btw. I have read all links above but still dont know why it is not working
I add device and see correct information from router about name, uptime etc.
But on Create graph screen, I cant see no interfaces in Data Query [SNMP - Interface Statistics]. Should I create snmp interfaces in router, too? And with what community - same RO and same string (password)? I have done it, but I cant still see this interface. This is debug from data query snmp int. stat.:
Data Query Debug Information
+ Running data query [1].
+ Found type = '3' [snmp query].
+ Found data query XML file at 'D:/HTDOCS/cacti/resource/snmp_queries/interface.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.2.1.2.2.1.1'
+ No SNMP data returned
+ Found data query XML file at 'D:/HTDOCS/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at 'D:/HTDOCS/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at 'D:/HTDOCS/cacti/resource/snmp_queries/interface.xml'
with mrtg I get 3 interfaces 101,102 and 103 (for different IP addresses)
this is what I get with snmpwalk (net-snmp)
cmd>snmpwalk -c vw -v 1 speedtouch.lan interface
IF-MIB::ifNumber.0 = INTEGER: 17
but without interface on end:
cmd>snmpwalk -c vw -v 1 speedtouch.lan
SNMPv2-MIB::sysDescr.0 = STRING: SpeedTouch 585
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.2863.405.1
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (52693165) 6 days, 2:22:11.65
SNMPv2-MIB::sysContact.0 = STRING: Service Provider
SNMPv2-MIB::sysName.0 = STRING: SpeedTouch 585
SNMPv2-MIB::sysLocation.0 = STRING: Customer Premises
SNMPv2-MIB::sysServices.0 = INTEGER: 72
IF-MIB::ifNumber.0 = INTEGER: 17
IP-MIB::ipForwarding.0 = INTEGER: forwarding(1)
IP-MIB::ipDefaultTTL.0 = INTEGER: 64
IP-MIB::ipInReceives.0 = Counter32: 83429521
IP-MIB::ipInHdrErrors.0 = Counter32: 1
IP-MIB::ipInAddrErrors.0 = Counter32: 1132600
IP-MIB::ipForwDatagrams.0 = Counter32: 65695960
IP-MIB::ipInUnknownProtos.0 = Counter32: 10
IP-MIB::ipInDiscards.0 = Counter32: 0
IP-MIB::ipInDelivers.0 = Counter32: 8341195
IP-MIB::ipOutRequests.0 = Counter32: 7898476
IP-MIB::ipOutDiscards.0 = Counter32: 0
IP-MIB::ipOutNoRoutes.0 = Counter32: 0
IP-MIB::ipReasmTimeout.0 = INTEGER: 60 seconds
IP-MIB::ipReasmReqds.0 = Counter32: 644851
IP-MIB::ipReasmOKs.0 = Counter32: 273888
IP-MIB::ipReasmFails.0 = Counter32: 19072
IP-MIB::ipFragOKs.0 = Counter32: 273605
IP-MIB::ipFragFails.0 = Counter32: 0
IP-MIB::ipFragCreates.0 = Counter32: 273624
IP-MIB::ipAdEntAddr.10.0.0.138 = IpAddress: 10.0.0.138
IP-MIB::ipAdEntAddr.85.178.20.188 = IpAddress: 85.178.20.188
IP-MIB::ipAdEntAddr.127.0.0.1 = IpAddress: 127.0.0.1
IP-MIB::ipAdEntAddr.192.168.1.254 = IpAddress: 192.168.1.254
IP-MIB::ipAdEntIfIndex.10.0.0.138 = INTEGER: 103
IP-MIB::ipAdEntIfIndex.85.178.20.188 = INTEGER: 102
IP-MIB::ipAdEntIfIndex.127.0.0.1 = INTEGER: 101
IP-MIB::ipAdEntIfIndex.192.168.1.254 = INTEGER: 103
IP-MIB::ipAdEntNetMask.10.0.0.138 = IpAddress: 255.255.255.0
IP-MIB::ipAdEntNetMask.85.178.20.188 = IpAddress: 255.255.255.255
IP-MIB::ipAdEntNetMask.127.0.0.1 = IpAddress: 255.255.255.255
IP-MIB::ipAdEntNetMask.192.168.1.254 = IpAddress: 255.255.255.0
IP-MIB::ipAdEntBcastAddr.10.0.0.138 = INTEGER: 1
IP-MIB::ipAdEntBcastAddr.85.178.20.188 = INTEGER: 1
IP-MIB::ipAdEntBcastAddr.127.0.0.1 = INTEGER: 1
IP-MIB::ipAdEntBcastAddr.192.168.1.254 = INTEGER: 1
IP-MIB::ipAdEntReasmMaxSize.10.0.0.138 = INTEGER: 65535
IP-MIB::ipAdEntReasmMaxSize.85.178.20.188 = INTEGER: 65535
IP-MIB::ipAdEntReasmMaxSize.127.0.0.1 = INTEGER: 65535
IP-MIB::ipAdEntReasmMaxSize.192.168.1.254 = INTEGER: 65535
IP-MIB::ipNetToMediaIfIndex.103.192.168.1.64 = INTEGER: 103
IP-MIB::ipNetToMediaIfIndex.103.192.168.1.66 = INTEGER: 103
IP-MIB::ipNetToMediaIfIndex.103.192.168.1.68 = INTEGER: 103
IP-MIB::ipNetToMediaIfIndex.103.239.255.255.250 = INTEGER: 103
IP-MIB::ipNetToMediaPhysAddress.103.192.168.1.64 = STRING: 0:40:d0:7f:8e:67
IP-MIB::ipNetToMediaPhysAddress.103.192.168.1.66 = STRING: 0:17:9a:b1:35:7f
IP-MIB::ipNetToMediaPhysAddress.103.192.168.1.68 = STRING: 0:2:b3:ae:42:51
IP-MIB::ipNetToMediaPhysAddress.103.239.255.255.250 = STRING: 1:0:5e:7f:ff:fa
IP-MIB::ipNetToMediaNetAddress.103.192.168.1.64 = IpAddress: 192.168.1.64
IP-MIB::ipNetToMediaNetAddress.103.192.168.1.66 = IpAddress: 192.168.1.66
IP-MIB::ipNetToMediaNetAddress.103.192.168.1.68 = IpAddress: 192.168.1.68
IP-MIB::ipNetToMediaNetAddress.103.239.255.255.250 = IpAddress: 239.255.255.250
IP-MIB::ipNetToMediaType.103.192.168.1.64 = INTEGER: dynamic(3)
IP-MIB::ipNetToMediaType.103.192.168.1.66 = INTEGER: dynamic(3)
IP-MIB::ipNetToMediaType.103.192.168.1.68 = INTEGER: dynamic(3)
IP-MIB::ipNetToMediaType.103.239.255.255.250 = INTEGER: dynamic(3)
IP-MIB::ipRoutingDiscards.0 = Counter32: 0
IP-MIB::icmpInMsgs.0 = Counter32: 31
IP-MIB::icmpInErrors.0 = Counter32: 0
IP-MIB::icmpInDestUnreachs.0 = Counter32: 17
IP-MIB::icmpInTimeExcds.0 = Counter32: 2
IP-MIB::icmpInParmProbs.0 = Counter32: 0
IP-MIB::icmpInSrcQuenchs.0 = Counter32: 0
IP-MIB::icmpInRedirects.0 = Counter32: 0
IP-MIB::icmpInEchos.0 = Counter32: 12
IP-MIB::icmpInEchoReps.0 = Counter32: 0
IP-MIB::icmpInTimestamps.0 = Counter32: 0
IP-MIB::icmpInTimestampReps.0 = Counter32: 0
IP-MIB::icmpInAddrMasks.0 = Counter32: 0
IP-MIB::icmpInAddrMaskReps.0 = Counter32: 0
IP-MIB::icmpOutMsgs.0 = Counter32: 871877
IP-MIB::icmpOutErrors.0 = Counter32: 0
IP-MIB::icmpOutDestUnreachs.0 = Counter32: 871856
IP-MIB::icmpOutTimeExcds.0 = Counter32: 0
IP-MIB::icmpOutParmProbs.0 = Counter32: 1
IP-MIB::icmpOutSrcQuenchs.0 = Counter32: 0
IP-MIB::icmpOutRedirects.0 = Counter32: 0
IP-MIB::icmpOutEchos.0 = Counter32: 8
IP-MIB::icmpOutEchoReps.0 = Counter32: 12
IP-MIB::icmpOutTimestamps.0 = Counter32: 0
IP-MIB::icmpOutTimestampReps.0 = Counter32: 0
IP-MIB::icmpOutAddrMasks.0 = Counter32: 0
IP-MIB::icmpOutAddrMaskReps.0 = Counter32: 0
TCP-MIB::tcpRtoAlgorithm.0 = INTEGER: other(1)
TCP-MIB::tcpRtoMin.0 = INTEGER: 0 milliseconds
TCP-MIB::tcpRtoMax.0 = INTEGER: 0 milliseconds
TCP-MIB::tcpMaxConn.0 = INTEGER: 100
TCP-MIB::tcpActiveOpens.0 = Counter32: 151759
TCP-MIB::tcpPassiveOpens.0 = Counter32: 154260
TCP-MIB::tcpAttemptFails.0 = Counter32: 1745
TCP-MIB::tcpEstabResets.0 = Counter32: 0
TCP-MIB::tcpCurrEstab.0 = Gauge32: 4294967143
TCP-MIB::tcpInSegs.0 = Counter32: 8269739
TCP-MIB::tcpOutSegs.0 = Counter32: 6933901
TCP-MIB::tcpRetransSegs.0 = Counter32: 47279
TCP-MIB::tcpConnState.0.0.0.0.0.0.0.0.0.0 = INTEGER: closed(1)
TCP-MIB::tcpConnState.0.0.0.0.21.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.23.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.80.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.443.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.0.0.0.0.1723.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.85.178.11.207.2778.61.135.158.253.80 = INTEGER: closing(10
)
TCP-MIB::tcpConnState.85.178.11.207.2868.61.135.158.253.80 = INTEGER: closing(10
)
TCP-MIB::tcpConnState.85.178.11.207.8900.217.146.176.108.80 = INTEGER: closing(1
0)
TCP-MIB::tcpConnState.85.178.11.207.32199.61.135.158.253.80 = INTEGER: closing(1
0)
TCP-MIB::tcpConnState.85.178.30.154.19287.61.135.158.253.80 = INTEGER: closing(1
0)
TCP-MIB::tcpConnState.127.0.0.1.8080.0.0.0.0.0 = INTEGER: listen(2)
TCP-MIB::tcpConnState.127.0.0.1.8080.192.168.1.66.1760 = INTEGER: established(5)
TCP-MIB::tcpConnState.127.0.0.1.8080.192.168.1.66.2501 = INTEGER: closing(10)
TCP-MIB::tcpConnLocalAddress.0.0.0.0.0.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.21.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.23.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.80.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.443.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.0.0.0.0.1723.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnLocalAddress.85.178.11.207.2778.61.135.158.253.80 = IpAddress: 8
5.178.11.207
TCP-MIB::tcpConnLocalAddress.85.178.11.207.2868.61.135.158.253.80 = IpAddress: 8
5.178.11.207
TCP-MIB::tcpConnLocalAddress.85.178.11.207.8900.217.146.176.108.80 = IpAddress:
85.178.11.207
TCP-MIB::tcpConnLocalAddress.85.178.11.207.32199.61.135.158.253.80 = IpAddress:
85.178.11.207
TCP-MIB::tcpConnLocalAddress.85.178.30.154.19287.61.135.158.253.80 = IpAddress:
85.178.30.154
TCP-MIB::tcpConnLocalAddress.127.0.0.1.8080.0.0.0.0.0 = IpAddress: 127.0.0.1
TCP-MIB::tcpConnLocalAddress.127.0.0.1.8080.192.168.1.66.1760 = IpAddress: 127.0
.0.1
TCP-MIB::tcpConnLocalAddress.127.0.0.1.8080.192.168.1.66.2501 = IpAddress: 127.0
.0.1
TCP-MIB::tcpConnLocalPort.0.0.0.0.0.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnLocalPort.0.0.0.0.21.0.0.0.0.0 = INTEGER: 21
TCP-MIB::tcpConnLocalPort.0.0.0.0.23.0.0.0.0.0 = INTEGER: 23
TCP-MIB::tcpConnLocalPort.0.0.0.0.80.0.0.0.0.0 = INTEGER: 80
TCP-MIB::tcpConnLocalPort.0.0.0.0.443.0.0.0.0.0 = INTEGER: 443
TCP-MIB::tcpConnLocalPort.0.0.0.0.1723.0.0.0.0.0 = INTEGER: 1723
TCP-MIB::tcpConnLocalPort.85.178.11.207.2778.61.135.158.253.80 = INTEGER: 2778
TCP-MIB::tcpConnLocalPort.85.178.11.207.2868.61.135.158.253.80 = INTEGER: 2868
TCP-MIB::tcpConnLocalPort.85.178.11.207.8900.217.146.176.108.80 = INTEGER: 8900
TCP-MIB::tcpConnLocalPort.85.178.11.207.32199.61.135.158.253.80 = INTEGER: 32199
TCP-MIB::tcpConnLocalPort.85.178.30.154.19287.61.135.158.253.80 = INTEGER: 19287
TCP-MIB::tcpConnLocalPort.127.0.0.1.8080.0.0.0.0.0 = INTEGER: 8080
TCP-MIB::tcpConnLocalPort.127.0.0.1.8080.192.168.1.66.1760 = INTEGER: 8080
TCP-MIB::tcpConnLocalPort.127.0.0.1.8080.192.168.1.66.2501 = INTEGER: 8080
TCP-MIB::tcpConnRemAddress.0.0.0.0.0.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.21.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.23.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.80.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.443.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.0.0.0.0.1723.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.85.178.11.207.2778.61.135.158.253.80 = IpAddress: 61.
135.158.253
TCP-MIB::tcpConnRemAddress.85.178.11.207.2868.61.135.158.253.80 = IpAddress: 61.
135.158.253
TCP-MIB::tcpConnRemAddress.85.178.11.207.8900.217.146.176.108.80 = IpAddress: 21
7.146.176.108
TCP-MIB::tcpConnRemAddress.85.178.11.207.32199.61.135.158.253.80 = IpAddress: 61
.135.158.253
TCP-MIB::tcpConnRemAddress.85.178.30.154.19287.61.135.158.253.80 = IpAddress: 61
.135.158.253
TCP-MIB::tcpConnRemAddress.127.0.0.1.8080.0.0.0.0.0 = IpAddress: 0.0.0.0
TCP-MIB::tcpConnRemAddress.127.0.0.1.8080.192.168.1.66.1760 = IpAddress: 192.168
.1.66
TCP-MIB::tcpConnRemAddress.127.0.0.1.8080.192.168.1.66.2501 = IpAddress: 192.168
.1.66
TCP-MIB::tcpConnRemPort.0.0.0.0.0.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.21.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.23.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.80.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.443.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.0.0.0.0.1723.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.85.178.11.207.2778.61.135.158.253.80 = INTEGER: 80
TCP-MIB::tcpConnRemPort.85.178.11.207.2868.61.135.158.253.80 = INTEGER: 80
TCP-MIB::tcpConnRemPort.85.178.11.207.8900.217.146.176.108.80 = INTEGER: 80
TCP-MIB::tcpConnRemPort.85.178.11.207.32199.61.135.158.253.80 = INTEGER: 80
TCP-MIB::tcpConnRemPort.85.178.30.154.19287.61.135.158.253.80 = INTEGER: 80
TCP-MIB::tcpConnRemPort.127.0.0.1.8080.0.0.0.0.0 = INTEGER: 0
TCP-MIB::tcpConnRemPort.127.0.0.1.8080.192.168.1.66.1760 = INTEGER: 1760
TCP-MIB::tcpConnRemPort.127.0.0.1.8080.192.168.1.66.2501 = INTEGER: 2501
TCP-MIB::tcpInErrs.0 = Counter32: 8
TCP-MIB::tcpOutRsts.0 = Counter32: 0
UDP-MIB::udpInDatagrams.0 = Counter32: 61198
UDP-MIB::udpNoPorts.0 = Counter32: 10343
UDP-MIB::udpInErrors.0 = Counter32: 0
UDP-MIB::udpOutDatagrams.0 = Counter32: 78466
UDP-MIB::udpLocalAddress.0.0.0.0.53 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalAddress.0.0.0.0.68 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalAddress.0.0.0.0.123 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalAddress.0.0.0.0.161 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalAddress.0.0.0.0.520 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalAddress.0.0.0.0.1900 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalAddress.0.0.0.0.3235 = IpAddress: 0.0.0.0
UDP-MIB::udpLocalAddress.192.168.1.254.67 = IpAddress: 192.168.1.254
UDP-MIB::udpLocalAddress.192.168.1.254.49152 = IpAddress: 192.168.1.254
UDP-MIB::udpLocalPort.0.0.0.0.53 = INTEGER: 53
UDP-MIB::udpLocalPort.0.0.0.0.68 = INTEGER: 68
UDP-MIB::udpLocalPort.0.0.0.0.123 = INTEGER: 123
UDP-MIB::udpLocalPort.0.0.0.0.161 = INTEGER: 161
UDP-MIB::udpLocalPort.0.0.0.0.520 = INTEGER: 520
UDP-MIB::udpLocalPort.0.0.0.0.1900 = INTEGER: 1900
UDP-MIB::udpLocalPort.0.0.0.0.3235 = INTEGER: 3235
UDP-MIB::udpLocalPort.192.168.1.254.67 = INTEGER: 67
UDP-MIB::udpLocalPort.192.168.1.254.49152 = INTEGER: 49152
SNMPv2-MIB::snmpInPkts.0 = Counter32: 3369
SNMPv2-MIB::snmpOutPkts.0 = Counter32: 36293
SNMPv2-MIB::snmpInBadVersions.0 = Counter32: 0
SNMPv2-MIB::snmpInBadCommunityNames.0 = Counter32: 6
SNMPv2-MIB::snmpInBadCommunityUses.0 = Counter32: 0
SNMPv2-MIB::snmpInASNParseErrs.0 = Counter32: 6
SNMPv2-MIB::snmpInTooBigs.0 = Counter32: 0
SNMPv2-MIB::snmpInNoSuchNames.0 = Counter32: 0
SNMPv2-MIB::snmpInBadValues.0 = Counter32: 0
SNMPv2-MIB::snmpInReadOnlys.0 = Counter32: 0
SNMPv2-MIB::snmpInGenErrs.0 = Counter32: 0
SNMPv2-MIB::snmpInTotalReqVars.0 = Counter32: 4136
SNMPv2-MIB::snmpInTotalSetVars.0 = Counter32: 0
SNMPv2-MIB::snmpInGetRequests.0 = Counter32: 668
SNMPv2-MIB::snmpInGetNexts.0 = Counter32: 2703
SNMPv2-MIB::snmpInSetRequests.0 = Counter32: 0
SNMPv2-MIB::snmpInGetResponses.0 = Counter32: 0
SNMPv2-MIB::snmpInTraps.0 = Counter32: 0
SNMPv2-MIB::snmpOutTooBigs.0 = Counter32: 0
SNMPv2-MIB::snmpOutNoSuchNames.0 = Counter32: 29
SNMPv2-MIB::snmpOutBadValues.0 = Counter32: 0
SNMPv2-MIB::snmpOutGenErrs.0 = Counter32: 0
SNMPv2-MIB::snmpOutGetRequests.0 = Counter32: 32935
SNMPv2-MIB::snmpOutGetNexts.0 = Counter32: 0
SNMPv2-MIB::snmpOutSetRequests.0 = Counter32: 0
SNMPv2-MIB::snmpOutGetResponses.0 = Counter32: 3381
SNMPv2-MIB::snmpOutTraps.0 = Counter32: 2
SNMPv2-MIB::snmpEnableAuthenTraps.0 = INTEGER: enabled(1)
End of MIB
****************
and this I get in telnet in router:
telnet>snmp walk
VB_octetStr .1.3.6.1.2.1.1.1.0 SpeedTouch 585
VB_objId .1.3.6.1.2.1.1.2.0 .1.3.6.1.4.1.2863.405.1
VB_timeTicks .1.3.6.1.2.1.1.3.0 52708508
VB_octetStr .1.3.6.1.2.1.1.4.0 Service Provider
VB_octetStr .1.3.6.1.2.1.1.5.0 SpeedTouch 585
VB_octetStr .1.3.6.1.2.1.1.6.0 Customer Premises
VB_integer .1.3.6.1.2.1.1.7.0 72
VB_integer .1.3.6.1.2.1.2.1.0 17
VB_integer .1.3.6.1.2.1.4.1.0 1
VB_integer .1.3.6.1.2.1.4.2.0 64
VB_gauge .1.3.6.1.2.1.4.3.0 83440971
VB_gauge .1.3.6.1.2.1.4.4.0 1
VB_gauge .1.3.6.1.2.1.4.5.0 1132883
VB_gauge .1.3.6.1.2.1.4.6.0 65706082
VB_gauge .1.3.6.1.2.1.4.7.0 10
VB_gauge .1.3.6.1.2.1.4.8.0 0
VB_gauge .1.3.6.1.2.1.4.9.0 8341635
VB_gauge .1.3.6.1.2.1.4.10.0 7899116
VB_gauge .1.3.6.1.2.1.4.11.0 0
VB_gauge .1.3.6.1.2.1.4.12.0 0
VB_integer .1.3.6.1.2.1.4.13.0 60
VB_gauge .1.3.6.1.2.1.4.14.0 644851
VB_gauge .1.3.6.1.2.1.4.15.0 273888
VB_gauge .1.3.6.1.2.1.4.16.0 19072
VB_gauge .1.3.6.1.2.1.4.17.0 273605
VB_gauge .1.3.6.1.2.1.4.18.0 0
VB_gauge .1.3.6.1.2.1.4.19.0 273624
VB_ipAdr .1.3.6.1.2.1.4.20.1.1.10.0.0.138 10.0.0.138
VB_ipAdr .1.3.6.1.2.1.4.20.1.1.85.178.20.188 85.178.20.188
VB_ipAdr .1.3.6.1.2.1.4.20.1.1.127.0.0.1 127.0.0.1
VB_ipAdr .1.3.6.1.2.1.4.20.1.1.192.168.1.254 192.168.1.254
VB_integer .1.3.6.1.2.1.4.20.1.2.10.0.0.138 103
VB_integer .1.3.6.1.2.1.4.20.1.2.85.178.20.188 102
VB_integer .1.3.6.1.2.1.4.20.1.2.127.0.0.1 101
VB_integer .1.3.6.1.2.1.4.20.1.2.192.168.1.254 103
VB_ipAdr .1.3.6.1.2.1.4.20.1.3.10.0.0.138 255.255.255.0
VB_ipAdr .1.3.6.1.2.1.4.20.1.3.85.178.20.188 255.255.255.255
VB_ipAdr .1.3.6.1.2.1.4.20.1.3.127.0.0.1 255.255.255.255
VB_ipAdr .1.3.6.1.2.1.4.20.1.3.192.168.1.254 255.255.255.0
VB_integer .1.3.6.1.2.1.4.20.1.4.10.0.0.138 1
VB_integer .1.3.6.1.2.1.4.20.1.4.85.178.20.188 1
VB_integer .1.3.6.1.2.1.4.20.1.4.127.0.0.1 1
VB_integer .1.3.6.1.2.1.4.20.1.4.192.168.1.254 1
VB_integer .1.3.6.1.2.1.4.20.1.5.10.0.0.138 65535
VB_integer .1.3.6.1.2.1.4.20.1.5.85.178.20.188 65535
VB_integer .1.3.6.1.2.1.4.20.1.5.127.0.0.1 65535
VB_integer .1.3.6.1.2.1.4.20.1.5.192.168.1.254 65535
VB_integer .1.3.6.1.2.1.4.22.1.1.103.192.168.1.64 103
VB_integer .1.3.6.1.2.1.4.22.1.1.103.192.168.1.66 103
VB_integer .1.3.6.1.2.1.4.22.1.1.103.192.168.1.68 103
VB_octetStr .1.3.6.1.2.1.4.22.1.2.103.192.168.1.64 00 40 D0 7F 8E 67
VB_octetStr .1.3.6.1.2.1.4.22.1.2.103.192.168.1.66 00 17 9A B1 35 7F
VB_octetStr .1.3.6.1.2.1.4.22.1.2.103.192.168.1.68 00 02 B3 AE 42 51
VB_ipAdr .1.3.6.1.2.1.4.22.1.3.103.192.168.1.64 192.168.1.64
VB_ipAdr .1.3.6.1.2.1.4.22.1.3.103.192.168.1.66 192.168.1.66
VB_ipAdr .1.3.6.1.2.1.4.22.1.3.103.192.168.1.68 192.168.1.68
VB_integer .1.3.6.1.2.1.4.22.1.4.103.192.168.1.64 3
VB_integer .1.3.6.1.2.1.4.22.1.4.103.192.168.1.66 3
VB_integer .1.3.6.1.2.1.4.22.1.4.103.192.168.1.68 3
VB_gauge .1.3.6.1.2.1.4.23.0 0
VB_gauge .1.3.6.1.2.1.5.1.0 31
VB_gauge .1.3.6.1.2.1.5.2.0 0
VB_gauge .1.3.6.1.2.1.5.3.0 17
VB_gauge .1.3.6.1.2.1.5.4.0 2
VB_gauge .1.3.6.1.2.1.5.5.0 0
VB_gauge .1.3.6.1.2.1.5.6.0 0
VB_gauge .1.3.6.1.2.1.5.7.0 0
VB_gauge .1.3.6.1.2.1.5.8.0 12
VB_gauge .1.3.6.1.2.1.5.9.0 0
VB_gauge .1.3.6.1.2.1.5.10.0 0
VB_gauge .1.3.6.1.2.1.5.11.0 0
VB_gauge .1.3.6.1.2.1.5.12.0 0
VB_gauge .1.3.6.1.2.1.5.13.0 0
VB_gauge .1.3.6.1.2.1.5.14.0 872119
VB_gauge .1.3.6.1.2.1.5.15.0 0
VB_gauge .1.3.6.1.2.1.5.16.0 872098
VB_gauge .1.3.6.1.2.1.5.17.0 0
VB_gauge .1.3.6.1.2.1.5.18.0 1
VB_gauge .1.3.6.1.2.1.5.19.0 0
VB_gauge .1.3.6.1.2.1.5.20.0 0
VB_gauge .1.3.6.1.2.1.5.21.0 8
VB_gauge .1.3.6.1.2.1.5.22.0 12
VB_gauge .1.3.6.1.2.1.5.23.0 0
VB_gauge .1.3.6.1.2.1.5.24.0 0
VB_gauge .1.3.6.1.2.1.5.25.0 0
VB_gauge .1.3.6.1.2.1.5.26.0 0
VB_integer .1.3.6.1.2.1.6.1.0 1
VB_integer .1.3.6.1.2.1.6.2.0 0
VB_integer .1.3.6.1.2.1.6.3.0 0
VB_integer .1.3.6.1.2.1.6.4.0 100
VB_gauge .1.3.6.1.2.1.6.5.0 151759
VB_gauge .1.3.6.1.2.1.6.6.0 154283
VB_gauge .1.3.6.1.2.1.6.7.0 1745
VB_gauge .1.3.6.1.2.1.6.8.0 0
VB_counter .1.3.6.1.2.1.6.9.0 4294967144
VB_gauge .1.3.6.1.2.1.6.10.0 8269932
VB_gauge .1.3.6.1.2.1.6.11.0 6934055
VB_gauge .1.3.6.1.2.1.6.12.0 47280
VB_integer .1.3.6.1.2.1.6.13.1.1.0.0.0.0.0.0.0.0.0.0 1
VB_integer .1.3.6.1.2.1.6.13.1.1.0.0.0.0.21.0.0.0.0.0 2
VB_integer .1.3.6.1.2.1.6.13.1.1.0.0.0.0.23.0.0.0.0.0 2
VB_integer .1.3.6.1.2.1.6.13.1.1.0.0.0.0.80.0.0.0.0.0 2
VB_integer .1.3.6.1.2.1.6.13.1.1.0.0.0.0.443.0.0.0.0.0 2
VB_integer .1.3.6.1.2.1.6.13.1.1.0.0.0.0.1723.0.0.0.0.0 2
VB_integer .1.3.6.1.2.1.6.13.1.1.85.178.11.207.2778.61.135.158.253.80 10
VB_integer .1.3.6.1.2.1.6.13.1.1.85.178.11.207.2868.61.135.158.253.80 10
VB_integer .1.3.6.1.2.1.6.13.1.1.85.178.11.207.8900.217.146.176.108.80 10
VB_integer .1.3.6.1.2.1.6.13.1.1.85.178.11.207.32199.61.135.158.253.80 10
VB_integer .1.3.6.1.2.1.6.13.1.1.85.178.30.154.19287.61.135.158.253.80 10
VB_integer .1.3.6.1.2.1.6.13.1.1.127.0.0.1.8080.0.0.0.0.0 2
VB_integer .1.3.6.1.2.1.6.13.1.1.127.0.0.1.8080.192.168.1.66.1760 5
VB_integer .1.3.6.1.2.1.6.13.1.1.127.0.0.1.8080.192.168.1.66.2501 10
VB_integer .1.3.6.1.2.1.6.13.1.1.192.168.1.254.23.192.168.1.64.2976 5
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.0.0.0.0.0.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.0.0.0.0.21.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.0.0.0.0.23.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.0.0.0.0.80.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.0.0.0.0.443.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.0.0.0.0.1723.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.85.178.11.207.2778.61.135.158.253.80 85.178.
11.207
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.85.178.11.207.2868.61.135.158.253.80 85.178.
11.207
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.85.178.11.207.8900.217.146.176.108.80 85.178
.11.207
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.85.178.11.207.32199.61.135.158.253.80 85.178
.11.207
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.85.178.30.154.19287.61.135.158.253.80 85.178
.30.154
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.127.0.0.1.8080.0.0.0.0.0 127.0.0.1
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.127.0.0.1.8080.192.168.1.66.1760 127.0.0.1
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.127.0.0.1.8080.192.168.1.66.2501 127.0.0.1
VB_ipAdr .1.3.6.1.2.1.6.13.1.2.192.168.1.254.23.192.168.1.64.2976 192.168.1
.254
VB_integer .1.3.6.1.2.1.6.13.1.3.0.0.0.0.0.0.0.0.0.0 0
VB_integer .1.3.6.1.2.1.6.13.1.3.0.0.0.0.21.0.0.0.0.0 21
VB_integer .1.3.6.1.2.1.6.13.1.3.0.0.0.0.23.0.0.0.0.0 23
VB_integer .1.3.6.1.2.1.6.13.1.3.0.0.0.0.80.0.0.0.0.0 80
VB_integer .1.3.6.1.2.1.6.13.1.3.0.0.0.0.443.0.0.0.0.0 443
VB_integer .1.3.6.1.2.1.6.13.1.3.0.0.0.0.1723.0.0.0.0.0 1723
VB_integer .1.3.6.1.2.1.6.13.1.3.85.178.11.207.2778.61.135.158.253.80 2778
VB_integer .1.3.6.1.2.1.6.13.1.3.85.178.11.207.2868.61.135.158.253.80 2868
VB_integer .1.3.6.1.2.1.6.13.1.3.85.178.11.207.8900.217.146.176.108.80 8900
VB_integer .1.3.6.1.2.1.6.13.1.3.85.178.11.207.32199.61.135.158.253.80 32199
VB_integer .1.3.6.1.2.1.6.13.1.3.85.178.30.154.19287.61.135.158.253.80 19287
VB_integer .1.3.6.1.2.1.6.13.1.3.127.0.0.1.8080.0.0.0.0.0 8080
VB_integer .1.3.6.1.2.1.6.13.1.3.127.0.0.1.8080.192.168.1.66.1760 8080
VB_integer .1.3.6.1.2.1.6.13.1.3.127.0.0.1.8080.192.168.1.66.2501 8080
VB_integer .1.3.6.1.2.1.6.13.1.3.192.168.1.254.23.192.168.1.64.2976 23
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.0.0.0.0.0.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.0.0.0.0.21.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.0.0.0.0.23.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.0.0.0.0.80.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.0.0.0.0.443.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.0.0.0.0.1723.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.85.178.11.207.2778.61.135.158.253.80 61.135.
158.253
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.85.178.11.207.2868.61.135.158.253.80 61.135.
158.253
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.85.178.11.207.8900.217.146.176.108.80 217.14
6.176.108
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.85.178.11.207.32199.61.135.158.253.80 61.135
.158.253
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.85.178.30.154.19287.61.135.158.253.80 61.135
.158.253
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.127.0.0.1.8080.0.0.0.0.0 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.127.0.0.1.8080.192.168.1.66.1760 192.168.1.6
6
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.127.0.0.1.8080.192.168.1.66.2501 192.168.1.6
6
VB_ipAdr .1.3.6.1.2.1.6.13.1.4.192.168.1.254.23.192.168.1.64.2976 192.168.1
.64
VB_integer .1.3.6.1.2.1.6.13.1.5.0.0.0.0.0.0.0.0.0.0 0
VB_integer .1.3.6.1.2.1.6.13.1.5.0.0.0.0.21.0.0.0.0.0 0
VB_integer .1.3.6.1.2.1.6.13.1.5.0.0.0.0.23.0.0.0.0.0 0
VB_integer .1.3.6.1.2.1.6.13.1.5.0.0.0.0.80.0.0.0.0.0 0
VB_integer .1.3.6.1.2.1.6.13.1.5.0.0.0.0.443.0.0.0.0.0 0
VB_integer .1.3.6.1.2.1.6.13.1.5.0.0.0.0.1723.0.0.0.0.0 0
VB_integer .1.3.6.1.2.1.6.13.1.5.85.178.11.207.2778.61.135.158.253.80 80
VB_integer .1.3.6.1.2.1.6.13.1.5.85.178.11.207.2868.61.135.158.253.80 80
VB_integer .1.3.6.1.2.1.6.13.1.5.85.178.11.207.8900.217.146.176.108.80 80
VB_integer .1.3.6.1.2.1.6.13.1.5.85.178.11.207.32199.61.135.158.253.80 80
VB_integer .1.3.6.1.2.1.6.13.1.5.85.178.30.154.19287.61.135.158.253.80 80
VB_integer .1.3.6.1.2.1.6.13.1.5.127.0.0.1.8080.0.0.0.0.0 0
VB_integer .1.3.6.1.2.1.6.13.1.5.127.0.0.1.8080.192.168.1.66.1760 1760
VB_integer .1.3.6.1.2.1.6.13.1.5.127.0.0.1.8080.192.168.1.66.2501 2501
VB_integer .1.3.6.1.2.1.6.13.1.5.192.168.1.254.23.192.168.1.64.2976 2976
VB_gauge .1.3.6.1.2.1.6.14.0 8
VB_gauge .1.3.6.1.2.1.6.15.0 0
VB_gauge .1.3.6.1.2.1.7.1.0 61606
VB_gauge .1.3.6.1.2.1.7.2.0 10345
VB_gauge .1.3.6.1.2.1.7.3.0 0
VB_gauge .1.3.6.1.2.1.7.4.0 78880
VB_ipAdr .1.3.6.1.2.1.7.5.1.1.0.0.0.0.53 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.7.5.1.1.0.0.0.0.68 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.7.5.1.1.0.0.0.0.123 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.7.5.1.1.0.0.0.0.161 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.7.5.1.1.0.0.0.0.520 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.7.5.1.1.0.0.0.0.1900 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.7.5.1.1.0.0.0.0.3235 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.7.5.1.1.0.0.0.0.23838 0.0.0.0
VB_ipAdr .1.3.6.1.2.1.7.5.1.1.192.168.1.254.67 192.168.1.254
VB_ipAdr .1.3.6.1.2.1.7.5.1.1.192.168.1.254.49152 192.168.1.254
VB_integer .1.3.6.1.2.1.7.5.1.2.0.0.0.0.53 53
VB_integer .1.3.6.1.2.1.7.5.1.2.0.0.0.0.68 68
VB_integer .1.3.6.1.2.1.7.5.1.2.0.0.0.0.123 123
VB_integer .1.3.6.1.2.1.7.5.1.2.0.0.0.0.161 161
VB_integer .1.3.6.1.2.1.7.5.1.2.0.0.0.0.520 520
VB_integer .1.3.6.1.2.1.7.5.1.2.0.0.0.0.1900 1900
VB_integer .1.3.6.1.2.1.7.5.1.2.0.0.0.0.3235 3235
VB_integer .1.3.6.1.2.1.7.5.1.2.0.0.0.0.23838 23838
VB_integer .1.3.6.1.2.1.7.5.1.2.192.168.1.254.67 67
VB_integer .1.3.6.1.2.1.7.5.1.2.192.168.1.254.49152 49152
VB_gauge .1.3.6.1.2.1.11.1.0 3598
VB_gauge .1.3.6.1.2.1.11.2.0 36532
VB_gauge .1.3.6.1.2.1.11.3.0 0
VB_gauge .1.3.6.1.2.1.11.4.0 6
VB_gauge .1.3.6.1.2.1.11.5.0 0
VB_gauge .1.3.6.1.2.1.11.6.0 6
VB_gauge .1.3.6.1.2.1.11.8.0 0
VB_gauge .1.3.6.1.2.1.11.9.0 0
VB_gauge .1.3.6.1.2.1.11.10.0 0
VB_gauge .1.3.6.1.2.1.11.11.0 0
VB_gauge .1.3.6.1.2.1.11.12.0 0
VB_gauge .1.3.6.1.2.1.11.13.0 4367
VB_gauge .1.3.6.1.2.1.11.14.0 0
VB_gauge .1.3.6.1.2.1.11.15.0 669
VB_gauge .1.3.6.1.2.1.11.16.0 2931
VB_gauge .1.3.6.1.2.1.11.17.0 0
VB_gauge .1.3.6.1.2.1.11.18.0 0
VB_gauge .1.3.6.1.2.1.11.19.0 0
VB_gauge .1.3.6.1.2.1.11.20.0 0
VB_gauge .1.3.6.1.2.1.11.21.0 30
VB_gauge .1.3.6.1.2.1.11.22.0 0
VB_gauge .1.3.6.1.2.1.11.24.0 0
VB_gauge .1.3.6.1.2.1.11.25.0 32945
VB_gauge .1.3.6.1.2.1.11.26.0 0
VB_gauge .1.3.6.1.2.1.11.27.0 0
VB_gauge .1.3.6.1.2.1.11.28.0 3610
VB_gauge .1.3.6.1.2.1.11.29.0 2
VB_integer .1.3.6.1.2.1.11.30.0 1
noSuchName
End of walk, no more objects
maybe list of interfaces on router (not snmp):
{Administrator}=>interface list
Name Type State Use UL Interfaces
ethif1 physical connected 1 ethport1
ethif2 physical connected 1 ethport2
ethif3 physical connected 1 ethport3
ethif4 physical connected 1 ethport4
wlif1 physical connected 1 WLAN
wlif2 physical not-connected 1 WLAN_WDS1
wlif3 physical not-connected 1 WLAN_WDS2
wlif4 physical not-connected 1 WLAN_WDS3
wlif5 physical not-connected 1 WLAN_WDS4
bridge eth connected 2 RELAY, LocalNetwork
OBC bridge connected 1 bridge
ethport1 bridge connected 1 bridge
RELAY eth connected 1 Internet_ppp
atm_Internet atm recovering 1 ethoa_Internet
ethport2 bridge connected 1 bridge
ethport3 bridge connected 1 bridge
ethport4 bridge connected 1 bridge
WLAN bridge connected 1 bridge
WLAN_WDS1 bridge connected 1 bridge
WLAN_WDS2 bridge connected 1 bridge
WLAN_WDS3 bridge connected 1 bridge
WLAN_WDS4 bridge connected 1 bridge
ethoa_Internet eth connected 1 RELAY
Internet_ppp ppp connected 1 Internet
Internet *ip connected 0
LocalNetwork ip connected 0
I hope, that is complete information to problem.
How can I get graph with UP/DN traffic? Thanks a lot
btw. I have read all links above but still dont know why it is not working
Re: I see no interfaces
Good, that means cacti can get SNMP data.vlastikw wrote:I add device and see correct information from router about name, uptime etc.p
In the Device screen, does cacti consider the router up or down? If it's down, change the downtime detection method in Cacti's Settings.
In your routers device screen in cacti, click on verbose query for the SNMP - Interface Statistics data query. Does it return data or nothing?vlastikw wrote:But on Create graph screen, I cant see no interfaces in Data Query [SNMP - Interface Statistics]. Should I create snmp interfaces in router, too? And with what community - same RO and same string (password)? I have done it, but I cant still see this interface. This is debug from data query snmp int. stat.:
Are you using snmp v1, v2 or v3 for the router?
What version of everything are you using?
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
Re: I see no interfaces
In the Device screen, does cacti consider the router up or down?
router Up 192.168.1.254 31.51 33.34 100% -> so that means router is considered as UP
On next screen (click on router) I see:
router (192.168.1.254)
SNMP Information
System: SpeedTouch 585
Uptime: 9347442 (1 days, 1 hours, 57 minutes)
Hostname: SpeedTouch 585
Location: Customer Premises
Contact: Service Provider
In your routers device screen in cacti, click on verbose query for the SNMP - Interface Statistics data query. Does it return data or nothing?
1) SNMP - Interface Statistics (Verbose Query) Uptime Goes Backwards Success [0 Items, 0 Rows]
and after click on verbose query:
Data Query Debug Information
+ Running data query [1].
+ Found type = '3' [snmp query].
+ Found data query XML file at 'D:/HTDOCS/cacti/resource/snmp_queries/interface.xml'
+ XML file parsed ok.
+ Executing SNMP walk for list of indexes @ '.1.3.6.1.2.1.2.2.1.1'
+ No SNMP data returned
+ Found data query XML file at 'D:/HTDOCS/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at 'D:/HTDOCS/cacti/resource/snmp_queries/interface.xml'
+ Found data query XML file at 'D:/HTDOCS/cacti/resource/snmp_queries/interface.xml'
but there is no red OID in snmpwalk output list
I use everytime community option and version 1 of snmp e.g. snmpwalk -c public -v 1 router -> so router uses snmp version 1
everything? ok I hope that this is what you mean:
I havent installed cactid which should never mind (because there is no cactid in zip distribution. on cacti download page there is only zip distribution without cactid)
Cacti Version 0.8.6j
mysql Ver 14.7 Distrib 4.1.14-nt, for Win32
PHP Version 5.0.5
Apache 2.0.54.0
Cygwin (file version of cygwin1.dll in properties of file 1.5.24-cr-0x5f1)
RRDtool 1.2.15 (rrdtool.exe)
net-snmp-5.4.0-1.win32.exe
so what next? why SNMP - Interface Statistics get 0 rows?
Hmm, interesting. Seems like the speedtouch doesn't implement the typical MIB for traffic.
1) Try snmpwalking this OID: .1.3.6.1.2.1.2.2.1.1. Does it return anything? If not, then keep removing the last number until it you do get the traffic data.
2) Looking around on Google, seems some users have issues with speedtouch and snmp. Try using a newer/older firmware?
3) Have you enabled all of snmp via telnet?
4) Do you have the firewall on or off?
1) Try snmpwalking this OID: .1.3.6.1.2.1.2.2.1.1. Does it return anything? If not, then keep removing the last number until it you do get the traffic data.
2) Looking around on Google, seems some users have issues with speedtouch and snmp. Try using a newer/older firmware?
3) Have you enabled all of snmp via telnet?
4) Do you have the firewall on or off?
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
Bad implementation from Thomson
I have found this im internet http://www.onlinekosten.de/forum/showth ... post985506
So with manual given OIDs I can still watch traffic, but in my fw version 5.4.0.14 is snmp bad implemented, so you have right. MRTG doesnt rely on automatic with snmpwalk, that's why it works in MRTG.
Another easy solution is downgrade firmware on 5.3.x (last 5.3.2.6) version.
OIDs for traffic are:
cmd>snmpget -c public -v 1 router 1.3.6.1.2.1.2.2.1.16.103
IF-MIB::ifOutOctets.103 = Counter32: 766833206
>snmpget -c public -v 1 router 1.3.6.1.2.1.2.2.1.10.103
IF-MIB::ifInOctets.103 = Counter32: 1489072500
Thank you for help
So with manual given OIDs I can still watch traffic, but in my fw version 5.4.0.14 is snmp bad implemented, so you have right. MRTG doesnt rely on automatic with snmpwalk, that's why it works in MRTG.
Another easy solution is downgrade firmware on 5.3.x (last 5.3.2.6) version.
OIDs for traffic are:
cmd>snmpget -c public -v 1 router 1.3.6.1.2.1.2.2.1.16.103
IF-MIB::ifOutOctets.103 = Counter32: 766833206
>snmpget -c public -v 1 router 1.3.6.1.2.1.2.2.1.10.103
IF-MIB::ifInOctets.103 = Counter32: 1489072500
Thank you for help
Who is online
Users browsing this forum: No registered users and 0 guests