How to set the OID - "fileCopyServerInetAddress" via NET-SNMP on ECS4100 series ?

Steven_zhangCreated at:Dec 11, 2019 13:58:02Updated at:Dec 11, 2019 13:58:07

Topology:

mceclip0.png

 

The OID - "fileCopyServerInetAddress", is used to set the IP address for remote file server.

 

1. The customer needs to configure the OID - "fileCopyServerInetAddressType" first, which the address type will use the IPv4(1).

fileCopyServerInetAddressType OID = 1.3.6.1.4.1.259.10.1.46.1.24.1.20.0

Command: snmpset -v 2c -c private 192.168.2.10 1.3.6.1.4.1.259.10.1.46.1.24.1.20.0 i 1

mceclip2.png

 

2. Then customer will be able to configure the OID - "fileCopyServerInetAddress".

fileCopyServerInetAddress OID = 1.3.6.1.4.1.259.10.1.46.1.24.1.21.0

Command : snmpset -v 2c -c private 192.168.2.10 1.3.6.1.4.1.259.10.1.46.1.24.1.21.0 x C0A80214

mceclip3.png

* The IP address needs to be converted to hexadecimal, for example: C0A80214 = 192.168.2.20.

 

If the customer cannot finish the first step, then the customer would not be able to process to the second step, and will receive an error message.

mceclip4.png