HP MSR2000 Configuration Manual page 99

Msr series mpls
Hide thumbs Also See for MSR2000:
Table of Contents

Advertisement

[RouterB] interface gigabitethernet 2/1/1
[RouterB-GigabitEthernet2/1/1] mpls te max-link-bandwidth 10000
[RouterB-GigabitEthernet2/1/1] mpls te max-reservable-bandwidth 5000
[RouterB-GigabitEthernet2/1/1] quit
[RouterB] interface gigabitethernet 2/1/2
[RouterB-GigabitEthernet2/1/2] mpls te max-link-bandwidth 10000
[RouterB-GigabitEthernet2/1/2] mpls te max-reservable-bandwidth 5000
[RouterB-GigabitEthernet2/1/2] quit
# Configure the maximum link bandwidth and maximum reservable bandwidth on Router C.
[RouterC] interface gigabitethernet 2/1/1
[RouterC-GigabitEthernet2/1/1] mpls te max-link-bandwidth 10000
[RouterC-GigabitEthernet2/1/1] mpls te max-reservable-bandwidth 5000
[RouterC-GigabitEthernet2/1/1] quit
5.
Configure an MPLS TE tunnel on Router A:
# Configure the MPLS TE tunnel interface Tunnel 0.
[RouterA] interface tunnel 0 mode mpls-te
[RouterA-Tunnel0] ip address 6.1.1.1 255.255.255.0
# Specify the tunnel destination address as the LSR ID of Router C.
[RouterA-Tunnel0] destination 3.3.3.3
# Configure MPLS TE to use a static CRLSP to establish the tunnel.
[RouterA-Tunnel0] mpls te signaling static
[RouterA-Tunnel0] quit
6.
Create a static CRLSP:
# Configure Router A as the ingress node of the static CRLSP, and specify the next hop address as
2.1.1.2, outgoing label as 20, and bandwidth for the tunnel as 2000 kbps.
[RouterA] static-cr-lsp ingress static-cr-lsp-1 nexthop 2.1.1.2 out-label 20
bandwidth 2000
# On Router A, configure Tunnel 0 to reference the static CRLSP static-cr-lsp-1.
[RouterA] interface tunnel0
[RouterA-Tunnel0] mpls te static-cr-lsp static-cr-lsp-1
[RouterA-Tunnel0] quit
# Configure Router B as the transit node of the static CRLSP, and specify the incoming label as 20,
next hop address as 3.2.1.2, outgoing label as 30, and bandwidth for the tunnel as 2000 kbps.
[RouterB] static-cr-lsp transit static-cr-lsp-1 in-label 20 nexthop 3.2.1.2 out-label
30 bandwidth 2000
# Configure Router C as the egress node of the static CRLSP, and specify the incoming label as 30.
[RouterC] static-cr-lsp egress static-cr-lsp-1 in-label 30
7.
Configure a static route on Router A to direct traffic destined for subnet 3.2.1.0/24 to MPLS TE
tunnel 0.
[RouterA] ip route-static 3.2.1.2 24 tunnel 0 preference 1
Verifying the configuration
# Execute the display interface tunnel command on Router A. The output shows that the tunnel interface
is up.
[RouterA] display interface tunnel
Tunnel0
Current state: UP
90

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents