SlideShare a Scribd company logo
©2016 RHC Technologies
R H C
TECHNOLOGIES
 #2016
#LIKE #FOLLOW #WATCH
BGP Route Aggregation
LAB WORKBOOK

Prepared By
Sai Linn Thu
©2016 RHC Technologies
R H C
TECHNOLOGIES
 #2016
#LIKE #FOLLOW #WATCH
R5	
   R6	
  
R1	
  
R3	
   R4	
  
R2	
  
Fa0/0
Fa0/0
Fa1/0 Fa1/0 Fa1/0
Fa1/0
Fa1/0
Fa2/0
Fa3/0
Fa4/0
©2016 RHC Technologies
Step 1 – IP Address Assignment
R1	
  (	
  AS	
  100	
  )	
   R2	
  (	
  AS	
  200	
  )	
   R3	
  (	
  AS	
  300	
  )	
   R4	
  (	
  AS	
  400	
  )	
  
configure terminal
int F0/0
ip add 10.1.12.1 255.255.255.0
!
configure terminal
int F0/0
ip add 10.1.12.2 255.255.255.0
int F1/0
ip add 10.1.23.2 255.255.255.0
int F2/0
ip add 10.1.24.2 255.255.255.0
int F3/0
ip add 10.1.25.2 255.255.255.0
int F4/0
ip add 10.1.26.2 255.255.255.0
!
configure terminal
int F1/0
ip add 10.1.23.3 255.255.255.0
!
int lo0
ip add 192.168.0.1 255.255.255.0
int lo1
ip add 192.168.1.1 255.255.255.0
int lo2
ip add 192.168.2.1 255.255.255.0
!
configure terminal
int F1/0
ip add 10.1.24.4 255.255.255.0
!
int lo0
ip add 192.168.3.1 255.255.255.0
int lo1
ip add 192.168.4.1 255.255.255.0
int lo2
ip add 192.168.5.1 255.255.255.0
!

#LIKE #FOLLOW #WATCH
R H C
TECHNOLOGIES
R5	
  (	
  AS	
  500	
  )	
   R6	
  (	
  AS	
  600	
  )	
  
configure terminal
int F1/0
ip add 10.1.25.5 255.255.255.0
!
int lo0
ip add 192.168.6.1 255.255.255.0
int lo1
ip add 192.168.7.1 255.255.255.0
int lo2
ip add 192.168.8.1 255.255.255.0
!
configure terminal
int F1/0
ip add 10.1.26.6 255.255.255.0
!
int lo0
ip add 192.168.9.1 255.255.255.0
int lo1
ip add 192.168.10.1 255.255.255.0
int lo2
ip add 192.168.11.1 255.255.255.0
!
©2016 RHC Technologies
Step 2 – Configure eBGP
R1	
  (	
  AS	
  100	
  )	
   R2	
  (	
  AS	
  200	
  )	
  
configure terminal
router bgp 100
nei 10.1.12.2 remote-as 200
!
configure terminal
router bgp 200
nei 10.1.12.1 remote-as 100
nei 10.1.23.3 remote-as 300
nei 10.1.24.4 remote-as 400
nei 10.1.25.5 remote-as 500
nei 10.1.26.6 remote-as 600
!
#LIKE #FOLLOW #WATCH
R H C
TECHNOLOGIES
R5	
  (	
  AS	
  500	
  )	
   R6	
  (	
  AS	
  600	
  )	
  
router bgp 500
nei 10.1.25.2 remote-as 200
net 192.168.6.0 mask 255.255.255.0
net 192.168.7.0 mask 255.255.255.0
net 192.168.8.0 mask 255.255.255.0
!
router bgp 600
nei 10.1.26.2 remote-as 200
net 192.168.9.0 mask 255.255.255.0
net 192.168.10.0 mask 255.255.255.0
net 192.168.11.0 mask 255.255.255.0
!
R3	
  (	
  AS	
  300	
  )	
   R4	
  (	
  AS	
  400	
  )	
  
router bgp 300
nei 10.1.23.2 remote-as 200
net 192.168.0.0 mask 255.255.255.0
net 192.168.1.0 mask 255.255.255.0
net 192.168.2.0 mask 255.255.255.0
!
router bgp 400
nei 10.1.24.2 remote-as 200
net 192.168.3.0 mask 255.255.255.0
net 192.168.4.0 mask 255.255.255.0
net 192.168.5.0 mask 255.255.255.0
!
©2016 RHC Technologies
Step 2 – eBGP Verification ( R2 )
R2	
  (	
  AS	
  200	
  )	
  
R2#sh ip bgp summary 
BGP router identifier 10.1.26.2, local AS number 200
BGP table version is 13, main routing table version 13
12 network entries using 1776 bytes of memory
12 path entries using 768 bytes of memory
4/4 BGP path/bestpath attribute entries using 544 bytes of memory
4 BGP AS-PATH entries using 96 bytes of memory
0 BGP route-map cache entries using 0 bytes of memory
0 BGP filter-list cache entries using 0 bytes of memory
BGP using 3184 total bytes of memory
BGP activity 12/0 prefixes, 12/0 paths, scan interval 60 secs

Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
10.1.12.1 4 100 4 8 13 0 0 00:00:37 0
10.1.23.3 4 300 5 8 13 0 0 00:01:15 3
10.1.24.4 4 400 5 8 13 0 0 00:01:14 3
10.1.25.5 4 500 5 8 13 0 0 00:01:01 3
10.1.26.6 4 600 5 8 13 0 0 00:01:06 3
R2#
#LIKE #FOLLOW #WATCH
R H C
TECHNOLOGIES
©2016 RHC Technologies
Step 2 – BGP Table Verification ( R2 )
R2	
  (	
  AS	
  200	
  )	
  
