英文:
Fetch Configuration File from Network Device using SNMP by Zabbix
问题
我通过Zabbix连接到网络设备,例如路由器、防火墙等,通过SNMP进行资源监控,如接口、CPU等。
现在我需要通过相同的协议(SNMP)获取这些设备的配置文件。有人可以帮忙实现吗!
我找到了这篇文章,它显示这是可能的,但我不知道如何实现:
英文:
I am connected via zabbix to network devices e.g. Routers, FWs etc. via SNMP and we can monitor resources such as interfaces, CPUs etc.
Now I need to fetch the configuration file of these devices via the same protocol (SNMP). Can anyone help how to accomplish that!
I have found this article which shows that it is possible, but i don't know how to implement it
答案1
得分: 0
Che CISCO-CONFIG-COPY-MIB you linked shows how to implement a snmp+tftp implementation, but IMHO it's not the way to go.
Zabbix is a monitoring platform, not a network management: you should use a different solution.
You should use something like Rancid or a commercial solution like Solarwind.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论