100
Intelligent PDU User Guide
Commad Line Interface
password as
test_authkey_123456
CyberPower >
snmpv3 index 2 auth md5 authkey test_authkey_123456
Example 6:
To change the authentication password of first SNMPv3 user to
test_authkey_123456
CyberPower >
snmpv3 index 1 authkey test_authkey_123456
Example 7:
To change the authentication protocol of third SNMPv3 user to none
CyberPower >
snmpv3 index 3 auth none
Example 8:
To change the privacy protocol of second SNMPv3 user to aes and set its privacy password as
test_privkey_123456
CyberPower >
snmpv3 index 2 priv aes privkey test_privkey_123456
Example 9:
To change the privacy password of first SNMPv3 user to
test_privkey_123456
CyberPower >
snmpv3 index 1 privkey test_privkey_123456
Example 10:
To change the privacy protocol of third SNMPv3 user to none
CyberPower >
snmpv3 index 3 priv none
Enter the following command to perform all parameters configuration with a single command:
snmpv3 set <1 | 2 | 3 | 4> <User Name> <IP Address> <md5 | sha | none> <Auth Key>
<aes | des | none> <Priv Key>
For example:.
CyberPower >
snmpv3 set 1 CyberPower 192.168.203.90 sha test_authkey_123456 des
test_privkey_123456
trap
Description: Show and configure information of SNMP trap receiver.
Option
Argument
Description
show
Display trap receiver information.
add
Add trap receiver.
index
1 | 2 | ... | 10
Select trap receiver index.
name
<Trap Receiver Name>
Modify trap name of trap receiver.
ip
<Trap Receiver IP>
Modify IP address of trap receiver.