SSH

#> show configuration system services
ssh {
root-login deny;
}
netconf {
ssh;
}

DNS

domain-name sunet.se;
name-server {
89.32.32.32;
}

Syslog

syslog {
archive size 100k files 3;
user * {
any emergency;
}
host 130.242.125.106 {
any any;
}
file messages {
any critical;
authorization info;
}
file interactive-commands {
interactive-commands error;
}
}

NTP

ntp {
server 194.58.202.20;
server 194.58.203.20;
}