State¶
Leafs
-
class
System.TelnetServer.
State
¶ Bases:
Entity
Class Hierarchy:
System
TelnetServer
State
This class represents state data.
Operational state data for telnet
-
enable
¶ Enables the telnet server. Telnet is disabled by default
type: bool
config: False
default value: false
-
timeout
¶ Set the idle timeout in seconds on terminal connections to the system for the protocol
type: int
range: 0..65535config: False
units: seconds
-
rate_limit
¶ Set a limit on the number of connection attempts per minute to the system for the protocol
type: int
range: 0..65535config: False
units: conn/min
-
session_limit
¶ Set a limit on the number of simultaneous active terminal sessions to the system for the protocol (e.g., ssh, telnet, ...)
type: int
range: 0..65535config: False
-