98
Intelligent PDU User Guide
Commad Line Interface
Access: Enable
Router Control: Enable
Manual: Enable
Manual IPv6 Address: [2001:cdba::3257:9652]
snmpv1
Description: Show and configure status of SNMPv1.
Option
Argument
Description
show
Display SNMPv1 status.
index
1 | 2 | 3 | 4
Select SNMPv1 community index.
set
1 | 2 | 3 | 4
Modify SNMPv1 community information.
access
enable | disable
Enable or disable SNMPv1.
community
<Community>
Modify SNMPv1 community name.
ip
<IP Address>
Modify SNMPv1 community IP address.
type
readonly | readwrite | forbidden
Modify SNMPv1 community type.
Example 1:
To view the second SNMPv1 community information
CyberPower >
snmpv1 index 2 show
Community: private
IP Address: 192.169.203.20
Type: Read/Write
Example 2:
To change the community name of first SNMPv1 community to Public1
CyberPower >
snmpv1 index 1 community Public1
Example 3:
To change the IP address of third SNMPv1 community to 192.168.203.88
CyberPower >
snmpv1 index 3 ip 192.168.203.88
Example 4:
To change the community type of forth SNMPv1 community to read/write
CyberPower >
snmpv1 index 4 type readwrite
Enter the following command to perform all parameters configuration with a single command:
snmpv1 set <1 | 2 | 3 | 4> <Community> <IP Address> <readonly | readwrite | forbidden>
For example:
CyberPower >
snmpv1 set 3 CyberPower 192.168.203.91 readonly