6.
Configure RSVP on the loopback interface and the core interfaces:
[edit protocols]
user@switch#
set
rsvp
interface lo0.0
user@switch#
set rsvp interface ge-0/0/5.0
user@switch#
set rsvp interface ge-0/0/6.0
7.
Configure a customer-edge interface as a Layer 3 routed interface, specifying an IP
address:
[edit]
user@switch#
set interfaces ge-2/0/3 unit 0 family inet address 2.2.2.1/16
8.
Configure this Layer 3 customer-edge interface for the routing protocol:
[edit]
user@switch#
set protocols ospf area 0.0.0 interface ge-2/0/3
9.
Configure an LSP on the egress PE switch (
208.208.208.208
) to send IP packets
over MPLS to the ingress PE switch (
100.100.100.100
):
[edit protocols mpls]
user@switch#
set label-switched-path ip_lsp29_javae from 208.208.208.208
user@switch#
set label-switched-path ip_lspjavae_29 to 100.100.100.100
10.
Disable constrained-path LSP computation for this LSP:
[edit protocols mpls]
user@switch#
set label-switched-path ip_lsp29_javae no-cspf
11.
Configure a static route from the ingress PE switch to the egress PE switch, thereby
indicating to the routing protocol that the packets will be forwarded over the MPLS
LSP that has been set up to that destination:
[edit]
user@switch#
set routing-options static route 121.121.121.0/24 next-hop
208.208.208.208
user@switch#
set routing-options static route 121.121.121.0/24 resolve
Related
Documentation
Example: Configuring MPLS on EX Series Switches on page 3365
•
•
Configuring MPLS on Provider Switches (CLI Procedure) on page 3396
•
Configuring an OSPF Network (J-Web Procedure) on page 1681
•
Verifying That MPLS Is Working Correctly on page 3409
•
Understanding JUNOS MPLS Components for EX Series Switches on page 3353
Copyright © 2010, Juniper Networks, Inc.
3404
Complete Software Guide for Junos
®
OS for EX Series Ethernet Switches, Release 10.3
Summary of Contents for JUNOS OS 10.3 - SOFTWARE
Page 325: ...CHAPTER 17 Operational Mode Commands for System Setup 229 Copyright 2010 Juniper Networks Inc ...
Page 1323: ...CHAPTER 56 Operational Mode Commands for Interfaces 1227 Copyright 2010 Juniper Networks Inc ...
Page 2841: ...CHAPTER 86 Operational Commands for 802 1X 2745 Copyright 2010 Juniper Networks Inc ...
Page 3367: ...CHAPTER 113 Operational Mode Commands for CoS 3271 Copyright 2010 Juniper Networks Inc ...
Page 3435: ...CHAPTER 120 Operational Mode Commands for PoE 3339 Copyright 2010 Juniper Networks Inc ...
Page 3529: ...CHAPTER 126 Operational Mode Commands for MPLS 3433 Copyright 2010 Juniper Networks Inc ...