Verifying the configuration – H3C Technologies H3C S12500-X Series Switches User Manual

Page 67

Advertising
background image

56

[SwitchB] mpls lsr-id 2.2.2.2

[SwitchB-mpls] mpls te

[SwitchB-mpls] quit

[SwitchB] interface vlan-interface 1

[SwitchB-Vlan-interface1] mpls enable

[SwitchB-Vlan-interface1] mpls te enable

[SwitchB-Vlan-interface1] quit

[SwitchB] interface vlan-interface 2

[SwitchB-Vlan-interface2] mpls enable

[SwitchB-Vlan-interface2] mpls te enable

[SwitchB-Vlan-interface2] quit

# Configure Switch C.

[SwitchC] mpls lsr-id 3.3.3.3

[SwitchC-mpls] mpls te

[SwitchC-mpls] quit

[SwitchC] interface vlan-interface 2

[SwitchC-Vlan-interface2] mpls enable

[SwitchC-Vlan-interface2] mpls te enable

[SwitchC-Vlan-interface2] quit

4.

On Switch A, configure MPLS TE tunnel interface Tunnel 0, specify the tunnel destination address
as the LSR ID of Switch C, and configure MPLS TE to use a static CRLSP to establish the tunnel.

[SwitchA] interface tunnel 0 mode mpls-te

[SwitchA-Tunnel0] ip address 6.1.1.1 255.255.255.0

[SwitchA-Tunnel0] destination 3.3.3.3

[SwitchA-Tunnel0] mpls te signaling static

[SwitchA-Tunnel0] quit

5.

Create a static CRLSP:
# Configure Switch A as the ingress node of the static CRLSP, and specify the next hop address as
2.1.1.2 and outgoing label as 20.

[SwitchA] static-cr-lsp ingress static-cr-lsp-1 nexthop 2.1.1.2 out-label 20

# On Switch A, configure tunnel 0 to reference the static CRLSP static-cr-lsp-1.

[SwitchA] interface Tunnel0

[SwitchA-Tunnel0] mpls te static-cr-lsp static-cr-lsp-1

[SwitchA-Tunnel0] quit

# Configure Switch B as the transit node of the static CRLSP, and specify the incoming label as 20,
the next hop address as 3.2.1.2, and outgoing label as 30.

[SwitchB] static-cr-lsp transit static-cr-lsp-1 in-label 20 nexthop 3.2.1.2 out-label

30

# Configure Switch C as the egress node of the static CRLSP, and specify the incoming label as 30.

[SwitchC] static-cr-lsp egress static-cr-lsp-1 in-label 30

6.

Configure a static route on Switch A to direct traffic destined for subnet 3.2.1.0/24 to MPLS TE

tunnel 0:

[SwitchA] ip route-static 3.2.1.2 24 tunnel 0 preference 1

Verifying the configuration

# Execute the display interface tunnel command on Switch A. The output shows that the tunnel interface

is up.

Advertising