This article describes how to copy and paste text from a configuration or an entire configuration to the CLI.
For other topics, go to the SRX Getting Started main page.
This section contains the following:
load merge terminal relative
user@host#
edit system
[edit system]
[Type ^D at a new line to end input]
user@host # load merge terminal relative [Type ^D at a new line to end input] location building 2; ntp server 78.46.194.186 version 4 ;
user@host
load merge terminal relative [Type ^D at a new line to end input] location building 2;
ntp server 78.46.194.186 version 4
Enter
Ctrl+d
show
commit check
commit
commit complete
user@host# show interfaces ge-0/0/0
unit 0 {
family inet {
address 10.85.49.149/24;
}
user@host# edit interfaces ge-0/0/0
[edit interfaces ge-0/0/0]
user@host# load merge terminal relative [Type ^D at a new line to end input]
user@host# load merge terminal relative [Type ^D at a new line to end input] description management; unit 1 { family inet { address 192.168.1.1/24; } }
[edit interfaces ge-0/0/0] user@host# show description management; unit 0 { family inet { address 10.10.10.149/24; } } unit 1 { family inet { address 192.168.1.1/24; } }
[edit interfaces ge-0/0/0] user@host# commit check
load override terminal
exit
user@host# show ## Last changed: 2010-02-02 20:49:24 UTC version 10.0R2.10; system { host-name SRX; ... ...