Chapter 19 6VPE Configuration
Step
Command
Function
1
ZXR10(config)#
router bgp
<
as-number
>
Enters BGP route
configuration mode.
2
ZXR10(config-bgp)#
neighbor
{<
ipv4-address
>|<
peer-gr
oup-name
>}
remote-as
<
as-number
>
Configures a BGP neighbor.
3
ZXR10(config-bgp)#
neighbor
{<
ipv4-address
>|<
peer-gro
up-name
>}
update-source
<
interface-name
>
Sets the source address of
the specified route update to
the interface address that is
used to establish the MPBGP
connection.
4
ZXR10(config-bgp)#
address-family vpnv6
Enters VPNv6 address family
configuration mode.
5
ZXR10(config-bgp-af-vpnv6)#
neighbor
{<
ipv4-address
>|<
peer-group-name
>}
activate
Activates VPNv6 of a
neighbor.
As shown in
, it is required to run MPBGP between PE1 and PE2. The
following example shows how to configure MPBGP on PE1 and PE2 respectively.
Figure 19-6 Network Topology of the MPBGP Configuration
It is necessary to make sure that the loopback addresses of PE1 and PE2 can be
pinged successfully from each other in advance.
Configuration on PE1:
PE1(config)#router bgp 100
PE1(config-bgp)#neighbor 1.1.1.3 remote-as 100
PE1(config-bgp)#neighbor 1.1.1.3 activate
PE1(config-bgp)#neighbor 1.1.1.3 update-source loopback1
PE1(config-bgp)#address-family vpnv6
PE1(config-bgp-af-vpnv6)#neighbor 1.1.1.3 activate
PE1(config-bgp-af-vpnv6)#exit
19-9
SJ-20140504150128-018|2014-05-10 (R1.0)
ZTE Proprietary and Confidential
Содержание ZXR10 ZSR
Страница 12: ...This page intentionally left blank IV SJ 20140504150128 018 2014 05 10 R1 0 ZTE Proprietary and Confidential ...
Страница 306: ...Figures This page intentionally left blank IV SJ 20140504150128 018 2014 05 10 R1 0 ZTE Proprietary and Confidential ...
Страница 308: ...This page intentionally left blank VI SJ 20140504150128 018 2014 05 10 R1 0 ZTE Proprietary and Confidential ...