Site Tools


juniper

This is an old revision of the document!


Juniper

Juniper Basic config

Initial

  • Default username: root
  • Default password is empty
  1. At the initial login prompt, type: root
  2. Next type: cli
  3. edit
  4. delete chassis auto-image-upgrade
  5. set system root-authentication plain-text-password
  6. juniper1
  7. commit

New Admin User

  1. set system login user tst-admin class super-user authentication plain-text-password
  2. juniper1

New Operator User

  1. set system login user tst-operator class operator authentication plain-text-password
  2. juniper1

Commit Variations

  • commit
    • Commit immediately.
  • commit confirmed
    • Commit in 10 minutes. This is the default.
  • commit confirmed 3
    • Commit for 3 minutes, then load previous configuration unless a commit is issued within 3 minutes.
  • commit comment “Enable interface ge-0/0/0” * Commit with the comment * commit check * Verify syntax for pending changes. Does not commit. * commit and-quit**
    • Commit, then quit back to operator mode

JNCIA-104

juniper.1752354832.txt.gz · Last modified: by adminent