HP MSR Series Configuration Manual page 383

Layer 3 - ip routing
Hide thumbs Also See for MSR Series:
Table of Contents

Advertisement

<CE1> system-view
[CE1] ipv6
# Specify IP addresses for interfaces.
[CE1] interface serial 2/0
[CE1-Serial2/0] ipv6 address auto link-local
[CE1-Serial2/0] quit
[CE1] interface loopback0
[CE1-LoopBack0] ipv6 address 1::1/128
[CE1-LoopBack0] quit
# Configure an IPv6 static route to PE 1.
[CE1] ipv6 route-static :: 0 serial2/0
2.
Configure PE 1:
# Enable IPv6 packet forwarding, MPLS and LDP.
<PE1> system-view
[PE1] ipv6
[PE1] mpls lsr-id 2.2.2.2
[PE1] mpls
[PE1-mpls] lsp-trigger all
[PE1-mpls] quit
[PE1] mpls ldp
[PE1-mpls-ldp] quit
# Configure an IPv6 link-local address for Serial 2/0.
[PE1] interface serial 2/0
[PE1-Serial2/0] ipv6 address auto link-local
[PE1-Serial2/0] quit
# Configure an IP address for Serial 2/1 and enable MPLS and LDP.
[PE1] interface serial 2/1
[PE1-Serial2/1] ip address 1.1.1.1 16
[PE1-Serial2/1] mpls
[PE1-Serial2/1] mpls ldp
[PE1-Serial2/1] quit
# Configure IP addresses for Loopback 0.
[PE1] interface loopback 0
[PE1-LoopBack0] ip address 2.2.2.2 32
[PE1-LoopBack0] ipv6 address 2::2/128
[PE1-LoopBack0] quit
# Configure IBGP, enable the peer's 6PE capabilities, and redistribute IPv6 direct and static
routes.
[PE1] bgp 65100
[PE1-bgp] peer 3.3.3.3 as-number 65100
[PE1-bgp] peer 3.3.3.3 connect-interface loopback 0
[PE1-bgp] ipv6-family
[PE1-bgp-af-ipv6] import-route direct
[PE1-bgp-af-ipv6] import-route static
[PE1-bgp-af-ipv6] peer 3.3.3.3 enable
[PE1-bgp-af-ipv6] peer 3.3.3.3 label-route-capability
[PE1-bgp-af-ipv6] quit
371

Advertisement

Table of Contents
loading

Table of Contents