You can enable SNMP on your Comware OS-based switches from the command line interface (CLI). Here are sample steps for an HP 1910 running Comware OS:
- Telnet / SSH into your switch.
- Enter all-command mode:
_cmdline-mode on
- When prompted with "All commands can be displayed and executed. Continue? [Y/N]", type
Y
. - When prompted for a password, enter the switch’s maintenance password. The default password is 512900.
- Type
system-view
to enter configuration mode. - Enable SNMP:
snmp-agent community read your_community_string snmp-agent sys-info version v2c
- If you’re using a community string other than public or private, enter it into Auvik.
All done!