• SNMP on Technicolour DGA0122

    From Adrian@21:1/5 to All on Thu Oct 24 15:45:36 2024
    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.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to Adrian on Thu Oct 24 17:43:02 2024
    Adrian wrote:

    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?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Adrian@21:1/5 to usenet@andyburns.uk on Thu Oct 24 18:47:07 2024
    In message <lnvbonF58djU1@mid.individual.net>, Andy Burns
    <usenet@andyburns.uk> writes
    Adrian wrote:

    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.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andy Burns@21:1/5 to Adrian on Thu Oct 24 19:01:18 2024
    Adrian wrote:

    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 ...

    "public" is as good a guess as any,

    I'd suggest v2c is your best bet at what version

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Adrian@21:1/5 to usenet@andyburns.uk on Thu Oct 24 19:21:56 2024
    In message <lnvgbgF58diU3@mid.individual.net>, Andy Burns
    <usenet@andyburns.uk> writes
    Adrian wrote:

    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 ...

    "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.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)