In general text, this manual uses the following conventions:
[edit protocols ospf areaarea-id] cli#showstub <default-metricmetric>
> show interfaces terse
Interface Admin Link Proto Local Remote
at-1/3/0 up up
at-1/3/0.0 up up inet 1.0.0.1 --> 1.0.0.2
iso
fxp0 up up
fxp0.0 up up inet 192.168.5.59/24
When describing the JUNOS software, this manual uses the following type and presentation conventions:
area statement, you substitute a value for area-id.
area area-id;
default-metric metric" portion of the statement is optional:
stub <default-metric metric>;
string1 or string2, but you cannot specify both or neither of them. Parentheses are sometimes used to group the strings.
string1|string2(string1|string2)
communitynamemembers [community-id]
show command. This format includes braces ({ }) and semicolons. When you type configuration statements in the CLI, you do not type the braces and semicolons. However, when you type configuration statements in an ASCII file, you must include the braces and semicolons. For example:
[edit] cli#set routing-options static route default nexthopaddressretain[edit] cli#showrouting-options { static { route default { nexthopaddress; retain; } } }
protocols { mpls { interface (interface-name| all); # Required to enable MPLS on the interface } rsvp { # Required for dynamic MPLS only interfaceinterface-name; } }