HP HPE FlexNetwork MSR Router Series Configuration Manual page 165

Table of Contents

Advertisement

[RouterC-GigabitEthernet2/0/1] mpls te max-reservable-bandwidth rdm 10000 bc1 8000
bc2 5000 bc3 2000
[RouterC-GigabitEthernet2/0/1] quit
[RouterC] interface pos 2/2/0
[RouterC-POS2/2/0] mpls te max-link-bandwidth 10000
[RouterC-POS2/2/0] mpls te max-reservable-bandwidth rdm 10000 bc1 8000 bc2 5000 bc3
2000
[RouterC-POS2/2/0] quit
# Set the maximum bandwidth, maximum reservable bandwidth, and bandwidth constraints on
Router D.
[RouterD] interface gigabitethernet 2/0/1
[RouterD-GigabitEthernet2/0/1] mpls te max-link-bandwidth 10000
[RouterD-GigabitEthernet2/0/1] mpls te max-reservable-bandwidth rdm 10000 bc1 8000
bc2 5000 bc3 2000
[RouterD-GigabitEthernet2/0/1] quit
6.
Configure an MPLS TE tunnel on Router A:
# Create MPLS TE tunnel interface Tunnel 1.
[RouterA] interface Tunnel 1 mode mpls-te
[RouterA-Tunnel1] ip address 7.1.1.1 255.255.255.0
# Specify the tunnel destination address as the LSR ID of Router D.
[RouterA-Tunnel1] destination 4.4.4.9
# Configure MPLS TE to use RSVP-TE to establish the tunnel.
[RouterA-Tunnel1] mpls te signaling rsvp-te
# Assign 4000 kbps bandwidth to CT 2 for the tunnel.
[RouterA-Tunnel1] mpls te bandwidth ct2 4000
# Set the tunnel setup priority and holding priority both to 0.
[RouterA-Tunnel1] mpls te priority 0
[RouterA-Tunnel1] quit
7.
Configure a static route on Router A to direct the traffic destined for subnet 100.1.2.0/24 to
MPLS TE tunnel 1.
[RouterA] ip route-static 100.1.2.0 24 tunnel 1 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
Tunnel1 current state: UP
Line protocol current state: UP
Description: Tunnel1 Interface
The Maximum Transmit Unit is 64000
Internet Address is 7.1.1.1/24 Primary
Tunnel source unknown, destination 4.4.4.9
Tunnel bandwidth 64 (kbps)
Tunnel TTL 255
Tunnel protocol/transport CR_LSP
Last clearing of counters: Never
Last 300 seconds input rate:
Last 300 seconds output rate:
0 packets input, 0 bytes 0 drops
0 bytes/sec, 0 bits/sec, 0 packets/sec
0 bytes/sec, 0 bits/sec, 0 packets/sec
155

Advertisement

Table of Contents
loading

Table of Contents