Configuring the SRC Software

To configure the SRC software on a C-series Controller:

  1. Review the configuration by running the show configuration command in operation mode.
    user@host> show configuration
    system {
      host-name my-host;
      domain-search [ mylab.jnpr.net jnpr.net juniper.net ];
      name-server [ 192.0.20.10 192.0.20.30 ];
      time-zone America/New_York;
      services {
        telnet;
        ssh {
          root-login allow;
        }
      }
      . . .

    Make any updates needed to the initial configuration.

  2. If the password for the root user was not changed from the default value, change it now.
      root@host> set cli password

    Do not use the root account for normal operation.

  3. If the time zone is not set to the time zone where the system resides, set the time zone.

    See Setting the Time Zone (SRC CLI).

  4. Configure NTP.

    See Configuring NTP on a C-series Controller.

  5. Complete the configuration of the Juniper Networks database, and load sample data.

    See Overview of the Juniper Networks Database.

    If the Juniper Networks database is configured to run in community mode, the admin account already exists.

  6. Configure remote access to other interfaces.

    See Configuring External Interfaces on a C-series Controller, Configuring Gigabit Ethernet Interfaces for IPv4 (SRC CLI), Configuring Gigabit Ethernet Interfaces for IPv6 (SRC CLI).

  7. Configure static routes to networks that contain devices to be managed by the SRC software.

    See Configuring a Static Route to Devices on Other Networks (SRC CLI).

  8. (Optional) Configure other external access to the C-series Controller and secure communications to remote hosts.

    See Securing Connections Between a C-series Controller and Remote Hosts, Configuring a C-series Controller to Accept SSH Connections (SRC CLI), Configuring a C-series Controller to Accept Telnet Connections (SRC CLI).

  9. (Optional) Configure the system log server.

    See Overview of the C-series Controller Log Server.

  10. (Optional) Configure user accounts.

    See Overview of SRC User Accounts.

  11. Configure SRC components.

    See Configuring SRC Components .