HP FlexNetwork HSR6600 Configuration Manual page 426

Comware 7 mpls
Hide thumbs Also See for FlexNetwork HSR6600:
Table of Contents

Advertisement

[PE1-GigabitEthernet1/1/2] mpls ldp enable
[PE1-GigabitEthernet1/1/2] quit
# Configure OSPF for LDP to create LSPs.
[PE1] ospf
[PE1-ospf-1] area 0
[PE1-ospf-1-area-0.0.0.0] network 10.1.1.1 0.0.0.255
[PE1-ospf-1-area-0.0.0.0] network 192.2.2.2 0.0.0.0
[PE1-ospf-1-area-0.0.0.0] quit
[PE1-ospf-1] quit
# Create a cross-connect group named vpna, create a cross-connect named ldp in the group,
and bind GigabitEthernet 1/1/1 to the cross-connect.
[PE1] xconnect-group vpna
[PE1-xcg-vpna] connection ldp
[PE1-xcg-vpna-ldp] ac interface gigabitethernet 1/1/1
# Create an LDP PW for the cross-connect to bind the AC to the PW.
[PE1-xcg-vpna-ldp] peer 192.3.3.3 pw-id 3
[PE1-xcg-vpna-ldp-192.3.3.3-3] quit
[PE1-xcg-vpna-ldp] quit
[PE1-xcg-vpna] quit
3.
Configure the P device:
# Configure an LSR ID.
<P> system-view
[P] interface loopback 0
[P-LoopBack0] ip address 192.4.4.4 32
[P-LoopBack0] quit
[P] mpls lsr-id 192.4.4.4
# Enable global LDP.
[P] mpls ldp
[P-ldp] quit
# Configure GigabitEthernet 1/1/1 (the interface connected to PE 1), and enable LDP on the
interface.
[P] interface gigabitethernet 1/1/1
[P-GigabitEthernet1/1/1] ip address 10.1.1.2 24
[P-GigabitEthernet1/1/1] mpls enable
[P-GigabitEthernet1/1/1] mpls ldp enable
[P-GigabitEthernet1/1/1] quit
# Configure GigabitEthernet 1/1/2 (the interface connected to PE 2), and enable LDP on the
interface.
[P] interface gigabitethernet 1/1/2
[P-GigabitEthernet1/1/2] ip address 10.2.2.2 24
[P-GigabitEthernet1/1/2] mpls enable
[P-GigabitEthernet1/1/2] mpls ldp enable
[P-GigabitEthernet1/1/2] quit
# Configure OSPF for LDP to create LSPs.
[P] ospf
[P-ospf-1] area 0
[P-ospf-1-area-0.0.0.0] network 10.1.1.2 0.0.0.255
[P-ospf-1-area-0.0.0.0] network 10.2.2.2 0.0.0.255
416

Advertisement

Table of Contents
loading

Table of Contents