Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 7

...

Using netstat command to check the snmpd status

root@RaspberryPi-Gateway:~# netstat -lutpn | grep snmp

netstat: showing only processes with your user ID

tcp 0 0 127.0.0.1:1161 0.0.0.0:* LISTEN 205/snmpd

tcp 0 0 127.0.0.1:705 0.0.0.0:* LISTEN 205/snmpd

udp 0 0 0.0.0.0:10161 0.0.0.0:* 205/snmpd

udp 0 0 0.0.0.0:10163 0.0.0.0:* 205/snmpd

udp 0 0 0.0.0.0:161 0.0.0.0:* 205/snmpd

udp 0 0 :::10161 :::* 205/snmpd

udp 0 0 :::10163 :::* 205/snmpd

udp 0 0 :::161 :::* 205/snmpd

root@RaspberryPi-Gateway:~#


Execution Commands

                     Using snmpget/snmpset commands are used to control and monitor the Gateway device.

...

               SNMP Logs will be generated in below path,

root@RaspberryPi-Gateway:/rdklogs/logs# ls -l SNMP.txt.*
-rw-r--r-- 1 root root 308441 Jul 30 16:00 SNMP.txt.0
-rw-r--r-- 1 root root 0 Jul 30 08:47 SNMP.txt.1
root@RaspberryPi-Gateway:/rdklogs/logs#

Location of SNMP MIB and CONF files


Please check whether the SNMP MIB xml files and conf are present in below location or not,


Image Added