Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Download This Guide
Firefly Perimeter Configuration Using the CLI Interface
To configure Firefly Perimeter using the CLI Interface:
- Verify that the device is powered on.
- Log in as the root user. There is no password.
- Start the CLIroot#cliroot@>
- Enter configuration mode.configure [edit]root@#
- Set the root authentication password by entering a cleartext
password, an encrypted password, or an SSH public key string (DSA
or RSA).[edit]root@# set system root-authentication plain-text-passwordNew password: password Retype new password: password
- Configure an administrative account on the device.[edit]root@# set system login user admin class super-user authentication plain-text-password
- Commit the configuration to activate it on the device.[edit]root@# commit
- Login as the administrative user you configured in Step 6.
- Configure the host name.configure [edit]admin@# set system host-name host-name
- Configure the traffic interface.[edit]admin@# set interfaces ge-0/0/1 unit 0 family inet address address/prefix-length
- Configure the default route.[edit]admin@# set routing-options static route 0.0.0.0/0 next-hop gateway
- Configure basic security zones and bind them to traffic
interfaces.[edit]admin@# set security zones security-zone untrust interfaces ge-0/0/1
- Verify the configuration.[edit]admin@# commit checkconfiguration check succeeds
- Commit the configuration to activate it on the device.[edit]admin@# commitcommit complete
- Optionally, display the configuration to verify that it
is correct.[edit]user@host# showsystem {host-name devicea;domain-name lab.device.net;domain-search [ lab.device.net device.net ];time-zone America/Los_Angeles;root-authentication {ssh-rsa "ssh-rsa AAAAB3Nza...D9Y2gXF9ac==root@devicea.lab.device.net";}name-server {ip}services {}ntp { server ip }}interfaces {ge-0/0/0 {unit 0 {family inet {address ip}}}lo0 {unit 0 {family inet {address ip}}}}
- Commit the configuration to activate it on the device.[edit]admin@# commit
- Optionally, configure more properties by adding the necessary
configuration statements. Then commit the changes to activate them
on the device.[edit]admin@host# commit
- When you have finished configuring the device, exit configuration
mode.[edit]admin@host# exitadmin@host>
![]() | Note: For additional configuration details, see: |