0% found this document useful (0 votes)
8 views12 pages

iBGP Configuration Guide for ISPs

The document outlines the iBGP configuration for an ISP network in Region 1, detailing configurations for IPv4 and IPv6 on three routers. It includes commands for establishing peer groups, verifying configurations, and announcing prefixes for both IPv4 and IPv6. Additionally, it describes the setup of Route Reflectors (RR) for IPv4 and IPv6, indicating that some routers require no configuration while others do.

Uploaded by

nikie lauda
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views12 pages

iBGP Configuration Guide for ISPs

The document outlines the iBGP configuration for an ISP network in Region 1, detailing configurations for IPv4 and IPv6 on three routers. It includes commands for establishing peer groups, verifying configurations, and announcing prefixes for both IPv4 and IPv6. Additionally, it describes the setup of Route Reflectors (RR) for IPv4 and IPv6, indicating that some routers require no configuration while others do.

Uploaded by

nikie lauda
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

iBGP

 configuration  for  training  ISP  network  Region1:  


 

 
 
IPv4 iBGP Conf Router1:

config t
router bgp 17821
address-family ipv4
no auto-summary
no synchronization
neighbor IPV4-iBGP-REG1 peer-group
neighbor IPV4-iBGP-REG1 remote-as 17821
neighbor IPV4-iBGP-REG1 update-source loopback 0
neighbor [Link] peer-group IPV4-iBGP-REG1
neighbor [Link] peer-group IPV4-iBGP-REG1
exit
exit
exit
wr

Verify IPV4 iBGP Configuration:

sh bgp ipv4 unicast summary


sh bgp ipv4 unicast
sh ip route bgp
IPv6 iBGP Conf Router1:

config t
router bgp 17821
address-family ipv6
no synchronization
neighbor IPV6-iBGP-REG1 peer-group
neighbor IPV6-iBGP-REG1 remote-as 17821
neighbor IPV6-iBGP-REG1 update-source loopback 0
neighbor 2406:6400::2 peer-group IPV6-iBGP-REG1
neighbor 2406:6400::3 peer-group IPV6-iBGP-REG1
exit
exit
exit
wr

Verify IPV6 iBGP Configuration:

sh bgp ipv6 unicast summary


sh bgp ipv6 unicast
sh ipv6 route bgp

IPv4 iBGP Conf Router2

config t
router bgp 17821
address-family ipv4
no auto-summary
no synchronization
neighbor IPV4-iBGP-REG1 peer-group
neighbor IPV4-iBGP-REG1 remote-as 17821
neighbor IPV4-iBGP-REG1 update-source loopback 0
neighbor [Link] peer-group IPV4-iBGP-REG1
neighbor [Link] peer-group IPV4-iBGP-REG1
neighbor IPV4-iBGP-TRCORE peer-group
neighbor IPV4-iBGP-TRCORE remote-as 17821
neighbor IPV4-iBGP-TRCORE update-source loopback 0
neighbor [Link] peer-group IPV4-iBGP-TRCORE
neighbor [Link] peer-group IPV4-iBGP-TRCORE
neighbor [Link] peer-group IPV4-iBGP-TRCORE
exit
exit
exit
wr
Verify IPV4 iBGP Configuration:

sh bgp ipv4 unicast summary


sh bgp ipv4 unicast
sh ip route bgp

IPv6 iBGP Conf Router2


 
config t
router bgp 17821
address-family ipv6
no synchronization
neighbor IPV6-iBGP-REG1 peer-group
neighbor IPV6-iBGP-REG1 remote-as 17821
neighbor IPV6-iBGP-REG1 update-source loopback 0
neighbor 2406:6400::1 peer-group IPV6-iBGP-REG1
neighbor 2406:6400::3 peer-group IPV6-iBGP-REG1
neighbor IPV6-iBGP-TRCORE peer-group
neighbor IPV6-iBGP-TRCORE remote-as 17821
neighbor IPV6-iBGP-TRCORE update-source loopback 0
neighbor 2406:6400::5 peer-group IPV6-iBGP-TRCORE
neighbor 2406:6400::8 peer-group IPV6-iBGP-TRCORE
neighbor 2406:6400::11 peer-group IPV6-iBGP-TRCORE
exit
exit
exit
wr

Verify IPV6 iBGP Configuration:

sh bgp ipv6 unicast summary


sh bgp ipv6 unicast
sh ipv6 route bgp

IPV4 iBGP Conf Router3

