Topology:
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
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
* 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.
Prev Page How to configure L3 DHCP Relay on ECS4620 Series ?