Configuring the CCU
Procedure
- Connect a PC to the ETH port of the CCU through a network cable.
Ensure that the PC is communicating properly with the CCU.
- Configure an IP address for the SNMPv3 tool and ensure that the address is on the same network segment as that of the CCU (default IP address: 192.168.1.168).
- Run the following command to change the SNMP default user name and password of the CCU:
Command: snmpset -v 3 -a SHA -A Current authentication key -x AES -X Current encryption key -l authPriv -u Current user name -t 6 16.100.1.201 1.3.6.1.4.1.2011.2.217.7.1.1.13.0 s "New user name;New authentication key;New encryption key"
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.1.13.0 s "snmpuser;123456789;123456789"
The following information is displayed if the change is successful:
snmpset: Authentication failure (incorrect password, community or key)
- By default, the SNMPv3 user name of the CCU is snmpuser, the SHA authentication key is Huawei12#4, and the AES encryption key is Huawei123$.
- For security purposes, change the initial password upon the first login and periodically change the password.
- The password complexity check function is enabled by default.
- If a simple password is used, the system is vulnerable to attacks. If a password fails to pass the complexity check, the setting fails.
- The user name must meet the following requirements:
- A string of 6 to 50 characters.
- Chinese characters and special characters are not supported, and a combination of following characters is recommended:
- Lowercase letters: a to z
- Uppercase letters: A to Z
- Digits: 0 to 9
- The password must meet the following requirements:
- A string of 8 to 50 characters (Chinese characters are not supported).
- At least one character from each of the following types:
- Lowercase letters: a to z
- Uppercase letters: A to Z
- Digits: 0 to 9
- Special characters: /.,:-@%_?+= (the following special characters are not supported: [] [;][[\])
- Configure basic network parameters of the CCU.
- Run the following command to query the IP address, subnet mask, and gateway address of the CCU:
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.1.4.0
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.1.4.0
The following information is displayed if the query is successful:
SNMPv3-SMI::enterprises.2011.2.217.7.1.1.4.0 = STRING: "192.168.1.168;255.255.255.0;192.168.1.1"
- Run the following command to set the IP address, subnet mask, and gateway address of the CCU:
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.1.4.0 s "CCU IP address;Subnet mask;Gateway address"
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.1.4.0 s "192.168.0.122;255.255.255.0;192.168.0.1"
The following information is displayed if the setting is successful:
SNMPv3-SMI::enterprises.2011.2.217.7.1.1.4.0 = STRING: "192.168.0.122;255.255.255.0; 192.168.0.1"
After the setting, you need to reset the CCU to make the settings take effect. To log in to the CCU to configure the route or perform other operations after the settings take effect, ensure that the PC properly communicates with the CCU.
- Run the following command to query the MAC address of the CCU:
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.1.7.0
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.1.7.0
- Run the following command to set the MAC address of the CCU:
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.1.7.0 s "CCU MAC address"
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.1.4.0 s "00-05-5D-E8-0F-A3"
- Restart the CCU.
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.1.8.0 i 1
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.1.8.0 i 1
- Run the following command to query the IP address, subnet mask, and gateway address of the CCU:
- Configure basic network parameters of the trap server.
- The CCU supports a maximum of three trap IP addresses. Set only one trap IP address unless necessary.
- The network management system can receive alarms reported by the CCU only when the trap IP address is set.
- Run the following commands to configure security parameters for the trap server:
OID for SNMPv3 trap 1 security setting: 1.3.6.1.4.1.2011.2.217.7.1.1.17.0
OID for SNMPv3 trap 2 security setting: 1.3.6.1.4.1.2011.2.217.7.1.1.18.0
OID for SNMPv3 trap 3 security setting: 1.3.6.1.4.1.2011.2.217.7.1.1.19.0
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 SNMPv3 trap security setting OID s "Authentication mode;Encryption mode;Trap server SNMP user name;Trap server authentication key;Trap server encryption key;
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.1.17.0 s "SHA;AES;snmptrapuser;Huawei12#4;Huawei123$"
The following information is displayed if the setting is successful:
SNMPV3-SMI::enterprises.2011.2.217.7.1.1.17.0 = STRING: "SHA;AES;snmptrapuser;Huawei12#4;Huawei123$"
- Run the following command to query trap IP addresses:
OID for querying the IP address of trap 1: 1.3.6.1.4.1.2011.2.217.7.4.2.1.2.1.0
OID for querying the IP address of trap 2: 1.3.6.1.4.1.2011.2.217.7.4.2.1.2.2.0
OID for querying the IP address of trap 3: 1.3.6.1.4.1.2011.2.217.7.4.2.1.2.3.0
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for querying the trap IP address
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.4.2.1.2.1.0
- Run the following command to set trap IP addresses:
OID for setting the IP address of trap 1: 1.3.6.1.4.1.2011.2.217.7.4.2.1.2.1.0
OID for setting the IP address of trap 2: 1.3.6.1.4.1.2011.2.217.7.4.2.1.2.2.0
OID for setting the IP address of trap 3: 1.3.6.1.4.1.2011.2.217.7.4.2.1.2.3.0
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for setting the trap IP address s "New trap IP address"
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.4.2.1.2.1.0 s "192.168.1.56"
The following information is displayed if the setting is successful:
SNMPV3-SMI::enterprises.2011.2.217.7.4.2.1.2.1.0 = STRING: "192.168.1.56"
- Run the following command to delete trap IP addresses:
OID for deleting the IP address of trap 1: 1.3.6.1.4.1.2011.2.217.7.4.2.1.3.1.0
OID for deleting the IP address of trap 2: 1.3.6.1.4.1.2011.2.217.7.4.2.1.3.2.0
OID for deleting the IP address of trap 3: 1.3.6.1.4.1.2011.2.217.7.4.2.1.3.3.0
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for deleting the trap IP address
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.4.2.1.3.1.0 s ""
The following information is displayed if the setting is successful:
SNMPV3-SMI::enterprises.2011.2.217.7.4.2.1.3.1.0 = ""
- Query and set solenoid valve control policies.
- Query solenoid valve control policies.
OID for querying the control policy of solenoid valve 1 (controlling the air/liquid heat exchanger): 1.3.6.1.4.1.2011.2.217.7.1.3.1.0
OID for querying the control policy of solenoid valve 2 (controlling manifolds): 1.3.6.1.4.1.2011.2.217.7.1.3.2.0
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for querying the solenoid valve control policy
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.3.1.0
- Set solenoid valve control policies.
OID for setting the control policy of solenoid valve 1 (controlling the air/liquid heat exchanger): 1.3.6.1.4.1.2011.2.217.7.1.3.1.0
OID for setting the control policy of solenoid valve 2 (controlling manifolds): 1.3.6.1.4.1.2011.2.217.7.1.3.2.0
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for setting the solenoid valve control policy i {1|2|3}
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.3.1.0 i 2
The following information is displayed if the setting is successful:
SNMPV3-SMI::enterprises.2011.2.217.7.1.3.1.0 = INTEGER: 2
- Control policy parameter description:
- 1: indicates policy 1. Solenoid valve 1 and the T/H sensor are automatically controlled in association, and solenoid valve 2 is manually controlled.
- 2: indicates policy 2. Solenoid valve 1 is manually controlled, and solenoid valve 2 and the liquid leakage sensor are automatically controlled in association.
- 3: indicates policy 3. Solenoid valve 1 or 2 is disabled (used when solenoid valve 1 or 2 is not configured).
- The manual control mode of solenoid valve 1 is mainly used for production testing and is not recommended for customers.
- The control policy of solenoid valve 1 is associated with that of the T/H sensor. If solenoid valve 1 uses policy 1, policy 2 needs to be set for the T/H sensor.
- Policy 3 is set for the solenoid valves before delivery. Set the policies as required at the customer site.
- Query solenoid valve control policies.
- Query and set the control policy for T/H sensors.
- Query the control policy for T/H sensors.
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.3.3.0
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.3.3.0
- Set the control policy for T/H sensors.
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.3.3.0 i {1|2|3}
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.3.1.0 i 2
The following information is displayed if the setting is successful:
SNMPV3-SMI::enterprises.2011.2.217.7.1.3.3.0 = INTEGER: 2
- Control policy parameter description:
- 1: indicates policy 1. The T/H sensors only report the temperature and humidity.
- 2: indicates policy 2. The T/H sensors report the temperature and humidity and generate alarms in case of exceptions.
- 3: indicates policy 3. The T/H sensors are disabled (used when no T/H sensor is configured).
- Policy 3 is set for the T/H sensors before delivery. Set the policy as required at the customer site.
- Query the control policy for T/H sensors.
- Query and set the drainage pump control policy.
- Query the drainage pump control policy.
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.3.4.0
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.3.4.0
- Set the drainage pump control policy.
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.3.4.0 i {1|2|3}
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.1.3.4.0 i 2
The following information is displayed if the setting is successful:
SNMPV3-SMI::enterprises.2011.2.217.7.1.3.4.0 = INTEGER: 2
- Control policy parameter description:
- 1: indicates policy 1. The drainage pumps are automatically controlled in association with the float liquid level sensors. (When the float liquid level sensors detect that the water level exceeds the threshold, the drainage pumps automatically start and stop at an interval of 1 minute until the water level is below the threshold.)
- 2: indicates policy 2. The drainage pumps are manually controlled. (After a drainage pump is started, it runs for 5 minutes and automatically stops. If the drainage pump needs to be started again, the command needs to be executed again.)
- 3: indicates policy 3. The drainage pumps are disabled (used when no drainage pump is configured).
- Policy 3 is set for the drainage pump before delivery. Set the policy as required at the customer site.
- Query the drainage pump control policy.
- Query and set the solenoid valve status.
- The solenoid valves are optional. Perform this operation only when solenoid valves are configured.
- The solenoid valve used for controlling the air/liquid heat exchanger must be connected to port Valve1 of the CCU, and the solenoid valve used for controlling the manifolds must be connected to port Valve2.
- Query the opening of the solenoid valves.
OID for querying the opening of solenoid valve 1: 1.3.6.1.4.1.2011.2.217.7.2.7.14.0
OID for querying the opening of solenoid valve 2: 1.3.6.1.4.1.2011.2.217.7.2.7.15.0
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for querying the opening of the solenoid valve
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.7.14.0
- Set the opening of the solenoid valves.
- The solenoid valve opening can be set only when the solenoid valve control policy is manual control.
- The opening ranges from 0 to 100. The value 0 indicates that the solenoid valve is closed, and 100 indicates that the solenoid valve is fully open.
OID for setting the opening of solenoid valve 1: 1.3.6.1.4.1.2011.2.217.7.2.7.3.0
OID for setting the opening of solenoid valve 2: 1.3.6.1.4.1.2011.2.217.7.2.7.5.0
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for setting the opening of the solenoid valve i Solenoid valve opening
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.7.3.0 i 50
- Query and set the status of T/H sensors.
- The T/H sensors are optional. Perform this operation only when the T/H sensors are configured. Seven T/H sensors are configured. Sensors 1 to 6 are inside the cabinet and sensor 7 is outside the cabinet. These sensors can be distinguished by DIP address.
- The humidity value ranges from 0 to 10000. For example, 4622 indicates the humidity 46.22%.
- Monitoring temperature = Actual temperature (two decimal places) x 100. For example, 4300 indicates 43°C.
- Query the humidity reported by T/H sensors.
OID for querying the humidity reported by T/H sensor 1: 1.3.6.1.4.1.2011.2.217.7.2.11.1.0
OID for querying the humidity reported by T/H sensor 2: 1.3.6.1.4.1.2011.2.217.7.2.11.12.0
OID for querying the humidity reported by T/H sensor 3: 1.3.6.1.4.1.2011.2.217.7.2.11.23.0
OID for querying the humidity reported by T/H sensor 4: 1.3.6.1.4.1.2011.2.217.7.2.11.34.0
OID for querying the humidity reported by T/H sensor 5: 1.3.6.1.4.1.2011.2.217.7.2.11.45.0
OID for querying the humidity reported by T/H sensor 6: 1.3.6.1.4.1.2011.2.217.7.2.11.56.0
OID for querying the humidity reported by T/H sensor 7: 1.3.6.1.4.1.2011.2.217.7.2.11.67.0
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for querying the humidity reported by the T/H sensor
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.11.1.0
- Query the temperature reported by T/H sensors.
OID for querying the temperature reported by T/H sensor 1: 1.3.6.1.4.1.2011.2.217.7.2.11.2.0
OID for querying the temperature reported by T/H sensor 2: 1.3.6.1.4.1.2011.2.217.7.2.11.13.0
OID for querying the temperature reported by T/H sensor 3: 1.3.6.1.4.1.2011.2.217.7.2.11.24.0
OID for querying the temperature reported by T/H sensor 4: 1.3.6.1.4.1.2011.2.217.7.2.11.35.0
OID for querying the temperature reported by T/H sensor 5: 1.3.6.1.4.1.2011.2.217.7.2.11.46.0
OID for querying the temperature reported by T/H sensor 6: 1.3.6.1.4.1.2011.2.217.7.2.11.57.0
OID for querying the temperature reported by T/H sensor 7: 1.3.6.1.4.1.2011.2.217.7.2.11.68.0
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for querying the temperature reported by the T/H sensor
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.11.2.0
- Query the upper humidity thresholds of T/H sensors.
OID for querying the upper humidity threshold of T/H sensor 1: 1.3.6.1.4.1.2011.2.217.7.2.11.3.0
OID for querying the upper humidity threshold of T/H sensor 2: 1.3.6.1.4.1.2011.2.217.7.2.11.14.0
OID for querying the upper humidity threshold of T/H sensor 3: 1.3.6.1.4.1.2011.2.217.7.2.11.25.0
OID for querying the upper humidity threshold of T/H sensor 4: 1.3.6.1.4.1.2011.2.217.7.2.11.36.0
OID for querying the upper humidity threshold of T/H sensor 5: 1.3.6.1.4.1.2011.2.217.7.2.11.47.0
OID for querying the upper humidity threshold of T/H sensor 6: 1.3.6.1.4.1.2011.2.217.7.2.11.58.0
OID for querying the upper humidity threshold of T/H sensor 7: 1.3.6.1.4.1.2011.2.217.7.2.11.69.0
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for querying the upper humidity threshold of the T/H sensor
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.11.3.0
- Set the upper humidity thresholds of T/H sensors.
The upper humidity threshold of T/H sensors is 6500 (65%) by default. You can set the upper threshold as required.
OID for setting the upper humidity threshold of T/H sensor 1: 1.3.6.1.4.1.2011.2.217.7.2.11.3.0
OID for setting the upper humidity threshold of T/H sensor 2: 1.3.6.1.4.1.2011.2.217.7.2.11.14.0
OID for setting the upper humidity threshold of T/H sensor 3: 1.3.6.1.4.1.2011.2.217.7.2.11.25.0
OID for setting the upper humidity threshold of T/H sensor 4: 1.3.6.1.4.1.2011.2.217.7.2.11.36.0
OID for setting the upper humidity threshold of T/H sensor 5: 1.3.6.1.4.1.2011.2.217.7.2.11.47.0
OID for setting the upper humidity threshold of T/H sensor 6: 1.3.6.1.4.1.2011.2.217.7.2.11.58.0
OID for setting the upper humidity threshold of T/H sensor 7: 1.3.6.1.4.1.2011.2.217.7.2.11.69.0
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for setting the upper humidity threshold of the T/H sensor i New upper humidity threshold
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.11.3.0 i 7600
- Query the lower humidity thresholds of T/H sensors.
OID for querying the lower humidity threshold of T/H sensor 1: 1.3.6.1.4.1.2011.2.217.7.2.11.4.0
OID for querying the lower humidity threshold of T/H sensor 2: 1.3.6.1.4.1.2011.2.217.7.2.11.15.0
OID for querying the lower humidity threshold of T/H sensor 3: 1.3.6.1.4.1.2011.2.217.7.2.11.26.0
OID for querying the lower humidity threshold of T/H sensor 4: 1.3.6.1.4.1.2011.2.217.7.2.11.37.0
OID for querying the lower humidity threshold of T/H sensor 5: 1.3.6.1.4.1.2011.2.217.7.2.11.48.0
OID for querying the lower humidity threshold of T/H sensor 6: 1.3.6.1.4.1.2011.2.217.7.2.11.59.0
OID for querying the lower humidity threshold of T/H sensor 7: 1.3.6.1.4.1.2011.2.217.7.2.11.70.0
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for querying the lower humidity threshold of the T/H sensor
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.11.4.0
- Set the lower humidity thresholds of T/H sensors.
The lower humidity threshold of T/H sensors is 10% by default. You can set the lower threshold as required.
OID for setting the lower humidity threshold of T/H sensor 1: 1.3.6.1.4.1.2011.2.217.7.2.11.4.0
OID for setting the lower humidity threshold of T/H sensor 2: 1.3.6.1.4.1.2011.2.217.7.2.11.15.0
OID for setting the lower humidity threshold of T/H sensor 3: 1.3.6.1.4.1.2011.2.217.7.2.11.26.0
OID for setting the lower humidity threshold of T/H sensor 4: 1.3.6.1.4.1.2011.2.217.7.2.11.37.0
OID for setting the lower humidity threshold of T/H sensor 5: 1.3.6.1.4.1.2011.2.217.7.2.11.48.0
OID for setting the lower humidity threshold of T/H sensor 6: 1.3.6.1.4.1.2011.2.217.7.2.11.59.0
OID for setting the lower humidity threshold of T/H sensor 7: 1.3.6.1.4.1.2011.2.217.7.2.11.70.0
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for setting the lower humidity threshold of the T/H sensor i New lower humidity threshold
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.11.4.0 i 2000
- Query the upper temperature thresholds of T/H sensors.
OID for querying the upper temperature threshold of T/H sensor 1: 1.3.6.1.4.1.2011.2.217.7.2.11.5.0
OID for querying the upper temperature threshold of T/H sensor 2: 1.3.6.1.4.1.2011.2.217.7.2.11.16.0
OID for querying the upper temperature threshold of T/H sensor 3: 1.3.6.1.4.1.2011.2.217.7.2.11.27.0
OID for querying the upper temperature threshold of T/H sensor 4: 1.3.6.1.4.1.2011.2.217.7.2.11.38.0
OID for querying the upper temperature threshold of T/H sensor 5: 1.3.6.1.4.1.2011.2.217.7.2.11.49.0
OID for querying the upper temperature threshold of T/H sensor 6: 1.3.6.1.4.1.2011.2.217.7.2.11.60.0
OID for querying the upper temperature threshold of T/H sensor 7: 1.3.6.1.4.1.2011.2.217.7.2.11.71.0
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for querying the upper temperature threshold of the T/H sensor
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.11.5.0
- Set the upper temperature thresholds of T/H sensors.
The upper temperature threshold of T/H sensors is 4300 (43°C) by default. You can set the upper threshold as required.
OID for setting the upper temperature threshold of T/H sensor 1: 1.3.6.1.4.1.2011.2.217.7.2.11.5.0
OID for setting the upper temperature threshold of T/H sensor 2: 1.3.6.1.4.1.2011.2.217.7.2.11.16.0
OID for setting the upper temperature threshold of T/H sensor 3: 1.3.6.1.4.1.2011.2.217.7.2.11.27.0
OID for setting the upper temperature threshold of T/H sensor 4: 1.3.6.1.4.1.2011.2.217.7.2.11.38.0
OID for setting the upper temperature threshold of T/H sensor 5: 1.3.6.1.4.1.2011.2.217.7.2.11.49.0
OID for setting the upper temperature threshold of T/H sensor 6: 1.3.6.1.4.1.2011.2.217.7.2.11.60.0
OID for setting the upper temperature threshold of T/H sensor 7: 1.3.6.1.4.1.2011.2.217.7.2.11.71.0
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for setting the upper temperature threshold of the T/H sensor i New upper temperature threshold
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.11.5.0 i 6500
- Query the lower temperature thresholds of T/H sensors.
OID for querying the lower temperature threshold of T/H sensor 1: 1.3.6.1.4.1.2011.2.217.7.2.11.6.0
OID for querying the lower temperature threshold of T/H sensor 2: 1.3.6.1.4.1.2011.2.217.7.2.11.17.0
OID for querying the lower temperature threshold of T/H sensor 3: 1.3.6.1.4.1.2011.2.217.7.2.11.28.0
OID for querying the lower temperature threshold of T/H sensor 4: 1.3.6.1.4.1.2011.2.217.7.2.11.39.0
OID for querying the lower temperature threshold of T/H sensor 5: 1.3.6.1.4.1.2011.2.217.7.2.11.50.0
OID for querying the lower temperature threshold of T/H sensor 6: 1.3.6.1.4.1.2011.2.217.7.2.11.61.0
OID for querying the lower temperature threshold of T/H sensor 7: 1.3.6.1.4.1.2011.2.217.7.2.11.72.0
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for querying the lower temperature threshold of the T/H sensor
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.11.6.0
- Set the lower temperature thresholds of T/H sensors.
The lower temperature threshold of T/H sensors is 0 (0°C) by default. You can set the lower threshold as required.
OID for querying the lower temperature threshold of T/H sensor 1: 1.3.6.1.4.1.2011.2.217.7.2.11.6.0
OID for setting the lower temperature threshold of T/H sensor 2: 1.3.6.1.4.1.2011.2.217.7.2.11.17.0
OID for setting the lower temperature threshold of T/H sensor 3: 1.3.6.1.4.1.2011.2.217.7.2.11.28.0
OID for setting the lower temperature threshold of T/H sensor 4: 1.3.6.1.4.1.2011.2.217.7.2.11.39.0
OID for setting the lower temperature threshold of T/H sensor 5: 1.3.6.1.4.1.2011.2.217.7.2.11.50.0
OID for setting the lower temperature threshold of T/H sensor 6: 1.3.6.1.4.1.2011.2.217.7.2.11.61.0
OID for setting the lower temperature threshold of T/H sensor 7: 1.3.6.1.4.1.2011.2.217.7.2.11.72.0
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for setting the lower temperature threshold of the T/H sensor i New lower temperature threshold
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.11.6.0 i 2500
- Query and set the drainage pump status.
- The drainage pumps are optional. Perform this operation only when drainage pumps are configured.
- To manually control the drainage pump status, set the drainage pump control policy to policy 2.
- Drainage pump status parameter description:
- 1: starts a drainage pump.
- 0: stops a drainage pump.
OID for querying and setting the status of drainage pump 1: 1.3.6.1.4.1.2011.2.217.7.2.2.9.0
OID for querying and setting the status of drainage pump 2: 1.3.6.1.4.1.2011.2.217.7.2.2.11.0
- Query the drainage pump status.
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for querying the drainage pump status
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.2.9.0
- Set the drainage pump status.
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for setting the drainage pump status i {0|1}
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.2.9.0 i 1
The following information is displayed if the setting is successful:
SNMPV3-SMI::enterprises.2011.2.217.7.2.2.9.0 = INTEGER: 1
- Check the status of the photoelectric liquid level sensors.Sensor parameter description:
- 1: The photoelectric liquid level is within normal range.
- 0: The photoelectric liquid level is outside normal range.
OID for querying the status of photoelectric liquid level sensor 1: 1.3.6.1.4.1.2011.2.217.7.2.3.1.0
OID for querying the status of photoelectric liquid level sensor 2: 1.3.6.1.4.1.2011.2.217.7.2.3.3.0
OID for querying the status of photoelectric liquid level sensor 3: 1.3.6.1.4.1.2011.2.217.7.2.3.5.0
OID for querying the status of photoelectric liquid level sensor 4: 1.3.6.1.4.1.2011.2.217.7.2.3.7.0
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for querying the status of the photoelectric liquid level sensor
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.3.1.0
- Check the status of the float liquid level sensors.Sensor parameter description:
- 0: The float liquid level is within normal range.
- 1: The float liquid level is outside normal range.
OID for querying the status of float liquid level sensor 1: 1.3.6.1.4.1.2011.2.217.7.2.4.1.0
OID for querying the status of float liquid level sensor 2: 1.3.6.1.4.1.2011.2.217.7.2.4.3.0
OID for querying the status of float liquid level sensor 3: 1.3.6.1.4.1.2011.2.217.7.2.4.5.0
OID for querying the status of float liquid level sensor 4: 1.3.6.1.4.1.2011.2.217.7.2.4.7.0
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for querying the status of the float liquid level sensor
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.4.1.0
- Check the status of the water detection cable sensor.
- The water detection cable is optional. Perform this operation only when the water detection cable is configured.
- The water detection cable is used for detecting liquid leakage on the secondary loop and must be connected to port LEAK-R3 on the CCU.
- Sensor parameter description:
- 0: There is no liquid leakage.
- 1: There is liquid leakage.
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.6.7.0
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.6.7.0
- Check the status of the door status sensors.Sensor parameter description:
- 0: The door is closed.
- 1: The door is open.
OID for querying the status of door status sensor 1: 1.3.6.1.4.1.2011.2.217.7.2.13.1.0
OID for querying the status of door status sensor 2: 1.3.6.1.4.1.2011.2.217.7.2.13.3.0
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for querying the status of the door status sensor
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.13.1.0
- Set alarm parameters.
- Set the fault alarm function for solenoid valves.
Alarm parameter description:
- 1: enables the fault alarm function.
- 0: disables the fault alarm function.
OID for setting and querying the fault alarm function for solenoid valve 1: 1.3.6.1.4.1.2011.2.217.7.2.7.4.0
OID for setting and querying the fault alarm function for solenoid valve 2: 1.3.6.1.4.1.2011.2.217.7.2.7.6.0
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for setting the fault alarm function for the solenoid valve i {0|1}
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.7.4.0 i 0
- Set the overtemperature alarm function for T/H sensors.
- The default upper temperature threshold is 4300 (43°C).
- Alarm parameter description:
- 1: enables the overtemperature alarm function.
- 0: disables the overtemperature alarm function.
OID for setting the overtemperature alarm function for T/H sensor 1: 1.3.6.1.4.1.2011.2.217.7.2.11.7.0
OID for setting the overtemperature alarm function for T/H sensor 2: 1.3.6.1.4.1.2011.2.217.7.2.11.18.0
OID for setting the overtemperature alarm function for T/H sensor 3: 1.3.6.1.4.1.2011.2.217.7.2.11.29.0
OID for setting the overtemperature alarm function for T/H sensor 4: 1.3.6.1.4.1.2011.2.217.7.2.11.40.0
OID for setting the overtemperature alarm function for T/H sensor 5: 1.3.6.1.4.1.2011.2.217.7.2.11.51.0
OID for setting the overtemperature alarm function for T/H sensor 6: 1.3.6.1.4.1.2011.2.217.7.2.11.62.0
OID for setting the overtemperature alarm function for T/H sensor 7: 1.3.6.1.4.1.2011.2.217.7.2.11.73.0
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for setting the overtemperature alarm function for the T/H sensor i {0|1}
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.11.7.0 i 1
- Set the undertemperature alarm function for T/H sensors.
- The default lower temperature threshold is 0 (0°C).
Alarm parameter description:
- 1: enables the undertemperature alarm function.
- 0: disables the undertemperature alarm function.
OID for setting the undertemperature alarm function for T/H sensor 1: 1.3.6.1.4.1.2011.2.217.7.2.11.8.0
OID for setting the undertemperature alarm function for T/H sensor 2: 1.3.6.1.4.1.2011.2.217.7.2.11.19.0
OID for setting the undertemperature alarm function for T/H sensor 3: 1.3.6.1.4.1.2011.2.217.7.2.11.30.0
OID for setting the undertemperature alarm function for T/H sensor 4: 1.3.6.1.4.1.2011.2.217.7.2.11.41.0
OID for setting the undertemperature alarm function for T/H sensor 5: 1.3.6.1.4.1.2011.2.217.7.2.11.52.0
OID for setting the undertemperature alarm function for T/H sensor 6: 1.3.6.1.4.1.2011.2.217.7.2.11.63.0
OID for setting the undertemperature alarm function for T/H sensor 7: 1.3.6.1.4.1.2011.2.217.7.2.11.74.0
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for setting the undertemperature alarm function for the T/H sensor i {0|1}
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.11.8.0 i 1
- Set the over-humidity alarm function for T/H sensors.
Alarm parameter description:
- 1: enables the over-humidity alarm function.
- 0: disables the over-humidity alarm function.
OID for setting the over-humidity alarm function for T/H sensor 1: 1.3.6.1.4.1.2011.2.217.7.2.11.9.0
OID for setting the over-humidity alarm function for T/H sensor 2: 1.3.6.1.4.1.2011.2.217.7.2.11.20.0
OID for setting the over-humidity alarm function for T/H sensor 3: 1.3.6.1.4.1.2011.2.217.7.2.11.31.0
OID for setting the over-humidity alarm function for T/H sensor 4: 1.3.6.1.4.1.2011.2.217.7.2.11.42.0
OID for setting the over-humidity alarm function for T/H sensor 5: 1.3.6.1.4.1.2011.2.217.7.2.11.53.0
OID for setting the over-humidity alarm function for T/H sensor 6: 1.3.6.1.4.1.2011.2.217.7.2.11.64.0
OID for setting the over-humidity alarm function for T/H sensor 7: 1.3.6.1.4.1.2011.2.217.7.2.11.75.0
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for setting the over-humidity alarm function for the T/H sensor i {0|1}
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.11.9.0 i 1
- Set the under-humidity alarm function for T/H sensors.
Alarm parameter description:
- 1: enables the under-humidity alarm function.
- 0: disables the under-humidity alarm function.
OID for setting the under-humidity alarm function for T/H sensor 1: 1.3.6.1.4.1.2011.2.217.7.2.11.10.0
OID for setting the under-humidity alarm function for T/H sensor 2: 1.3.6.1.4.1.2011.2.217.7.2.11.21.0
OID for setting the under-humidity alarm function for T/H sensor 3: 1.3.6.1.4.1.2011.2.217.7.2.11.32.0
OID for setting the under-humidity alarm function for T/H sensor 4: 1.3.6.1.4.1.2011.2.217.7.2.11.43.0
OID for setting the under-humidity alarm function for T/H sensor 5: 1.3.6.1.4.1.2011.2.217.7.2.11.54.0
OID for setting the under-humidity alarm function for T/H sensor 6: 1.3.6.1.4.1.2011.2.217.7.2.11.65.0
OID for setting the under-humidity alarm function for T/H sensor 7: 1.3.6.1.4.1.2011.2.217.7.2.11.76.0
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for setting the under-humidity alarm function for the T/H sensor i {0|1}
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.11.10.0 i 1
- Set the fault alarm function for T/H sensors.
Alarm parameter description:
- 1: enables the fault alarm function.
- 0: disables the fault alarm function.
OID for setting the fault alarm function for T/H sensor 1: 1.3.6.1.4.1.2011.2.217.7.2.11.11.0
OID for setting the fault alarm function for T/H sensor 2: 1.3.6.1.4.1.2011.2.217.7.2.11.22.0
OID for setting the fault alarm function for T/H sensor 3: 1.3.6.1.4.1.2011.2.217.7.2.11.33.0
OID for setting the fault alarm function for T/H sensor 4: 1.3.6.1.4.1.2011.2.217.7.2.11.44.0
OID for setting the fault alarm function for T/H sensor 5: 1.3.6.1.4.1.2011.2.217.7.2.11.55.0
OID for setting the fault alarm function for T/H sensor 6: 1.3.6.1.4.1.2011.2.217.7.2.11.66.0
OID for setting the fault alarm function for T/H sensor 7: 1.3.6.1.4.1.2011.2.217.7.2.11.77.0
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for setting the alarm function for the T/H sensor i {0|1}
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.11.11.0 i 1
- Query and set the threshold crossing alarm function for photoelectric liquid level sensors.
Alarm parameter description:
- 1: enables the alarm function.
- 0: disables the alarm function.
OID for querying and setting the threshold crossing alarm function for photoelectric liquid level sensor 1: 1.3.6.1.4.1.2011.2.217.7.2.3.2.0
OID for querying and setting the threshold crossing alarm function for photoelectric liquid level sensor 2: 1.3.6.1.4.1.2011.2.217.7.2.3.4.0
OID for querying and setting the threshold crossing alarm function for photoelectric liquid level sensor 3: 1.3.6.1.4.1.2011.2.217.7.2.3.6.0
OID for querying and setting the threshold crossing alarm function for photoelectric liquid level sensor 4: 1.3.6.1.4.1.2011.2.217.7.2.3.8.0
- Query the threshold crossing alarm function for photoelectric liquid level sensors.
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for querying the threshold crossing alarm function for the photoelectric liquid level sensor
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.3.2.0
- Set the threshold crossing alarm function for photoelectric liquid level sensors.
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for setting the threshold crossing alarm function for the photoelectric liquid level sensor i {0|1}
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.3.2.0 i 0
- Query and set the threshold crossing alarm function for float liquid level sensors.
Alarm parameter description:
- 1: enables the alarm function.
- 0: disables the alarm function.
OID for querying and setting the threshold crossing alarm function for float liquid level sensor 1: 1.3.6.1.4.1.2011.2.217.7.2.4.2.0
OID for querying and setting the threshold crossing alarm function for float liquid level sensor 2: 1.3.6.1.4.1.2011.2.217.7.2.4.4.0
OID for querying and setting the threshold crossing alarm function for float liquid level sensor 3: 1.3.6.1.4.1.2011.2.217.7.2.4.6.0
OID for querying and setting the threshold crossing alarm function for float liquid level sensor 4: 1.3.6.1.4.1.2011.2.217.7.2.4.8.0
- Query the threshold crossing alarm function for float liquid level sensors.
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for querying the threshold crossing alarm function for the float liquid level sensor
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.4.2.0
- Set the threshold crossing alarm function for float liquid level sensors.
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 OID for setting the threshold crossing alarm function for the float liquid level sensor i {0|1}
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.4.2.0 i 0
- Query and set the alarm function for the water detection cable sensor.
Alarm parameter description:
- 1: enables the alarm function.
- 0: disables the alarm function.
- Query the alarm function for the water detection cable sensor.
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.1688 1.3.6.1.4.1.2011.2.217.7.2.6.8.0
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.1688 1.3.6.1.4.1.2011.2.217.7.2.6.8.0
- Set the alarm function for the water detection cable sensor.
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.6.8.0 i {0|1}
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.6.8.0 i 0
- Query and set the alarm function for door status sensors.
Alarm parameter description:
- 1: enables the alarm function.
- 0: disables the alarm function.
OID for setting the alarm function for door status sensor 1: 1.3.6.1.4.1.2011.2.217.7.2.13.2.0
OID for setting the alarm function for door status sensor 2: 1.3.6.1.4.1.2011.2.217.7.2.13.4.0
- Query the alarm function for door status sensors.
Command: snmpget -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 16.100.1.201 OID for querying the alarm function for door status sensors
Example: snmpget -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.13.2.0
- Set the alarm function for door status sensors.
Command: snmpset -v 3 -a SHA -A CCU authentication key -x AES -X CCU encryption key -l authPriv -u CCU user name -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.13.2.0 i {0|1}
Example: snmpset -v 3 -a SHA -A Huawei12#4 -x AES -X Huawei123$ -l authPriv -u snmpuser -t 6 192.168.1.168 1.3.6.1.4.1.2011.2.217.7.2.13.2.0 i 0
- Set the fault alarm function for solenoid valves.