Configure System Attributes; Commit The Configuration - Juniper MX960 Quick Start Manual

3d universal edge router
Hide thumbs Also See for MX960:
Table of Contents

Advertisement

Configure System Attributes

Commit the Configuration

Copyright © 2015, Juniper Networks, Inc.
Configure the name of the router. If the name includes spaces, enclose the name in
1.
quotation marks (" ").
[edit]
root@# set system host-name host-name
Configure the router's domain name.
2.
[edit]
root@# set system domain-name domain-name
Configure the IP address and prefix length for the router's Ethernet interface.
3.
[edit]
root@# set interfaces fxp0 unit 0 family inet address address/prefix-length
Configure the IP address of a backup router, which is used only while the routing
4.
protocol is not running.
[edit]
root@# set system backup-router address
Configure the IP address of a DNS server.
5.
[edit]
root@# set system name-server address
Optionally, display the configuration to verify that it is correct.
1.
[edit]
root@# show
system {
host-name host-name;
domain-name domain-name;
backup-router address;
root-authentication {
authentication-method (password | public-key);
}
name-server {
address;
}
}
interfaces {
fxp0 {
unit 0 {
family inet {
address address/prefix-length;
}
}
}
}
Commit the configuration to activate it on the router.
2.
Configure System Attributes
27

Advertisement

Table of Contents
loading

Table of Contents