|
Navigate to the Interfaces level of the configuration
hierarchy
|
In the configuration editor hierarchy, select Interfaces.
|
From the top of the configuration hierarchy, enter
edit interfaces
|
|
Enable the MPLS family on all transit interfaces on each router in the
MPLS network.
|
- Click the transit interface on which you want to configure
MPLS.
- In the Unit table, click the unit number for which you
want to enable MPLS.
- In the Family area, select the Mpls check
box.
- Click OK.
- Repeat Steps 1 through 4 for each transit interface on
the routers in the MPLS network.
|
- Add the MPLS family to all transit interfaces. For
example:
set fe-0/0/0 unit 0 family mpls
- Repeat Step 1 for each transit interface on the routers
in the MPLS network.
|
|
Enable the MPLS process on all MPLS interfaces for each router in the
MPLS network.
|
- Navigate to the Protocols>Mpls level
in the configuration hierarchy.
- Next to Interface, click Add new entry.
- In the Interface name box, type all.
- Click OK.
- Repeat Steps 1 through 4 for each transit interface on
the routers in the MPLS network.
|
- From the top of the configuration hierarchy, enter
edit protocols mpls
- Enter:
set interface all
- Repeat Steps 1 and 2 for each transit interface on the
routers in the MPLS network.
|
|
Create the RSVP instance on each Services Router in the MPLS network.
|
- Navigate to the Protocols>Rsvp level
in the configuration hierarchy.
- Next to Interface, click Add new entry.
- In the Interface name box, type the name of a transit interface—for
example, fe-0/0/0.
- Click OK.
- Repeat Steps 1 through 4 for each transit interface on
the routers in the MPLS network.
|
- From the top of the configuration hierarchy, enter
edit protocols rsvp
- Enable RSVP on a transit interface. For example:
set interface fe-0/0/0
- Repeat Steps 1 and 2 for each transit interface on the
routers in the MPLS network.
|
|
On the entry (ingress) router, R1, define the LSP r1–r7,
using router R7's loopback address (10.0.9.7).
|
- Navigate to the Protocols>Mpls level
in the configuration hierarchy.
- Next to Label switched path, click Add
new entry.
- In the Path name box, type r1–r7.
- In the To box, type 10.0.9.7.
|
- From the top of the configuration hierarchy, enter
edit protocols mpls
- Enter
set label-switched-path r1–r7 to 10.0.9.7
|
|
Reserve 10 Mbps of bandwidth on the LSP.
|
- In the Bandwidth box, click Configure.
- In the Ct0 box, type 10m.
- Click OK.
|
Enter
set label-switched-path r1–r7 bandwidth 10m
|
|
Disable the use of the Constrained Shortest Path First (CSPF) algorithm.
By disabling the CSPF algorithm, you specify that traffic through the
LSP is to be routed along the network IGP's shortest path.
|
- Select the No cspf check box.
- Click OK.
|
Enter
set label-switched-path r1–r7 no-cspf
|