Juniper Day One+ MX304 Manual page 10

Table of Contents

Advertisement

In our example we define a single default static route to provide management network reachability to all possible
remote destinations.
[edit]
root# set routing-options static route
13. Configure the IP address of a backup router. The backup router is only used while the routing protocol is not
running. The primary use of the backup router is to provide routing capability for the management port on the
backup Routing-Engine. This is because the backup Routing-Engine does not run the routing protocol daemon
(rpd).
14. In most cases the backup router is the same IP next hop as used for the management network's static routes. We
again use a default route to provide the back up Routing-Engine with reachability for all possible remote
destinations.
[edit]
root# set system backup-router
root# set system backup-router destination
15. Configure remote access for the root user over ssh. By default the root user is only able to log-in via the console
port. The root-login allow statement permits remote log-in for the root user.
[edit]
root# set system services ssh root-login allow
16. (Optional) Display the configuration to verify it's correct.
[edit]
root# show
system {
host-name ;
host-name
root-authentication {
authentication-method ( encripted-password | public-key );
}
services {
ssh {
root-login allow;
}
}
domain-name
domain-name ;
backup-router
name-server {
address ;
}
0.0.0.0/0 next-hop destination-IP retain no-readvertise
address
address destination 0.0.0.0/0 ;
0.0.0.0/0
10

Advertisement

Table of Contents
loading

Table of Contents