Jump to content
Калькуляторы

HP Procurve 2610 и SNMP OID для бэкапа конфигурации.

Добрый день всем. Есть свитч HP 2610, не могу найти для него SNMP OID для бэкапа конфигурации (команда copy run tftp). Если кто в курсе и поможет, буду благодарен.

Share this post


Link to post
Share on other sites

Сам разобрался. Сделал не много по другому.

 

#!/bin/sh

snmpset -v 2c -c "community" device_ip 1.3.6.1.4.1.11.2.14.11.5.1.7.1.5.6.0 i 2
echo "get running-config device.name.conf"|tftp device_ip
snmpset -v 2c -c "community" 192.168.40.221 1.3.6.1.4.1.11.2.14.11.5.1.7.1.5.6.0 i 1

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.