Config

Leafs

class System.Config

Bases: Entity

Class Hierarchy: System Config

This class represents configuration data.

Global configuration data for the system

hostname

The hostname of the device – should be a single domain label, without the domain

type: str

pattern: ((([a-zA-Z0-9_]([a-zA-Z0-9\-_]){0,61})?[a-zA-Z0-9]\.)*([a-zA-Z0-9_]([a-zA-Z0-9\-_]){0,61})?[a-zA-Z0-9]\.?)|\.
domain_name

Specifies the domain name used to form fully qualified name for unqualified hostnames

type: str

pattern: ((([a-zA-Z0-9_]([a-zA-Z0-9\-_]){0,61})?[a-zA-Z0-9]\.)*([a-zA-Z0-9_]([a-zA-Z0-9\-_]){0,61})?[a-zA-Z0-9]\.?)|\.
login_banner

The console login message displayed before the login prompt, i.e., before a user logs into the system

type: str

motd_banner

The console message displayed after a user logs into the system. They system may append additional standard information such as the current system date and time, uptime, last login timestamp, etc

type: str