Juniper Networks: Junos: Benutzerpasswort ändern

Hier der Befehl für User rtest: set system login user rtest authentication plain-text-password Und so sieht es beim root aus: set system root-authentication plain-text-password   root@SRX2# set system login user ? Possible completions:   <user-name>          User name (login)   user1             Admin1   rtest             Roman Test [edit] root@SRX2# set system login user rtest ? Possible completions: + apply-groups         Groups from which to inherit configuration data + apply-groups-except  Don’t inherit configuration data from these groups > authentication       Authentication method   class                Login class   full-name            Full name   uid                  User identifier (uid) (100..64000) [edit] root@SRX2# set system login user rtest authentication ? Possible completions: + apply-groups         Groups from which to inherit configuration data + apply-groups-except  Don’t inherit configuration data from these …

weiterlesen ….

Juniper Junos: Konfiguration über Terminal / serielles Interface

Wenn sich ein Junos Router komplett der Kontrolle entzogen hatte und man nur den Zugang über ein serielles Interface zum Router hat, dann bietet sich die Möglichkeit an, die (hoffentlich vorhandene) über das serielle Interface Konfiguration einzulesen. Einloggen in Router „CLI“ Aufrufen „configure“ eingeben „load override terminal“ Nun kann man mit copy/paste die Konfig einfügen Wenn die Konfig zu Router übertragen wurde, ein STRG+D zum Abschluß drücken, der Transfer der Konfiguration wird damit beendet. commit Quelle: http://www.juniper.net/techpubs/en_US/junos14.2/topics/task/configuration/junos-software-configuration-file-loading.html