CE_SiteB
Configure the corresponding interfaces.
interface gigabitethernet 1/0/2
ip firewall disable
ip address 192.168.32.6/30
exit
interface loopback 1
ip address 10.100.1.1/24
exit
route-map OUTPUT
rule 1
match ip address 10.100.1.0/24
action permit
Configure eBGP between ESR3 and CE_SiteB.
router bgp 65505
router-id 192.168.32.6
neighbor 192.168.32.5
remote-as 65500
allow-local-as 1
update-source 192.168.32.6
address-family ipv4 unicast
route-map OUTPUT out
enable
exit
enable
exit
address-family ipv4 unicast
network 10.100.1.0/24
exit
enable
ESR3
Configure interface to the CE direction.
interface gigabitethernet 1/0/2
ip vrf forwarding Customer1
description "Customer1"
ip firewall disable
ip address 192.168.32.5/30