Configure the System for Remote Access
Configure the System to Accept SSH and Telnet Connections
Copyright © 2013, Juniper Networks, Inc.
To configure a list of domain names to search:
[edit]
root@host# set system domain-search [domain-name1, domain-name2, ...]
For example:
[edit]
root@host# set system domain-search [my-domain.juniper.net domain.juniper2.net]
To configure the domain name:
[edit]
root@host# set system domain-name domain-name
For example:
[edit]
root@host# set system domain-name my-domain.juniper.net
From configuration mode, access the configuration statement that configures the
1.
interface.
user@host# edit interfaces eth0
Specify the unit, family, and IP address for the interface.
2.
[edit interfaces eth0]
user@host# set unit number family inet address address
For example, to configure an interface with only an IP address:
[edit interfaces eth0]
user@host# set unit 0 family inet address 192.2.0.10/24
(Optional) Specify the broadcast address for the interface.
3.
[edit interfaces eth0]
user@host# set unit number family inet broadcast broadcast
For example, to configure an interface with only a broadcast address:
[edit interfaces eth0]
user@host# set unit 0 family inet broadcast 192.2.0.255
Verify the interface configuration.
4.
[edit interfaces eth0]
user@host# show
unit 0 {
family {
inet {
broadcast 192.2.0.255;
}
}
}
From configuration mode, access the
1.
Configure the System for Remote Access
hierarchy level.
[edit system services ssh]
11
Need help?
Do you have a question about the C Series and is the answer not in the manual?
Questions and answers