[Contents] [Prev] [Next] [Index] [Report an Error]


Documentation Conventions

General Conventions

This manual uses the following text conventions:

To configure a stub area, include the stub statement at the [edit protocols ospf area area-id ] hierarchy level:

[edit protocols ospf area area-id ]
cli# show
stub <default-metric metric >

    > 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

Conventions for Software Commands and Statements

When describing the JUNOS software, this manual uses the following type and presentation conventions:

You configure all these routers by including the following area statement at the [edit protocols ospf] hierarchy level:

area area-id;

stub <default-metric metric >; 

string1 | string2
(string1 | string2 ) 

In the following example, you must specify either broadcast or multicast, but you cannot specify both:

broadcast | multicast

community name members [ community-ids  ] 

[edit]
cli# set routing-options static route default nexthop address retain
[edit]
cli# show
routing-options {
    static {
        route default {
            nexthop address;
            retain;
        }
    }
}

protocols {
    mpls { 
        interface (interface-name | all);                                                    # Required to enable MPLS on the interface
    }
    rsvp {                                                        # Required for dynamic MPLS only
        interface interface-name;
    }
}


[Contents] [Prev] [Next] [Index] [Report an Error]