Go to primary content
Oracle® Communications EAGLE Database Administration - System Management User's Guide
Release 46.6
E93319 Revision 1
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Unmate IP Security for Terminal and Measurements

EAGLE Release 45.0 provides the capability to unmate the IP Security for Telnet and FTP. The Terminal security (SSH) will be controlled by an option 'ssh' in the Security Default table. This option can be set to ON to enable SSH or set to OFF to disable SSH. The chg-secu-dflt command is modified to support the parameter 'ssh' that turns SSH ON/OFF. The parameter is optional, and defaults to ON. Example command:

chg-secu-dflt:ssh=on

Security for the FTP interfaces will be controlled by an option Security in the FTP Server table. Each option in the table defines the parameters for a specific FTP interface. The parameter Security can be turned ON/OFF for each server entry independently. When the OAM IP Security feature is ON and the FTP interface Security parameter is ON, the interface will be protected by data encryption.

The Security Parameter can be set when an interface is initially created with the ent-ftp-serv command, or changed for an existing interface with the chg-ftp-serv command. The parameter is optional, and defaults to ON. Example commands:

ent-ft-serv-:ipaddr=x.x.x.x:login=user:app=dist:prio=1=login=eagle:path="/path":security=on and

chg-ftp-serv:ipaddr=x.x.x.x:app=dist:security=on.