Skip to content

SuvarnaMeenakshi/sonic-snmpagent

This branch is 15 commits ahead of, 90 commits behind sonic-net/sonic-snmpagent:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dcd4038 · Jul 21, 2020
Aug 6, 2018
Jul 21, 2020
Jul 21, 2020
Mar 9, 2020
Mar 9, 2016
Oct 19, 2016
Apr 27, 2020
Dec 12, 2019
Apr 11, 2019
Apr 11, 2019

Repository files navigation

Total alerts Language grade: Python

SNMP Subagent

AgentX implementation for SONiC Switch State Service. See the SONiC website for more information on the SONiC project.

MIB implementations included:

To install:

$ python3.5 setup.py install

To run the daemon:

$ python3.5 -m sonic_ax_impl [-d 10]

To switch log level of already running snmp-subagent process

1.) Find PID of the process.

root 42 1 12 06:37 ? 01:23:46 python3.6 -m sonic_ax_impl

2.) Send SIGUSR1 signal to Process

root@lnos-x1-a-csw04:/# kill -SIGUSR1 42

Sending SIGUSR1 signal to process again will reset the log level.

About

A net-snmpd agentx subagent for SONiC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%