HP HPE FlexNetwork MSR Router Series Configuration Manual page 172

Table of Contents

Advertisement

[RouterB-GigabitEthernet2/0/1] mpls te max-reservable-bandwidth 5000
[RouterB-GigabitEthernet2/0/1] quit
[RouterB] interface gigabitethernet 2/0/2
[RouterB-GigabitEthernet2/0/2] mpls te max-link-bandwidth 10000
[RouterB-GigabitEthernet2/0/2] mpls te max-reservable-bandwidth 5000
[RouterB-GigabitEthernet2/0/2] quit
# On Router C, set the maximum bandwidth and the maximum reservable bandwidth.
[RouterC] interface gigabitethernet 2/0/1
[RouterC-GigabitEthernet2/0/1] mpls te max-link-bandwidth 10000
[RouterC-GigabitEthernet2/0/1] mpls te max-reservable-bandwidth 5000
[RouterC-GigabitEthernet2/0/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 required bandwidth 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 required bandwidth 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 100.1.2.0/24 to MPLS
TE tunnel 0.
[RouterA] ip route-static 100.1.2.0 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
Line protocol state: UP
Description: Tunnel0 Interface
Bandwidth: 64kbps
162

Advertisement

Table of Contents
loading

Table of Contents