Section 3: BGP (12 Points)

  • Configure EBGP between R6 and BB3. R6 will belong to AS 100 and the BB3 router AS is 300. R6 will receive updates for networks 200.20.X.0 and 198.18.X.0, where X is any number.

If you configured this correctly as shown in Example 6-36, you have scored 6 points.

The EBGP configuration on R6 is a simple task. Again, you will need the basic BGP concepts to accomplish this.

Example 6-36. R6 EBGP Configuration
R6#show run | b router bgp
						router bgp 100
						no synchronization
						neighbor 170.100.10.254 remote-as 300
						no auto-summary
!
!
R6# sh ip bgp BGP table version is 21, local router ID is 160.10.6.6 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal Origin codes: i - IGP, e - EGP, ? - incomplete Network ...

Get CCIE Routing and Switching Practice Labs now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.