Enable snmp for the Speedtouch Thompson 780
To enable snmp you have to use telnet to connect to the speedtouch router.
telnet x.x.x.x
After this type in the following commands:
service system modify name=SNMP_AGENT state=enabled
to check if it is really enabled type:
service system list
Default the community string is public. If you want to change it to your own one type the following cli:
snmp community add securityname=ROCommunity communityname=<community>
If you have a Linux System you can also check if it’s working. Go to your bash shell and type the following command:
snmpwalk -m ALL -v1 -c <communitystring> <ip address router>
Categories: Tutorials