StarTech.com CONYX ECS0016 User Manual

Page of 140
Instruction Manual
98
‘115200’, and ‘230400’.
Supported parity values are ‘None’, ‘Odd’, ‘Even’, ‘Mark’ and ‘Space’.
Supported data-bits values are ‘8’, ‘7’, ‘6’ and ‘5’.
Supported stop-bits values are ‘1’, ‘1.5’ and ‘2’.
Supported flow-control values are ‘Hardware’, ‘Software’ and ‘None’.
Services Configuration
You can manually enable or disable network servers from the command 
line. For example,  if you wanted to guarantee the following server con-
figuration:
HTTP Server: Enabled
HTTPS Server: Disabled
Telnet Server: Disabled
SSH Server: Enabled
SNMP Server: Disabled
Ping Replies (Respond to ICMP echo requests): Disabled
You would need to issue the following commands from the command line 
to set system configuration:
   # /bin/config –-set=config.services.http.enabled=on
   # /bin/config –-del=config.services.https.enabled
   # /bin/config –-del=config.services.telnet.enabled
   # /bin/config –-set=config.services.ssh.enabled=on
   # /bin/config –-del=config.services.snmp.enabled
   # /bin/config –-del=config.services.pingreply.enabled
 
The following command will synchronize the live system with the new 
configuration.
    # /bin/config –-run=services