https://github.com/srl-labs/srl-snmp-framework-lab
SNMP is dead, but if it uses gRPC under the hood, let it live a little
https://github.com/srl-labs/srl-snmp-framework-lab
clab-topo codespaces
Last synced: 12 months ago
JSON representation
SNMP is dead, but if it uses gRPC under the hood, let it live a little
- Host: GitHub
- URL: https://github.com/srl-labs/srl-snmp-framework-lab
- Owner: srl-labs
- License: apache-2.0
- Created: 2024-11-26T14:49:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T16:52:21.000Z (over 1 year ago)
- Last Synced: 2025-06-26T08:06:48.317Z (12 months ago)
- Topics: clab-topo, codespaces
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SR Linux SNMP Framework
[![Discord][discord-svg]][discord-url] [![DevPod][devpod-svg]][devpod-url] [![Codespaces][codespaces-svg]][codespaces-url]
![w212][w212][Learn more](https://containerlab.dev/macos/#devpod)![w90][w90][Learn more](https://containerlab.dev/manual/codespaces)
[discord-svg]: https://gitlab.com/rdodin/pics/-/wikis/uploads/b822984bc95d77ba92d50109c66c7afe/join-discord-btn.svg
[discord-url]: https://discord.gg/tZvgjQ6PZf
[devpod-svg]: https://gitlab.com/rdodin/pics/-/wikis/uploads/dfc36636ecaa60f3e70340686d5800db/open-in-devpod-btn.svg
[devpod-url]: https://devpod.sh/open#https://github.com/srl-labs/srl-snmp-framework-lab
[codespaces-svg]: https://gitlab.com/rdodin/pics/-/wikis/uploads/80546a8c7cda8bb14aa799d26f55bd83/run-codespaces-btn.svg
[codespaces-url]: https://codespaces.new/srl-labs/srl-snmp-framework-lab?quickstart=1&devcontainer_path=.devcontainer%2Fdocker-in-docker%2Fdevcontainer.json
[w212]: https://gitlab.com/rdodin/pics/-/wikis/uploads/718a32dfa2b375cb07bcac50ae32964a/w212h1.svg
[w90]: https://gitlab.com/rdodin/pics/-/wikis/uploads/bf1b8ea28b4528eb1b66567355a13c5c/w90h1.svg
SNMP, powered by gNMI. This is the way.
[Read more.](https://learn.srlinux.dev/snmp/snmp_framework/)
Deploy the lab
```bash
containerlab deploy -t srl-labs/srl-snmp-framework-lab
```
Try the new MIB:
```bash
sudo docker run --network clab -i ghcr.io/hellt/net-snmp-tools:5.9.4-r0 snmpwalk \
-v 2c -c public -O qn \
snmp-srl 1.3.6.1.4.1.6527.115 | grep '.4.109'
```