Hub&Spoke Configuration Example - H3C S9500 Series Operation Manual

Routing switches mpls l3vpn
Hide thumbs Also See for S9500 Series:
Table of Contents

Advertisement

Operation Manual – MPLS L3VPN
H3C S9500 Series Routing Switches
# Bind VPN-instance3 with the interface of VLAN301 which connects to CE-B.
[PE-B] vlan 301
[PE-B-vlan301] port gigabitethernet 3/1/1
[PE-B-vlan301] quit
[PE-B] interface Vlan-interface 301
[PE-B-Vlan-interface301] ip binding vpn-instance vpn-instance3
[PE-B-Vlan-interface301] ip address 172.17.0.1 255.255.0.0
[PE-B-Vlan-interface301] quit
# Configure Loopback interface
[PE-B] interface loopback 0
[PE-B-LoopBack0] ip address 30.1.1.1 255.255.255.255
[PE-B-LoopBack0] quit
# Configure MPLS basic capacity.
[PE-B] mpls lsr-id 30.1.1.1
[PE-B] mpls
[PE-B-mpls] quit
[PE-B] mpls ldp
# Set up MP-IBGP adjacency between PEs to exchange inter-PE VPN routing
information and activate MP-IBGP peer in VPNv4 sub-address family view.
[PE-B] bgp 100
[PE-B-bgp] group 20
[PE-B-bgp] peer 20.1.1.1 group 20
[PE-B-bgp] peer 20.1.1.1 connect-interface loopback 0
[PE-B-bgp] ipv4-family vpnv4
[PE-B-bgp-af-vpn] peer 20 enable
[PE-B-bgp-af-vpn] peer 20.1.1.1 group 20
[PE-B-bgp-af-vpn] quit
1.4.3 Hub&Spoke Configuration Example
I. Network requirements
Hub&Spoke networking is also called central server networking. The Site in the center
is called Hub-Site, while the one not in the center is called Spoke-Site. The Hub-Site
knows the routes to all other Sites in the same VPN, and the Spoke-Site must send its
traffic first to the Hub-Site and then to the destination. Hub-Site is the central node of
Spoke-Sites.
A bank has a headquarters network and subsidiary networks, and it requires that the
subsidiaries cannot directly exchange data with each other, but they can exchange data
through the headquarters network which provides uniform control. In this example,
Chapter 1 MPLS L3VPN Configuration
1-39

Advertisement

Table of Contents
loading

Table of Contents