ESR service routers. ESR-Series. Functionality description. Version 1.12.0
241
Configure eBGP between ESR3 and CE_SiteB.
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.
ESR3
interface
gigabitethernet
1
/
0
/
2
ip vrf forwarding Customer1
description
"Customer1"
ip firewall disable
ip address
192.168
.
32.5
/
30
Create a route-map in which we specify the subnets allowed to be advertised.
ESR3
route-map OUTPUT
rule
1
action permit
Configure eBGP between ESR3 and CE_SiteB.
ESR3
router bgp
65500
vrf Customer1
router-id
192.168
.
32.5
neighbor
192.168
.
32.6
remote-as
65505
update-source
192.168
.
32.5
address-family ipv4 unicast