R2#show ip bgp 
BGP table version is 13, local router ID is 10.1.26.2

Network Next Hop Metric LocPrf Weight Path
*> 192.168.0.0 10.1.23.3 0 0 300 i
*> 192.168.1.0 10.1.23.3 0 0 300 i
*> 192.168.2.0 10.1.23.3 0 0 300 i
*> 192.168.3.0 10.1.24.4 0 0 400 i
*> 192.168.4.0 10.1.24.4 0 0 400 i
*> 192.168.5.0 10.1.24.4 0 0 400 i
*> 192.168.6.0 10.1.25.5 0 0 500 i
*> 192.168.7.0 10.1.25.5 0 0 500 i
*> 192.168.8.0 10.1.25.5 0 0 500 i
*> 192.168.9.0 10.1.26.6 0 0 600 i
*> 192.168.10.0 10.1.26.6 0 0 600 i
*> 192.168.11.0 10.1.26.6 0 0 600 i
R2#
#LIKE #FOLLOW #WATCH
R H C
TECHNOLOGIES
©2016 RHC Technologies
Step 3 – Aggregate & Analyze ( R2 )
R2	
  (	
  AS	
  200	
  )	
  
router bgp 200
aggregate-address 192.168.0.0 255.255.240.0
!
#LIKE #FOLLOW #WATCH
R H C
TECHNOLOGIES
R2 ( AS 200 )
R2#show ip bgp 
BGP table version is 16, local router ID is 10.1.26.2

Network Next Hop Metric LocPrf Weight Path
*> 192.168.0.0 10.1.23.3 0 0 300 i
*> 192.168.0.0/20 0.0.0.0 32768 i
*> 192.168.1.0 10.1.23.3 0 0 300 i
*> 192.168.2.0 10.1.23.3 0 0 300 i
*> 192.168.3.0 10.1.24.4 0 0 400 i
*> 192.168.4.0 10.1.24.4 0 0 400 i
*> 192.168.5.0 10.1.24.4 0 0 400 i
*> 192.168.6.0 10.1.25.5 0 0 500 i
*> 192.168.7.0 10.1.25.5 0 0 500 i
*> 192.168.8.0 10.1.25.5 0 0 500 i
*> 192.168.9.0 10.1.26.6 0 0 600 i
*> 192.168.10.0 10.1.26.6 0 0 600 i
*> 192.168.11.0 10.1.26.6 0 0 600 i
R2#
©2016 RHC Technologies
Step 3 – Analyze BGP Table ( R1 )
#LIKE #FOLLOW #WATCH
R H C
TECHNOLOGIES
R1 ( AS 100 )
R1#show ip bgp 

Network Next Hop Metric LocPrf Weight Path
*> 192.168.0.0 10.1.12.2 0 200 300 i
*> 192.168.0.0/20 10.1.12.2 0 0 200 i
*> 192.168.1.0 10.1.12.2 0 200 300 i
*> 192.168.2.0 10.1.12.2 0 200 300 i
*> 192.168.3.0 10.1.12.2 0 200 400 i
*> 192.168.4.0 10.1.12.2 0 200 400 i
*> 192.168.5.0 10.1.12.2 0 200 400 i
*> 192.168.6.0 10.1.12.2 0 200 500 i
*> 192.168.7.0 10.1.12.2 0 200 500 i
*> 192.168.8.0 10.1.12.2 0 200 500 i
*> 192.168.9.0 10.1.12.2 0 200 600 i
*> 192.168.10.0 10.1.12.2 0 200 600 i
*> 192.168.11.0 10.1.12.2 0 200 600 i
R1#
©2016 RHC Technologies
Step 4 – Aggregate summary-only & Analyze ( R2 )
R2	
  (	
  AS	
  200	
  )	
  
router bgp 200
aggregate-address 192.168.0.0 255.255.240.0 summary-only
!
#LIKE #FOLLOW #WATCH
R H C
TECHNOLOGIES
R2 ( AS 200 )
R2#show ip bgp 
BGP table version is 28, local router ID is 10.1.26.2
Status codes: s suppressed

Network Next Hop Metric LocPrf Weight Path
s> 192.168.0.0 10.1.23.3 0 0 300 i
*> 192.168.0.0/20 0.0.0.0 32768 i
s> 192.168.1.0 10.1.23.3 0 0 300 i
s> 192.168.2.0 10.1.23.3 0 0 300 i
s> 192.168.3.0 10.1.24.4 0 0 400 i
s> 192.168.4.0 10.1.24.4 0 0 400 i
s> 192.168.5.0 10.1.24.4 0 0 400 i
s> 192.168.6.0 10.1.25.5 0 0 500 i
s> 192.168.7.0 10.1.25.5 0 0 500 i
s> 192.168.8.0 10.1.25.5 0 0 500 i
s> 192.168.9.0 10.1.26.6 0 0 600 i
s> 192.168.10.0 10.1.26.6 0 0 600 i
s> 192.168.11.0 10.1.26.6 0 0 600 i
R2#
©2016 RHC Technologies
Step 4 – Analyze BGP Table & Routing Table ( R1 )
#LIKE #FOLLOW #WATCH
R H C
TECHNOLOGIES
R1 ( AS 100 )
R1#show ip bgp 
BGP table version is 28, local router ID is 10.1.12.1

Network Next Hop Metric LocPrf Weight Path
*> 192.168.0.0/20 10.1.12.2 0 0 200 i
R1#
R1 ( AS 100 )
R1#show ip route bgp 

