Topic: tech juniper ijos prev next

tech juniper ijos > 07: User Authentication and Archiving

07: User Authentication and Archiving

show system authentication-order

authentication-order [ radius tacplus password ];

set cli directory <directory>

help syslog

traceoptions {
    file ospf-trace replace size 128k files 10 no-world-readable;
    flag event detail;
    flag error detail;
}

monitor start <filename> | match fail


show ntp associations
show ntp status

system ntp {
    server
    boot-server
}


system archival {
    transfer-interval 1500
    transfer-on-commit;
    archive-sites {
        "scp://..." password "";
    }
}

edit system login
set class juniper permissions [view view-configuration reset]
set user walter vlass juniper
set user water authentication plain-text-password

set system radius-server 172.25.11.254 secret Juniper
set system authentication-order radius
rename system radius-server 172.25.11.254 to 10.1.1.1

show system syslog
file messages {
    any critical;
    authorization info;
}
file interactive-commands {
    interactive-commands any;
}

edit system syslog
set file config-changes change-log info
set file messages any any

set host 172.25.11.254 authorization info

run file list /var/log

top
set system ntp server 172.25.11.254
set system ntp boot-server 172.25.11.254

show log config-changes
set date ntp
show ntp associations
show system uptime

set snmp community junos clients 172.25.11.254
set snmp trap-group interfaces targets 172.25.11.254
set snmp trap-group interfaces categories link
set interfaces ge-0/0/2 disable
run show interfaces ge-0/0/2 terse
delete interfaces ge-0/0/2 disable

show log messages | match ge-0/0/2 | match snmp
show snmp statistics
show snmp mib walk jnxOperatingDescr
edit system archival configuration
set archive-sites "ftp://ftp@/172.25.11.254/archive" password ftp
set transfer-on-commit

show log messages | match transfer