Discussion:
SNMP on Technicolour DGA0122
Add Reply
Adrian
2024-10-24 14:45:36 UTC
Reply
Permalink
I've recently had to change router to a Technicolour DGA0122. There
appears to be very little documentation for this model, so RTFM doesn't
seem to work.

With my previous Draytek router, I was able to monitor the byte count
between the router and the Internet, and I'm hoping to do the same with
this one, but thus far I've drawn a blank. The user interface that I
get from logging into the router from my browser shows SNMP, and claims
that it is turned on (no other information or options on it are shown).
However, when I try to access it, using either snmpwalk or snmpget, I
get a response of "Timeout" and nothing else.

Has anyone successfully managed to use SNMP to get data out of one of
these routers ?, and if so, what are the magic incantations ?

TIA

Adrian
--
To Reply :
replace "bulleid" with "adrian" - all mail to bulleid is rejected
Sorry for the rigmarole, If I want spam, I'll go to the shops
Every time someone says "I don't believe in trolls", another one dies.
Andy Burns
2024-10-24 16:43:02 UTC
Reply
Permalink
when I try to access it, using either snmpwalk or snmpget, I get a
response of "Timeout" and nothing else.
What community name did you try, which snmp version?
Adrian
2024-10-24 17:47:07 UTC
Reply
Permalink
Post by Andy Burns
when I try to access it, using either snmpwalk or snmpget, I get a
response of "Timeout" and nothing else.
What community name did you try, which snmp version?
Thanks.

What I've been trying is :

$ snmpwalk -v 3 -u admin $IPADDRESS
snmpwalk: Timeout

$ snmpget -v1 -Cf -c public $IPADDRESS IF-MIB::ifInOctets.4
Timeout: No response from ...

$ snmpget -v1 -Cf -c admin $IPADDRESS IF-MIB::ifInOctets.4
Timeout: No response from ...

$ snmpget -v3 -Cf -c public $IPADDRESS IF-MIB::ifInOctets.4
snmpget: Timeout

$ snmpget -v3 -Cf -c public $IPADDRESS IF-MIB::ifInOctets.4
snmpget: Timeout

$ snmpget -V
NET-SNMP: version 5.7.3

$ snmpwalk -V
NET-SNMP: version 5.7.3

Adrian
--
To Reply :
replace "bulleid" with "adrian" - all mail to bulleid is rejected
Sorry for the rigmarole, If I want spam, I'll go to the shops
Every time someone says "I don't believe in trolls", another one dies.
Andy Burns
2024-10-24 18:01:18 UTC
Reply
Permalink
Post by Adrian
$ snmpwalk -v 3 -u admin $IPADDRESS
snmpwalk: Timeout
$ snmpget -v1 -Cf -c public $IPADDRESS IF-MIB::ifInOctets.4
Timeout: No response from ...
"public" is as good a guess as any,

I'd suggest v2c is your best bet at what version
Adrian
2024-10-24 18:21:56 UTC
Reply
Permalink
Post by Andy Burns
Post by Adrian
$ snmpwalk -v 3 -u admin $IPADDRESS
snmpwalk: Timeout
$ snmpget -v1 -Cf -c public $IPADDRESS IF-MIB::ifInOctets.4
Timeout: No response from ...
"public" is as good a guess as any,
I'd suggest v2c is your best bet at what version
Thanks

I tried that for snmpwalk and snmpget, and in both cases I still get the
v1 timeout message.

Adrian
--
To Reply :
replace "bulleid" with "adrian" - all mail to bulleid is rejected
Sorry for the rigmarole, If I want spam, I'll go to the shops
Every time someone says "I don't believe in trolls", another one dies.
Loading...