config t
router bgp 17821
address-family ipv4
no auto-summary
no synchronization
neighbor IPV4-iBGP-REG1 peer-group
neighbor IPV4-iBGP-REG1 remote-as 17821
neighbor IPV4-iBGP-REG1 update-source loopback 0
neighbor [Link] peer-group IPV4-iBGP-REG1
neighbor [Link] peer-group IPV4-iBGP-REG1
exit
exit
exit
wr

Verify IPV4 iBGP Configuration:

sh bgp ipv4 unicast summary


sh bgp ipv4 unicast
sh ip route bgp

IPv6 iBGP Conf Router3

config t
router bgp 17821
address-family ipv6
no synchronization
neighbor IPV6-iBGP-REG1 peer-group
neighbor IPV6-iBGP-REG1 remote-as 17821
neighbor IPV6-iBGP-REG1 update-source loopback 0
neighbor 2406:6400::2 peer-group IPV6-iBGP-REG1
neighbor 2406:6400::1 peer-group IPV6-iBGP-REG1
exit
exit
exit
wr

Verify IPV6 iBGP Configuration:

sh bgp ipv6 unicast summary


sh bgp ipv6 unicast
sh ipv6 route bgp

 
Prefix  Announcement/Advertisement  from  Region  1:
 

 
 
IPv4 Prefix Announcement on Router1:  

config t
router bgp 17821
address-family ipv4
network [Link] mask [Link]
exit
exit
ip route [Link] [Link] null 0 permanent
exit
wr

Verify IPv4 Route Advertisement:

sh bgp ipv4 unicast neighbors [router 1……router12 loopback] advertised-


routes
sh bgp ipv4 unicast neighbors [router 1……router12 loopback] received-
routes/routes
sh ip route [R2, R5, R8, R11 datacenter & R1, R3, R4, R6, R7, R9, R10, R12
CS WAN Link prefix]
IPv6 Prefix Announcement on Router1:  

config t
router bgp 17821
address-family ipv6
network 2406:6400:0010:0000::/48
exit
exit
ipv6 route 2406:6400:0010:0000::/48 null 0
exit
wr

Verify IPv6 Route Advertisement:

sh bgp ipv6 unicast neighbors [router 1……router12 loopback] advertised-


routes
sh bgp ipv6 unicast neighbors [router 1……router12 loopback] received-
routes/routes
sh ipv6 route [R2, R5, R8, R11 datacenter & R1, R3, R4, R6, R7, R9, R10,
R12 CS WAN Link prefix]

IPv4 Prefix Announcement on Router2:  

config t
router bgp 17821
address-family ipv4
network [Link] mask [Link]
exit
exit
ip route [Link] [Link] null 0 permanent
exit
wr

Verify IPv4 Route Advertisement:

sh bgp ipv4 unicast neighbors [router 1……router12 loopback] advertised-


routes
sh bgp ipv4 unicast neighbors [router 1……router12 loopback] received-
routes/routes
sh ip route [R2, R5, R8, R11 datacenter & R1, R3, R4, R6, R7, R9, R10, R12
CS WAN Link prefix]
IPv6 Prefix Announcement on Router2:  

config t
router bgp 17821
address-family ipv6
network 2406:6400:0800:0000::/48
exit
exit
ipv6 route 2406:6400:0800:0000::/48 null 0
exit
wr

Verify IPv6 Route Advertisement:

sh bgp ipv6 unicast neighbors [router 1……router12 loopback] advertised-


routes
sh bgp ipv6 unicast neighbors [router 1……router12 loopback] received-
routes/routes
sh ipv6 route [R2, R5, R8, R11 datacenter & R1, R3, R4, R6, R7, R9, R10,
R12 CS WAN Link prefix]
 
IPv4 Prefix Announcement on Router3:  
 
config t
router bgp 17821
address-family ipv4
network [Link] mask [Link]
exit
exit
ip route [Link] [Link] null 0 permanent
exit
wr

Verify IPv4 Route Advertisement:

sh bgp ipv4 unicast neighbors [router 1……router12 loopback] advertised-


routes
sh bgp ipv4 unicast neighbors [router 1……router12 loopback] received-
routes/routes
sh ip route [R2, R5, R8, R11 datacenter & R1, R3, R4, R6, R7, R9, R10, R12
CS WAN Link prefix]
 
IPv6 Prefix Announcement on Router3:  
 
config t
router bgp 17821
address-family ipv6
network 2406:6400:0014:0000::/48
exit
exit
ipv6 route 2406:6400:0014:0000::/48 null 0
exit
wr

