Supported routing platforms, Using the indexes, Using the examples in this manual – Juniper Networks JUNOS OS 10.4 User Manual
Page 15: Merging a full example, Xv using the indexes, Xv using the examples in this manual

Supported Routing Platforms
For the Layer 2 features described in this manual, the Junos OS currently supports the
following routing platforms:
•
Juniper Networks MX Series 3D Universal Edge Routers
Using the Indexes
This reference contains a standard index with topic entries.
Using the Examples in This Manual
If you want to use the examples in this manual, you can use the
load merge
or the
load
merge relative
command. These commands cause the software to merge the incoming
configuration into the current candidate configuration. The example does not become
active until you commit the candidate configuration.
If the example configuration contains the top level of the hierarchy (or multiple
hierarchies), the example is a full example. In this case, use the
load merge
command.
If the example configuration does not start at the top level of the hierarchy, the example
is a snippet. In this case, use the
load merge relative
command. These procedures are
described in the following sections.
Merging a Full Example
To merge a full example, follow these steps:
1.
From the HTML or PDF version of the manual, copy a configuration example into a
text file, save the file with a name, and copy the file to a directory on your routing
platform.
For example, copy the following configuration to a file and name the file
ex-script.conf
.
Copy the
ex-script.conf
file to the
/var/tmp
directory on your routing platform.
system {
scripts {
commit {
file ex-script.xsl;
}
}
}
interfaces {
fxp0 {
disable;
unit 0 {
family inet {
address 10.0.0.1/24;
}
}
}
xv
Copyright © 2013, Juniper Networks, Inc.
About This Guide