B 192.168.0.0/20 [20/0] via 10.1.12.2, 00:21:22
R1#
R1 ( AS 100 )
R1#sh ip bgp 192.168.0.0/20
BGP routing table entry for 192.168.0.0/20, version 16
Paths: (1 available, best #1, table default)
Not advertised to any peer
Refresh Epoch 1
200, (aggregated by 200 10.1.26.2)
10.1.12.2 from 10.1.12.2 (10.1.26.2)
Origin IGP, metric 0, localpref 100, valid, external, atomic-aggregate, best
R1#
©2016 RHC Technologies
Step 5 – Generate as-set path information ( R2 )
R2 ( AS 200 )
router bgp 200
aggregate-address 192.168.0.0 255.255.240.0 summary-only as-set
!
#LIKE #FOLLOW #WATCH
R H C
TECHNOLOGIES
R2 ( AS 200 )
R2#show ip bgp 
BGP table version is 29, local router ID is 10.1.26.2

Network Next Hop Metric LocPrf Weight Path
s> 192.168.0.0 10.1.23.3 0 0 300 i
*> 192.168.0.0/20 0.0.0.0 100 32768 {300,400,500,600} i
s> 192.168.1.0 10.1.23.3 0 0 300 i
s> 192.168.2.0 10.1.23.3 0 0 300 i
s> 192.168.3.0 10.1.24.4 0 0 400 i
s> 192.168.4.0 10.1.24.4 0 0 400 i
s> 192.168.5.0 10.1.24.4 0 0 400 i
s> 192.168.6.0 10.1.25.5 0 0 500 i
s> 192.168.7.0 10.1.25.5 0 0 500 i
s> 192.168.8.0 10.1.25.5 0 0 500 i
s> 192.168.9.0 10.1.26.6 0 0 600 i
s> 192.168.10.0 10.1.26.6 0 0 600 i
s> 192.168.11.0 10.1.26.6 0 0 600 i
R2#
©2016 RHC Technologies
Step 5 – Analyze BGP Table & Routing Table ( R1 )
#LIKE #FOLLOW #WATCH
R H C
TECHNOLOGIES
R1 ( AS 100 )
R1#show ip bgp 
BGP table version is 29, local router ID is 10.1.12.1

Network Next Hop Metric LocPrf Weight Path
*> 192.168.0.0/20 10.1.12.2 0 0 200 {300,400,500,600} i
R1 ( AS 100 )
R1#show ip route bgp 

B 192.168.0.0/20 [20/0] via 10.1.12.2, 00:21:22
R1#
R1 ( AS 100 )
R1#show ip bgp 192.168.0.0/20
BGP routing table entry for 192.168.0.0/20, version 29
Paths: (1 available, best #1, table default)
Not advertised to any peer
Refresh Epoch 1
200 {300,400,500,600}, (aggregated by 200 10.1.26.2)
10.1.12.2 from 10.1.12.2 (10.1.26.2)
Origin IGP, metric 0, localpref 100, valid, external, best
R1#
© www.rhctechnologies.com
R H C
TECHNOLOGIES
RHC Technologies
#LIKE #FOLLOW #WATCH

More Related Content

What's hot

Lab 9 instructions
Lab 9 instructionsLab 9 instructions
Lab 9 instructions
trayyoo
 
Networking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP ConfigurationNetworking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP Configuration
3Anetwork com
 
IPSec VPN
IPSec VPNIPSec VPN
6to4tunnel sample config
6to4tunnel sample config6to4tunnel sample config
6to4tunnel sample config
jebong03
 
BACIK CISCO SKILLS
BACIK CISCO SKILLSBACIK CISCO SKILLS
BACIK CISCO SKILLS
Peťko Z Chochoľova
 
Nxll26 bgp ii
Nxll26 bgp iiNxll26 bgp ii
Nxll26 bgp ii
Netwax Lab
 
Mpl sv1 qbook
Mpl sv1 qbookMpl sv1 qbook
Mpl sv1 qbook
Hoang Cuong
 
Nxll28 ospf iii
Nxll28 ospf iiiNxll28 ospf iii
Nxll28 ospf iii
Netwax Lab
 
Nxll24 i pv6
Nxll24 i pv6Nxll24 i pv6
Nxll24 i pv6
Netwax Lab
 
4.4.1.2 packet tracer configure ip ac ls to mitigate attacks-instructor
4.4.1.2 packet tracer   configure ip ac ls to mitigate attacks-instructor4.4.1.2 packet tracer   configure ip ac ls to mitigate attacks-instructor
4.4.1.2 packet tracer configure ip ac ls to mitigate attacks-instructor
Salem Trabelsi
 
Configure Cisco Routers for Syslog, NTP, and SSH Operations
Configure Cisco Routers for Syslog, NTP, and SSH Operations Configure Cisco Routers for Syslog, NTP, and SSH Operations
Configure Cisco Routers for Syslog, NTP, and SSH Operations
Kelson Silva
 
How to Cisco ACI Multi-Pod
How to Cisco ACI Multi-PodHow to Cisco ACI Multi-Pod
How to Cisco ACI Multi-Pod
Takehiro Yokoishi
 
Cisco CCNA EIGRP IPV6 Configuration
Cisco CCNA EIGRP IPV6 ConfigurationCisco CCNA EIGRP IPV6 Configuration
Cisco CCNA EIGRP IPV6 Configuration
Hamed Moghaddam
 
Cisco CCNA-Standard Access List
Cisco CCNA-Standard Access ListCisco CCNA-Standard Access List
Cisco CCNA-Standard Access List
Hamed Moghaddam
 
Ccna 2 chapter 11 v4.0 answers 2011
Ccna 2 chapter 11 v4.0 answers 2011Ccna 2 chapter 11 v4.0 answers 2011
Ccna 2 chapter 11 v4.0 answers 2011
Dân Chơi
 
Nxll19 vrrp (virtual router redundancy protocol)
Nxll19 vrrp (virtual router redundancy protocol)Nxll19 vrrp (virtual router redundancy protocol)
Nxll19 vrrp (virtual router redundancy protocol)
Netwax Lab
 
R1
R1R1
Cisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer SwitchCisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer Switch
Hamed Moghaddam
 
Cisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 ConfigurationCisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 Configuration
Hamed Moghaddam
 
Nxll22 role based cli
Nxll22 role based cliNxll22 role based cli
Nxll22 role based cli
Netwax Lab
 

What's hot (20)

Lab 9 instructions
Lab 9 instructionsLab 9 instructions
Lab 9 instructions
 
Networking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP ConfigurationNetworking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP Configuration
 
IPSec VPN
IPSec VPNIPSec VPN
IPSec VPN
 
6to4tunnel sample config
6to4tunnel sample config6to4tunnel sample config
6to4tunnel sample config
 
BACIK CISCO SKILLS
BACIK CISCO SKILLSBACIK CISCO SKILLS
BACIK CISCO SKILLS
 
Nxll26 bgp ii
Nxll26 bgp iiNxll26 bgp ii
Nxll26 bgp ii
 
Mpl sv1 qbook
Mpl sv1 qbookMpl sv1 qbook
Mpl sv1 qbook
 
Nxll28 ospf iii
Nxll28 ospf iiiNxll28 ospf iii
Nxll28 ospf iii
 
Nxll24 i pv6
Nxll24 i pv6Nxll24 i pv6
Nxll24 i pv6
 
4.4.1.2 packet tracer configure ip ac ls to mitigate attacks-instructor
4.4.1.2 packet tracer   configure ip ac ls to mitigate attacks-instructor4.4.1.2 packet tracer   configure ip ac ls to mitigate attacks-instructor
4.4.1.2 packet tracer configure ip ac ls to mitigate attacks-instructor
 
Configure Cisco Routers for Syslog, NTP, and SSH Operations
Configure Cisco Routers for Syslog, NTP, and SSH Operations Configure Cisco Routers for Syslog, NTP, and SSH Operations
Configure Cisco Routers for Syslog, NTP, and SSH Operations
 
How to Cisco ACI Multi-Pod
How to Cisco ACI Multi-PodHow to Cisco ACI Multi-Pod
How to Cisco ACI Multi-Pod
 
Cisco CCNA EIGRP IPV6 Configuration
Cisco CCNA EIGRP IPV6 ConfigurationCisco CCNA EIGRP IPV6 Configuration
Cisco CCNA EIGRP IPV6 Configuration
 
Cisco CCNA-Standard Access List
Cisco CCNA-Standard Access ListCisco CCNA-Standard Access List
Cisco CCNA-Standard Access List
 
Ccna 2 chapter 11 v4.0 answers 2011
Ccna 2 chapter 11 v4.0 answers 2011Ccna 2 chapter 11 v4.0 answers 2011
Ccna 2 chapter 11 v4.0 answers 2011
 
Nxll19 vrrp (virtual router redundancy protocol)
Nxll19 vrrp (virtual router redundancy protocol)Nxll19 vrrp (virtual router redundancy protocol)
Nxll19 vrrp (virtual router redundancy protocol)
 
R1
R1R1
R1
 
Cisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer SwitchCisco CCNA- How to Configure Multi-Layer Switch
Cisco CCNA- How to Configure Multi-Layer Switch
 
Cisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 ConfigurationCisco CCNA OSPF IPV6 Configuration
Cisco CCNA OSPF IPV6 Configuration
 
Nxll22 role based cli
Nxll22 role based cliNxll22 role based cli
Nxll22 role based cli
 

Viewers also liked

1-300-206 (SENSS)=Firewall (642-618)
1-300-206 (SENSS)=Firewall (642-618) 1-300-206 (SENSS)=Firewall (642-618)
1-300-206 (SENSS)=Firewall (642-618)
Mohmed Abou Elenein Attia
 
Hr interview questions and answers for senior executives
Hr interview questions and answers for senior executivesHr interview questions and answers for senior executives
Hr interview questions and answers for senior executives
Mohmed Abou Elenein Attia
 
mpls-04
mpls-04mpls-04
mpls-04
kj teoh
 
智能广域网及开源项目更新
智能广域网及开源项目更新智能广域网及开源项目更新
智能广域网及开源项目更新
Bertrand Duvivier
 
mpls-05
mpls-05mpls-05
mpls-05
kj teoh
 
junos-firewall-filter
junos-firewall-filterjunos-firewall-filter
junos-firewall-filter
kj teoh
 
CCNP Security SIMOS 300-209=vpn 642-648
CCNP Security SIMOS 300-209=vpn 642-648CCNP Security SIMOS 300-209=vpn 642-648
CCNP Security SIMOS 300-209=vpn 642-648
Mohmed Abou Elenein Attia
 
bgp-01
bgp-01bgp-01
bgp-01
kj teoh
 
Cisco crs1
Cisco crs1Cisco crs1
Cisco crs1
wjunjmt
 
BGP Graceful Shutdown - IOS XR
BGP Graceful Shutdown - IOS XR BGP Graceful Shutdown - IOS XR
BGP Graceful Shutdown - IOS XR
Bertrand Duvivier
 
200-125-ccna-v3
200-125-ccna-v3200-125-ccna-v3
200-125-ccna-v3
Ibby Nuj
 
Segment routing in ISO-XR 5.2.2
Segment routing in ISO-XR 5.2.2Segment routing in ISO-XR 5.2.2
Segment routing in ISO-XR 5.2.2
Bertrand Duvivier
 
Cisco Certified Design Expert - Exam Preparation
Cisco Certified Design Expert - Exam PreparationCisco Certified Design Expert - Exam Preparation
Cisco Certified Design Expert - Exam Preparation
Mohamed Radwan
 
Bgp
BgpBgp
Segment Routing Lab
Segment Routing Lab Segment Routing Lab
Segment Routing Lab
Cisco Canada
 
ASA Multiple Context Training
ASA Multiple Context TrainingASA Multiple Context Training
ASA Multiple Context Training
Tariq Bader
 

Viewers also liked (16)

1-300-206 (SENSS)=Firewall (642-618)
1-300-206 (SENSS)=Firewall (642-618) 1-300-206 (SENSS)=Firewall (642-618)
1-300-206 (SENSS)=Firewall (642-618)
 
Hr interview questions and answers for senior executives
Hr interview questions and answers for senior executivesHr interview questions and answers for senior executives
Hr interview questions and answers for senior executives
 
mpls-04
mpls-04mpls-04
mpls-04
 
智能广域网及开源项目更新
智能广域网及开源项目更新智能广域网及开源项目更新
智能广域网及开源项目更新
 
mpls-05
mpls-05mpls-05
mpls-05
 
junos-firewall-filter
junos-firewall-filterjunos-firewall-filter
junos-firewall-filter
 
CCNP Security SIMOS 300-209=vpn 642-648
CCNP Security SIMOS 300-209=vpn 642-648CCNP Security SIMOS 300-209=vpn 642-648
CCNP Security SIMOS 300-209=vpn 642-648
 
bgp-01
bgp-01bgp-01
bgp-01
 
Cisco crs1
Cisco crs1Cisco crs1
Cisco crs1
 
BGP Graceful Shutdown - IOS XR
BGP Graceful Shutdown - IOS XR BGP Graceful Shutdown - IOS XR
BGP Graceful Shutdown - IOS XR
 
200-125-ccna-v3
200-125-ccna-v3200-125-ccna-v3
200-125-ccna-v3
 
Segment routing in ISO-XR 5.2.2
Segment routing in ISO-XR 5.2.2Segment routing in ISO-XR 5.2.2
Segment routing in ISO-XR 5.2.2
 
Cisco Certified Design Expert - Exam Preparation
Cisco Certified Design Expert - Exam PreparationCisco Certified Design Expert - Exam Preparation
Cisco Certified Design Expert - Exam Preparation
 
Bgp
BgpBgp
Bgp
 
Segment Routing Lab
Segment Routing Lab Segment Routing Lab
Segment Routing Lab
 
ASA Multiple Context Training
ASA Multiple Context TrainingASA Multiple Context Training
ASA Multiple Context Training
 

Similar to BGP Route Aggregation Lab WorkBook

RPKI: An Operator’s Implementation
RPKI: An Operator’s ImplementationRPKI: An Operator’s Implementation
RPKI: An Operator’s Implementation
MyNOG
 
Bgp tutorial for ISP
Bgp tutorial for ISPBgp tutorial for ISP
Bgp tutorial for ISP
Wahyu Nasution
 
4 byte AS number workshop material
4 byte AS number workshop material4 byte AS number workshop material
4 byte AS number workshop material
Kae Hsu
 
Lab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdfLab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdf
Nesibusami
 
Ccnp enterprise workbook v1.0 bgp zero to hero
Ccnp enterprise workbook v1.0 bgp zero to heroCcnp enterprise workbook v1.0 bgp zero to hero
Ccnp enterprise workbook v1.0 bgp zero to hero
SagarR24
 
OSPF 3
OSPF 3OSPF 3
OSPF 3
OSPF 3OSPF 3
Tri aoi training-supplementary_2011.01
Tri aoi training-supplementary_2011.01Tri aoi training-supplementary_2011.01
Tri aoi training-supplementary_2011.01
Ralph Nguyen
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configuration
samreenghauri786
 
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_studentCcn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
Angel Clavel
 
Practice exam #2
Practice exam #2Practice exam #2
Practice exam #2
Kris Mofu
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
galerussel59292
 
2.6.6 Packet Tracer - Verify Single-Area OSPFv2 - ILM.docx
2.6.6 Packet Tracer - Verify Single-Area OSPFv2 - ILM.docx2.6.6 Packet Tracer - Verify Single-Area OSPFv2 - ILM.docx
2.6.6 Packet Tracer - Verify Single-Area OSPFv2 - ILM.docx
Josimar Caitano
 
Ccna 2 chapter 2 v4.0 answers 2011
Ccna 2 chapter 2 v4.0 answers 2011Ccna 2 chapter 2 v4.0 answers 2011
Ccna 2 chapter 2 v4.0 answers 2011
Dân Chơi
 
6th floorsharingsession ep 1 - networking - arp v 1.0
6th floorsharingsession ep 1 - networking - arp v 1.06th floorsharingsession ep 1 - networking - arp v 1.0
6th floorsharingsession ep 1 - networking - arp v 1.0
A Achyar Nur
 
BIRD Routing Daemon
BIRD Routing DaemonBIRD Routing Daemon
BIRD Routing Daemon
APNIC
 
Day 11 eigrp
Day 11 eigrpDay 11 eigrp
Day 11 eigrp
CYBERINTELLIGENTS
 
2.7.1 Packet Tracer - Single-Area OSPFv2 Configuration - ILM.docx
2.7.1 Packet Tracer - Single-Area OSPFv2 Configuration - ILM.docx2.7.1 Packet Tracer - Single-Area OSPFv2 Configuration - ILM.docx
2.7.1 Packet Tracer - Single-Area OSPFv2 Configuration - ILM.docx
Josimar Caitano
 
cisco-ewan-nat-acl-pt-practice-sba-with-solution-110516171316-phpapp02.pdf
cisco-ewan-nat-acl-pt-practice-sba-with-solution-110516171316-phpapp02.pdfcisco-ewan-nat-acl-pt-practice-sba-with-solution-110516171316-phpapp02.pdf
cisco-ewan-nat-acl-pt-practice-sba-with-solution-110516171316-phpapp02.pdf
AsgarAlam6
 
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
SilvioDias29
 

Similar to BGP Route Aggregation Lab WorkBook (20)

RPKI: An Operator’s Implementation
RPKI: An Operator’s ImplementationRPKI: An Operator’s Implementation
RPKI: An Operator’s Implementation
 
Bgp tutorial for ISP
Bgp tutorial for ISPBgp tutorial for ISP
Bgp tutorial for ISP
 
4 byte AS number workshop material
4 byte AS number workshop material4 byte AS number workshop material
4 byte AS number workshop material
 
Lab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdfLab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdf
 
Ccnp enterprise workbook v1.0 bgp zero to hero
Ccnp enterprise workbook v1.0 bgp zero to heroCcnp enterprise workbook v1.0 bgp zero to hero
Ccnp enterprise workbook v1.0 bgp zero to hero
 
OSPF 3
OSPF 3OSPF 3
OSPF 3
 
OSPF 3
OSPF 3OSPF 3
OSPF 3
 
Tri aoi training-supplementary_2011.01
Tri aoi training-supplementary_2011.01Tri aoi training-supplementary_2011.01
Tri aoi training-supplementary_2011.01
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configuration
 
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_studentCcn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
 
Practice exam #2
Practice exam #2Practice exam #2
Practice exam #2
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
 
2.6.6 Packet Tracer - Verify Single-Area OSPFv2 - ILM.docx
2.6.6 Packet Tracer - Verify Single-Area OSPFv2 - ILM.docx2.6.6 Packet Tracer - Verify Single-Area OSPFv2 - ILM.docx
2.6.6 Packet Tracer - Verify Single-Area OSPFv2 - ILM.docx
 
Ccna 2 chapter 2 v4.0 answers 2011
Ccna 2 chapter 2 v4.0 answers 2011Ccna 2 chapter 2 v4.0 answers 2011
Ccna 2 chapter 2 v4.0 answers 2011
 
6th floorsharingsession ep 1 - networking - arp v 1.0
6th floorsharingsession ep 1 - networking - arp v 1.06th floorsharingsession ep 1 - networking - arp v 1.0
6th floorsharingsession ep 1 - networking - arp v 1.0
 
BIRD Routing Daemon
BIRD Routing DaemonBIRD Routing Daemon
BIRD Routing Daemon
 
Day 11 eigrp
Day 11 eigrpDay 11 eigrp
Day 11 eigrp
 
2.7.1 Packet Tracer - Single-Area OSPFv2 Configuration - ILM.docx
2.7.1 Packet Tracer - Single-Area OSPFv2 Configuration - ILM.docx2.7.1 Packet Tracer - Single-Area OSPFv2 Configuration - ILM.docx
2.7.1 Packet Tracer - Single-Area OSPFv2 Configuration - ILM.docx
 
cisco-ewan-nat-acl-pt-practice-sba-with-solution-110516171316-phpapp02.pdf
cisco-ewan-nat-acl-pt-practice-sba-with-solution-110516171316-phpapp02.pdfcisco-ewan-nat-acl-pt-practice-sba-with-solution-110516171316-phpapp02.pdf
cisco-ewan-nat-acl-pt-practice-sba-with-solution-110516171316-phpapp02.pdf
 
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
 

Recently uploaded

“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Zilliz
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
Matthew Sinclair
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 

Recently uploaded (20)

“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
20240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 202420240605 QFM017 Machine Intelligence Reading List May 2024
20240605 QFM017 Machine Intelligence Reading List May 2024
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 

BGP Route Aggregation Lab WorkBook

  • 1. ©2016 RHC Technologies R H C TECHNOLOGIES #2016 #LIKE #FOLLOW #WATCH BGP Route Aggregation LAB WORKBOOK Prepared By Sai Linn Thu
  • 2. ©2016 RHC Technologies R H C TECHNOLOGIES #2016 #LIKE #FOLLOW #WATCH R5   R6   R1   R3   R4   R2   Fa0/0 Fa0/0 Fa1/0 Fa1/0 Fa1/0 Fa1/0 Fa1/0 Fa2/0 Fa3/0 Fa4/0
  • 3. ©2016 RHC Technologies Step 1 – IP Address Assignment R1  (  AS  100  )   R2  (  AS  200  )   R3  (  AS  300  )   R4  (  AS  400  )   configure terminal int F0/0 ip add 10.1.12.1 255.255.255.0 ! configure terminal int F0/0 ip add 10.1.12.2 255.255.255.0 int F1/0 ip add 10.1.23.2 255.255.255.0 int F2/0 ip add 10.1.24.2 255.255.255.0 int F3/0 ip add 10.1.25.2 255.255.255.0 int F4/0 ip add 10.1.26.2 255.255.255.0 ! configure terminal int F1/0 ip add 10.1.23.3 255.255.255.0 ! int lo0 ip add 192.168.0.1 255.255.255.0 int lo1 ip add 192.168.1.1 255.255.255.0 int lo2 ip add 192.168.2.1 255.255.255.0 ! configure terminal int F1/0 ip add 10.1.24.4 255.255.255.0 ! int lo0 ip add 192.168.3.1 255.255.255.0 int lo1 ip add 192.168.4.1 255.255.255.0 int lo2 ip add 192.168.5.1 255.255.255.0 ! #LIKE #FOLLOW #WATCH R H C TECHNOLOGIES R5  (  AS  500  )   R6  (  AS  600  )   configure terminal int F1/0 ip add 10.1.25.5 255.255.255.0 ! int lo0 ip add 192.168.6.1 255.255.255.0 int lo1 ip add 192.168.7.1 255.255.255.0 int lo2 ip add 192.168.8.1 255.255.255.0 ! configure terminal int F1/0 ip add 10.1.26.6 255.255.255.0 ! int lo0 ip add 192.168.9.1 255.255.255.0 int lo1 ip add 192.168.10.1 255.255.255.0 int lo2 ip add 192.168.11.1 255.255.255.0 !
  • 4. ©2016 RHC Technologies Step 2 – Configure eBGP R1  (  AS  100  )   R2  (  AS  200  )   configure terminal router bgp 100 nei 10.1.12.2 remote-as 200 ! configure terminal router bgp 200 nei 10.1.12.1 remote-as 100 nei 10.1.23.3 remote-as 300 nei 10.1.24.4 remote-as 400 nei 10.1.25.5 remote-as 500 nei 10.1.26.6 remote-as 600 ! #LIKE #FOLLOW #WATCH R H C TECHNOLOGIES R5  (  AS  500  )   R6  (  AS  600  )   router bgp 500 nei 10.1.25.2 remote-as 200 net 192.168.6.0 mask 255.255.255.0 net 192.168.7.0 mask 255.255.255.0 net 192.168.8.0 mask 255.255.255.0 ! router bgp 600 nei 10.1.26.2 remote-as 200 net 192.168.9.0 mask 255.255.255.0 net 192.168.10.0 mask 255.255.255.0 net 192.168.11.0 mask 255.255.255.0 ! R3  (  AS  300  )   R4  (  AS  400  )   router bgp 300 nei 10.1.23.2 remote-as 200 net 192.168.0.0 mask 255.255.255.0 net 192.168.1.0 mask 255.255.255.0 net 192.168.2.0 mask 255.255.255.0 ! router bgp 400 nei 10.1.24.2 remote-as 200 net 192.168.3.0 mask 255.255.255.0 net 192.168.4.0 mask 255.255.255.0 net 192.168.5.0 mask 255.255.255.0 !
  • 5. ©2016 RHC Technologies Step 2 – eBGP Verification ( R2 ) R2  (  AS  200  )   R2#sh ip bgp summary BGP router identifier 10.1.26.2, local AS number 200 BGP table version is 13, main routing table version 13 12 network entries using 1776 bytes of memory 12 path entries using 768 bytes of memory 4/4 BGP path/bestpath attribute entries using 544 bytes of memory 4 BGP AS-PATH entries using 96 bytes of memory 0 BGP route-map cache entries using 0 bytes of memory 0 BGP filter-list cache entries using 0 bytes of memory BGP using 3184 total bytes of memory BGP activity 12/0 prefixes, 12/0 paths, scan interval 60 secs Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd 10.1.12.1 4 100 4 8 13 0 0 00:00:37 0 10.1.23.3 4 300 5 8 13 0 0 00:01:15 3 10.1.24.4 4 400 5 8 13 0 0 00:01:14 3 10.1.25.5 4 500 5 8 13 0 0 00:01:01 3 10.1.26.6 4 600 5 8 13 0 0 00:01:06 3 R2# #LIKE #FOLLOW #WATCH R H C TECHNOLOGIES
  • 6. ©2016 RHC Technologies Step 2 – BGP Table Verification ( R2 ) R2  (  AS  200  )   R2#show ip bgp BGP table version is 13, local router ID is 10.1.26.2 Network Next Hop Metric LocPrf Weight Path *> 192.168.0.0 10.1.23.3 0 0 300 i *> 192.168.1.0 10.1.23.3 0 0 300 i *> 192.168.2.0 10.1.23.3 0 0 300 i *> 192.168.3.0 10.1.24.4 0 0 400 i *> 192.168.4.0 10.1.24.4 0 0 400 i *> 192.168.5.0 10.1.24.4 0 0 400 i *> 192.168.6.0 10.1.25.5 0 0 500 i *> 192.168.7.0 10.1.25.5 0 0 500 i *> 192.168.8.0 10.1.25.5 0 0 500 i *> 192.168.9.0 10.1.26.6 0 0 600 i *> 192.168.10.0 10.1.26.6 0 0 600 i *> 192.168.11.0 10.1.26.6 0 0 600 i R2# #LIKE #FOLLOW #WATCH R H C TECHNOLOGIES
  • 7. ©2016 RHC Technologies Step 3 – Aggregate & Analyze ( R2 ) R2  (  AS  200  )   router bgp 200 aggregate-address 192.168.0.0 255.255.240.0 ! #LIKE #FOLLOW #WATCH R H C TECHNOLOGIES R2 ( AS 200 ) R2#show ip bgp BGP table version is 16, local router ID is 10.1.26.2 Network Next Hop Metric LocPrf Weight Path *> 192.168.0.0 10.1.23.3 0 0 300 i *> 192.168.0.0/20 0.0.0.0 32768 i *> 192.168.1.0 10.1.23.3 0 0 300 i *> 192.168.2.0 10.1.23.3 0 0 300 i *> 192.168.3.0 10.1.24.4 0 0 400 i *> 192.168.4.0 10.1.24.4 0 0 400 i *> 192.168.5.0 10.1.24.4 0 0 400 i *> 192.168.6.0 10.1.25.5 0 0 500 i *> 192.168.7.0 10.1.25.5 0 0 500 i *> 192.168.8.0 10.1.25.5 0 0 500 i *> 192.168.9.0 10.1.26.6 0 0 600 i *> 192.168.10.0 10.1.26.6 0 0 600 i *> 192.168.11.0 10.1.26.6 0 0 600 i R2#
  • 8. ©2016 RHC Technologies Step 3 – Analyze BGP Table ( R1 ) #LIKE #FOLLOW #WATCH R H C TECHNOLOGIES R1 ( AS 100 ) R1#show ip bgp Network Next Hop Metric LocPrf Weight Path *> 192.168.0.0 10.1.12.2 0 200 300 i *> 192.168.0.0/20 10.1.12.2 0 0 200 i *> 192.168.1.0 10.1.12.2 0 200 300 i *> 192.168.2.0 10.1.12.2 0 200 300 i *> 192.168.3.0 10.1.12.2 0 200 400 i *> 192.168.4.0 10.1.12.2 0 200 400 i *> 192.168.5.0 10.1.12.2 0 200 400 i *> 192.168.6.0 10.1.12.2 0 200 500 i *> 192.168.7.0 10.1.12.2 0 200 500 i *> 192.168.8.0 10.1.12.2 0 200 500 i *> 192.168.9.0 10.1.12.2 0 200 600 i *> 192.168.10.0 10.1.12.2 0 200 600 i *> 192.168.11.0 10.1.12.2 0 200 600 i R1#
  • 9. ©2016 RHC Technologies Step 4 – Aggregate summary-only & Analyze ( R2 ) R2  (  AS  200  )   router bgp 200 aggregate-address 192.168.0.0 255.255.240.0 summary-only ! #LIKE #FOLLOW #WATCH R H C TECHNOLOGIES R2 ( AS 200 ) R2#show ip bgp BGP table version is 28, local router ID is 10.1.26.2 Status codes: s suppressed Network Next Hop Metric LocPrf Weight Path s> 192.168.0.0 10.1.23.3 0 0 300 i *> 192.168.0.0/20 0.0.0.0 32768 i s> 192.168.1.0 10.1.23.3 0 0 300 i s> 192.168.2.0 10.1.23.3 0 0 300 i s> 192.168.3.0 10.1.24.4 0 0 400 i s> 192.168.4.0 10.1.24.4 0 0 400 i s> 192.168.5.0 10.1.24.4 0 0 400 i s> 192.168.6.0 10.1.25.5 0 0 500 i s> 192.168.7.0 10.1.25.5 0 0 500 i s> 192.168.8.0 10.1.25.5 0 0 500 i s> 192.168.9.0 10.1.26.6 0 0 600 i s> 192.168.10.0 10.1.26.6 0 0 600 i s> 192.168.11.0 10.1.26.6 0 0 600 i R2#
  • 10. ©2016 RHC Technologies Step 4 – Analyze BGP Table & Routing Table ( R1 ) #LIKE #FOLLOW #WATCH R H C TECHNOLOGIES R1 ( AS 100 ) R1#show ip bgp BGP table version is 28, local router ID is 10.1.12.1 Network Next Hop Metric LocPrf Weight Path *> 192.168.0.0/20 10.1.12.2 0 0 200 i R1# R1 ( AS 100 ) R1#show ip route bgp B 192.168.0.0/20 [20/0] via 10.1.12.2, 00:21:22 R1# R1 ( AS 100 ) R1#sh ip bgp 192.168.0.0/20 BGP routing table entry for 192.168.0.0/20, version 16 Paths: (1 available, best #1, table default) Not advertised to any peer Refresh Epoch 1 200, (aggregated by 200 10.1.26.2) 10.1.12.2 from 10.1.12.2 (10.1.26.2) Origin IGP, metric 0, localpref 100, valid, external, atomic-aggregate, best R1#
  • 11. ©2016 RHC Technologies Step 5 – Generate as-set path information ( R2 ) R2 ( AS 200 ) router bgp 200 aggregate-address 192.168.0.0 255.255.240.0 summary-only as-set ! #LIKE #FOLLOW #WATCH R H C TECHNOLOGIES R2 ( AS 200 ) R2#show ip bgp BGP table version is 29, local router ID is 10.1.26.2 Network Next Hop Metric LocPrf Weight Path s> 192.168.0.0 10.1.23.3 0 0 300 i *> 192.168.0.0/20 0.0.0.0 100 32768 {300,400,500,600} i s> 192.168.1.0 10.1.23.3 0 0 300 i s> 192.168.2.0 10.1.23.3 0 0 300 i s> 192.168.3.0 10.1.24.4 0 0 400 i s> 192.168.4.0 10.1.24.4 0 0 400 i s> 192.168.5.0 10.1.24.4 0 0 400 i s> 192.168.6.0 10.1.25.5 0 0 500 i s> 192.168.7.0 10.1.25.5 0 0 500 i s> 192.168.8.0 10.1.25.5 0 0 500 i s> 192.168.9.0 10.1.26.6 0 0 600 i s> 192.168.10.0 10.1.26.6 0 0 600 i s> 192.168.11.0 10.1.26.6 0 0 600 i R2#
  • 12. ©2016 RHC Technologies Step 5 – Analyze BGP Table & Routing Table ( R1 ) #LIKE #FOLLOW #WATCH R H C TECHNOLOGIES R1 ( AS 100 ) R1#show ip bgp BGP table version is 29, local router ID is 10.1.12.1 Network Next Hop Metric LocPrf Weight Path *> 192.168.0.0/20 10.1.12.2 0 0 200 {300,400,500,600} i R1 ( AS 100 ) R1#show ip route bgp B 192.168.0.0/20 [20/0] via 10.1.12.2, 00:21:22 R1# R1 ( AS 100 ) R1#show ip bgp 192.168.0.0/20 BGP routing table entry for 192.168.0.0/20, version 29 Paths: (1 available, best #1, table default) Not advertised to any peer Refresh Epoch 1 200 {300,400,500,600}, (aggregated by 200 10.1.26.2) 10.1.12.2 from 10.1.12.2 (10.1.26.2) Origin IGP, metric 0, localpref 100, valid, external, best R1#
  • 13. © www.rhctechnologies.com R H C TECHNOLOGIES RHC Technologies #LIKE #FOLLOW #WATCH