Verify IPv6 Route Advertisement:

sh bgp ipv6 unicast neighbors [router 1……router12 loopback] advertised-


routes
sh bgp ipv6 unicast neighbors [router 1……router12 loopback] received-
routes/routes
sh ipv6 route [R2, R5, R8, R11 datacenter & R1, R3, R4, R6, R7, R9, R10,
R12 CS WAN Link prefix]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Route  Reflector  (RR)  Conf  Training  ISP  Network  Region  1  (One  
RR  per  region):  
 

 
IPv4 RR Configuration on Router1 (One RR Server per region):

No configuration required

Wait for R2 to finish configuration then perform following verification to


analyze network effect.

Verify IPv4 RR Configuration:

sh bgp ipv4 unicast summary


sh bgp ipv4 unicast
sh ip route bgp
sh bgp ipv4 unicast neighbors [router 1……router12 loopback] advertised-
routes
sh bgp ipv4 unicast neighbors [router 1……router12 loopback] received-
routes/routes
sh ip route [R2, R5, R8, R11 datacenter & R1, R3, R4, R6, R7, R9, R10, R12
CS WAN Link prefix]
IPV6 RR Configuration Router1 (One RR Server per region):

No configuration required

Wait for R2 to finish configuration then perform following verification to


analyze network effect.

Verify IPV6 RR Configuration:

sh bgp ipv6 unicast summary


sh bgp ipv6 unicast
sh ipv6 route bgp
sh bgp ipv6 unicast neighbors [router 1……router12 loopback] advertised-
routes
sh bgp ipv6 unicast neighbors [router 1……router12 loopback] received-
routes/routes
sh ipv6 route [R2, R5, R8, R11 datacenter & R1, R3, R4, R6, R7, R9, R10,
R12 CS WAN Link prefix]

IPv4 RR Configuration on Router2 (One RR Server per region):

config t
router bgp 17821
address-family ipv4
neighbor IPV4-iBGP-REG1 route-reflector-client
exit
exit
exit
wr

Verify IPv4 RR Configuration:

sh bgp ipv4 unicast summary


sh bgp ipv4 unicast
sh ip route bgp
sh bgp ipv4 unicast neighbors [router 1……router12 loopback] advertised-
routes
sh bgp ipv4 unicast neighbors [router 1……router12 loopback] received-
routes/routes
sh ip route [R2, R5, R8, R11 datacenter & R1, R3, R4, R6, R7, R9, R10, R12
CS WAN Link prefix]
IPV6 RR Configuration Router2 (One RR Server per region):

config t
router bgp 17821
address-family ipv6
neighbor IPV6-iBGP-REG1 route-reflector-client
exit
exit
exit
wr

Verify IPV6 RR Configuration:

sh bgp ipv6 unicast summary


sh bgp ipv6 unicast
sh ipv6 route bgp
sh bgp ipv6 unicast neighbors [router 1……router12 loopback] advertised-
routes
sh bgp ipv6 unicast neighbors [router 1……router12 loopback] received-
routes/routes
sh ipv6 route [R2, R5, R8, R11 datacenter & R1, R3, R4, R6, R7, R9, R10,
R12 CS WAN Link prefix]

IPv4 RR Configuration on Router3 (One RR Server per region):

No configuration required

Wait for R2 to finish configuration then perform following verification to


analyze network effect.

Verify IPv4 RR Configuration:

sh bgp ipv4 unicast summary


sh bgp ipv4 unicast
sh ip route bgp
sh bgp ipv4 unicast neighbors [router 1……router12 loopback] advertised-
routes
sh bgp ipv4 unicast neighbors [router 1……router12 loopback] received-
routes/routes
sh ip route [R2, R5, R8, R11 datacenter & R1, R3, R4, R6, R7, R9, R10, R12
CS WAN Link prefix]
IPV6 RR Configuration Router3 (One RR Server per region):

No configuration required

Wait for R2 to finish configuration then perform following verification to


analyze network effect.

Verify IPV6 RR Configuration:

sh bgp ipv6 unicast summary


sh bgp ipv6 unicast
sh ipv6 route bgp
sh bgp ipv6 unicast neighbors [router 1……router12 loopback] advertised-
routes
sh bgp ipv6 unicast neighbors [router 1……router12 loopback] received-
routes/routes
sh ipv6 route [R2, R5, R8, R11 datacenter & R1, R3, R4, R6, R7, R9, R10,
R12 CS WAN Link prefix]

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

You might also like