Configuration Procedure
This section describes how to configure the eSight northbound FTP interface of Network Traffic Analyzer (NTA).
Procedure
- Log in to the eSight server.
In Windows, log in to the eSight server as the Administrator user. In Linux, log in to the eSight server as the ossuser user.
- Configure a related item for generating NTA northbound files. For details, see section Configuring the Generation of NTA Northbound Files.
- Open the nbi.xml file.
- Windows
Access the <Installation directory>/AppBase/etc/oms.nbi directory and use the text editor to open the nbi.xml file.
- Linux
Run the following commands:
cd <Installation directory>/AppBase/etc/oms.nbi
vi nbi.xml
- Windows
- In the nbi.xml file, configure the interconnection between eSight and third-party systems in pull mode.
eSight can interconnect with a maximum of 20 third-party systems. Each <UserInfo> node indicates a third-party system.
- If the push mode is used, eSight proactively uploads the file. You need to configure the FTP server of the third-party system.
- If the pull mode is used, the third-party systems proactively obtain the file. You only need to configure the name of the third-party system. For details, see section Configuring the Interconnection with the third-party system (pull).
- The NTA FTP northbound interface uses pull as the transmission mode.
- Save the modifications.
- Windows
Choose File > Save from the main menu of the text editor and close the window.
- Linux
Run the following command:
:wq
- Windows
- Restart the eSight service to make the configurations take effect.
- Check whether the northbound FTP interface is configured successfully. For details, see section Verifying Configurations.