Juniper Day One+ MX304 Manual page 9

Table of Contents

Advertisement

6.
Remove factory default configuration statements that relate to ZTP. After you commit these initial changes the ZTP
process is stopped and the related console messages are no longer displayed.
[edit]
root@# delete system commit
root@# delete chassis auto-image-upgrade
root@# delete interfaces fxp0
7.
Configure the IP address and prefix length for the router's management Ethernet interface (fxp0). You also
configure an IPv4 address on the loopback interface in this step. Having a routible IP address on the loopback
interface is a best practice and is generally needed later, when routing protocols are configured.
[edit]
root# set interfaces fxp0 unit 0 family inet address
root# set interfaces lo0 unit 0 family inet address
8.
Perform an initial commit to activate the modified configuration.
[edit]
root# commit
commit complete
[edit]
root#
9.
Configure the router's host name. If the name includes spaces, enclose the name in quotation marks (" ").
[edit]
root# set system host-name
10. Configure the router's domain name.
[edit]
root# set system domain-name
11. Configure the IP address of a DNS server.
[edit]
root@# set system name-server
12. Configure one or more static routes to remote subnets that have access to the management subnet. Without static
routing, access to the management port is limited to devices attached to the management subnet. Static routing is
needed to access the management interface from devices attached to remote subnets. For more information about
static routes, see
Configure Static Routes.
host-name
domain-name
address
address/prefix-length
address/32
9

Advertisement

Table of Contents
loading

Table of Contents