Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Validating Your Branch SRX Series Configuration

Purpose

Verify that the device was configured with a hostname, user classes, name server, and an NTP server.

Action

From configuration mode, confirm your configuration by entering the show commands such as show system host-name, show system login, and show system name-server as shown in the following samples:

  • Verify system hostname details.
    [edit]root@host# show system host-namehost-name srx210-host;
  • Verify system user classes and login details.
    [edit]root@host# show system login
    user admin-user {class super-user;authentication {encrypted-password "$ABC123"; ## SECRET-DATA}}user read-only-user {class read-only;authentication {encrypted-password "$A1B1C1"; ## SECRET-DATA}}
  • Verify system name server details.
    [edit]root@host# show system name-server
    208.67.222.222;208.67.220.220;11.11.11.11
  • Use run show interface terse to verify the acquired IP address.

If you are done configuring the device, enter commit from configuration mode.

Modified: 2016-06-24