Hitachi Energy
Configurations
This section describes the configuration parameters of the FOXMAN-UN which are directly related to the ECLIP interface. These parameters are set in the file $NEM_HOME/etc/nbcli.conf
# NBI CLI northbound interface
# ============================
 
# ECLI proxy configuration
# ========================
 
# ECLI proxy OSS-Port
# -------------------
# Configures the tcp listen port of the ECLI proxy daemon
# default set to 2600
#nbi_eclip_oss_port 2600
 
# ECLI proxy maximum of sessions
# ------------------------------
# Defines the maximum number of ECLI proxy sessions
# default set to 100
#nbi_eclip_max_number_of_sessions 100
# ECLI proxy protocol
# -----------------
# Defines the protocol
# Valid values are "telnet", "ssh". Default is "telnet"
#nbi_eclip_protocol telnet
 
Additional information regarding the CLI syntax:
nbi_eclip_protocol
Defines the backend connection protocol for an ECLI. This telnet or ssh client establishes a connection to the ECLI, sends commands and receives the response. There is no difference in the use of the ECLI proxy if the customer starts the ECLIP with telnet or ssh as backend protocol.