[edit]
root@# set system domain-name domain-name
10. Configure the IP address and prefix length for the switch’s Ethernet interface.
[edit]
root@# set interfaces fxp0 unit 0 family inet address address/prefix-length
11. Configure the IP address of a DNS server.
[edit]
root@# set system name-server address
12. (Optional) Configure the static routes to remote subnets with access to the
management port. Access to the management port is limited to the local subnet. For
more information about static routes, see the Junos OS Administration Library for
Routing Devices.
[edit]
root@# set routing-options static route remote-subnet next-hop destination-IP retain
no-readvertise
13. Configure the telnet service at the [edit system services] hierarchy level.
[edit]
root@# set system services telnet
14. (Optional) Display the configuration to verify that it is correct.
[edit]
root@# show
system {
host-name host-name;
domain-name domain-name;
root-authentication {
authentication-method (password | public-key);
}
name-server {
address;
}
}
interfaces {
fxp0 {
unit 0 {
family inet {
address address/prefix-length;
}
}
}
}
15. Commit the configuration to activate it on the switch.
[edit]
root@# commit
16. (Optional) Configure additional properties by adding the necessary configuration
statements. Then commit the changes to activate them on the switch.
[edit]
Copyright © 2017, Juniper Networks, Inc.200
EX9208 Switch Hardware Guide