Installing Software When a Firewall Exists ! 175
Appendix B: Installing JUNOSe Software
3. Configure a route to reach the network host.
host1#configure
Configuring from terminal or file [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
host1(config)#ip route ipNetwork networkMask ipNextHop
4. Press <CTRL-Z> to return to Privileged Exec mode.
5. Determine whether the E-series router has been configured to recognize the
network host.
host1#show host
If the network host is listed, go to step 8. Otherwise, proceed with step 6.
6. Add an entry to the Static Host Table so that the E-series router can access the
network host. The host command allows you to specify the network host name
and IP address.
host1#configure
Configuring from terminal or file [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
host1(config)#host hostName ipAddress ftp loginname password
7. Press <CTRL-Z> to return to Privileged Exec mode.
8. Use the ping command to determine whether the E-series router can now
reach the network host.
host1#ping hostname
If the E-series router cannot reach the network host, verify that you correctly
performed the previous steps in this procedure and that the network host is
operational.
Task 7: Enable the FTP Server on the E-series Router
The E-series router divides its vty resources among Telnet, SSH, and FTP services.
Each FTP session requires one vty line, and the FTP service uses the authentication
method configured for the vty line. If you configured more than one vty line for
Telnet access, the FTP service will use one of those lines. If you configured only one
line for Telnet access, configure another vty line. See Chapter 8, Accessing E-series
Routers, for more information.
To enable the FTP server, use the ftp-server enable command.
host1(config)#ftp-server enable
Task 8: Identify the Files to Transfer
To identify all the files for the release, open the software release (.rel) file on the
JUNOSe software CD with a text editor. The software release file contains a list of all
the files associated with the release. You must transfer the software release file and
all the files it contains to the user space.