Changing OAMP Address through ini File

You can change the device's default OAMP networking address by loading an ini file with the new OAMP address, through the device's Web interface.

To change the default OAMP network address through ini file:
1. Create an ini file using a regular text-based editor program (such as Notepad) and save it with the file extension name .ini (e.g., myfile.ini).
2. Copy-and-paste the below ini file table parameter (InterfaceTable) into the ini file:
[ InterfaceTable ]
FORMAT Index = ApplicationTypes, InterfaceMode, IPAddress, PrefixLength, Gateway, InterfaceName, PrimaryDNSServerIPAddress, SecondaryDNSServerIPAddress, UnderlyingDevice;
InterfaceTable 0 = 6, 10, <IP Address>, <Prefix Length>, <Default Gateway>, "O+M+C", 0.0.0.0, 0.0.0.0, "vlan 1";
[ \InterfaceTable ]
3. Modify the <IP Address>, <Prefix Length>, and <Default Gateway> parameters (but remove the angle brackets).
4. Save the file.
5. Connect to the device's Web interface using the default OAMP address (see Changing OAMP Address through Web Interface).
6. Open the Configuration File page (Setup menu > Administration tab > Maintenance folder > Configuration File).
7. Under the INI File group, click the Choose File button to select the file, and then click Upload INI File; the device uploads the file and saves the configuration to flash memory with a device restart.
8. Disconnect the device from your PC and re-connect it to your network.
9. Access the device using the new OAMP interface address.