USER GUIDE
EdgeSafe 40G Bypass Modular Network TAP | M40GBP
Version 1.6 Page 67 of 159
Garland Technology reserves the right to make changes without further notice to any products or data herein to improve reliability, function or design.
Confidential -This document is
Garland Technology
.'s property. This document may not be copied, duplicated and transferred to electronic or mechanized
media or used for any other purpose, including any part thereof or attachment thereto, except as authorized in advance and in writing by
Garland Technology.
6.45 Get/Set management session timeout (session_exp_time)
The session_exp_time command sets the time that the session can be passive (does not send request to
the M40GBP) before the session will be terminated by the M40GBP (default 900 sec).
In case that the WEB session was terminated the Login screen will appear on the WEB browser.
Example:
6.46 Get/Set Ethernet management port status (mgmt_port_state)
The M40GBP Ethernet management port can be disabled /enabled (factory default = enabled)
When enabled all management operation can be performed remotely via this port. When disabled –
WEB interface, SNMP, Telnet, SSH management protocols are disabled.
Example:
M40GBP$ get_session_expired_time
session timeout: 900 sec.
command succeeded.
M40GBP$ set_session_expired_time 1000
command succeeded.
M40GBP$ get_session_expired_time
session timeout: 1000 sec.
command succeeded.
M40GBP$
M40GBP$ get_mgmt_port_state
eth management port: on.
command succeeded.
M40GBP$ set_mgmt_port_state off
command succeeded.
M40GBP$ get_mgmt_port_state
eth management port: off.
command succeeded.
M40GBP$