all under set system:
1) Host name: host-name Switch001;
2) Time zone: time-zone America/New_York;
3) What to do in case of syste panic: dump-on-panic;
4) Establish Authentication order: authentication-order [radius password];
5) Define root authentication: root-authentication password
6) Define radius servers: radius-server 10.10.10.1
radius-server timeout 5
7) Define login message, user classes, and users: message "a kuku"
8) Define user classes, and users:
9) Define services for the device example ssh:
ssh root-login deny;
ssh protocol-version v2;
ssh connection-limit 8;
ssh rate-limit 10;
10) Define how the log file will be stored: link
11) Decide if configuration file should be compressed: no-compress-configuration-files;
12) Synchronize commit to both routing engines: commit synchronize;
13) Set NTP servers:
ntp boot-server 10.83.157.3; ## when booting, it immediately synchronizes.
ntp server 10.83.157.3;
ntp server 10.83.29.3 prefer;
14) Define chassis characteristics:
chassis redundancy graceful-switchover ## graceful switch over between routing engines
15) ...