0% found this document useful (0 votes)
160 views

Sim-496 BGP

Uploaded by

Nurkay Erbay
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)
160 views

Sim-496 BGP

Uploaded by

Nurkay Erbay
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
You are on page 1/ 1

eed ta EN:

Actual exam question from Cisco's 300-410


Question #: 496
Topic #:1
[All 300-410 Questions)

‘SIMULATION

Guidelines

This is a lab item in which tasks will be performed on virtual devices.

+ Refer to the Tasks tab to view the tasks for this lab item.
+ Refer to the Topology tab to access the device console(s) and perform the tasks
+ Console access is available for all required devices by clicking the device icon or using the tab(s) above the console window.
+ All necessary preconfigurations have been applied.
+ Do not change the enable password or hostname for any device
+ Save your configurations to NVRAM before moving to the next item.
+ Click Next at the bottom of the screen to submit this lab and move to the next question.
= When Next is clicked, the lab closes and cannot be reopened

Topology

L2. 192.168.3.2/24
Li. 192. 168.22/24
ISP Lo: 10.102 2/92
AS 65001 Ewe

1 10.10 13.0124 3
Lo 10 101.1732 Lo 10. 10.33/32

10 20.45 .0/24

Lo 1020.4.4/32 £0/3 E02 LO 10.205 5932

Company’s
AS 65000 Lo. 1020 6632
Lt. 172 16 6.624

Tasks

Accompany is connected to an ISP and some of the networks between the ISP and the company are not reachable. Troubleshoot and resolve the issues to achieve
these goals

1. A single /16 is advertised for all infrastructure-connected interfaces that belong to the 10.20.x.x network using BGP network commands from border routers
connected to the ISP. Configuration modification is allowed in R4 and R5 to achieve the results. Do not use the BGP aggregate command.

2. R6 receives the ISP R2 Loopback2 from R4 and receives a summary address for both Loopbacks of ISP R2 from R4 or RS. Use BGP attribute local-preference, add ,
for example, for R6, use “default+6 = value to be used”. Use the existing prefix lists or route maps with the sequence numbering starting at 10 and added in
increments of 10.

3. R6 receives the ISP R2 Loopback! from R5 and receives a summary address for both Loopbacks of ISP R2 from R4 or R5 using the same guidelines.

4. R6 advertises its Loopback! /24 address through BGP.

RA

R4# config t
R4(config)#
ip route 10.20.0.0 255.255.0.0 null 0
R4(config)# no ip prefix-list AS65001-in
R4(config)# ip prefix-list AS65001-in seq 10 permit 192.168.2.0/24
R4(config)# route-map AS65001-in permit 20
R4(config-ronte-map)# set local-preference 104
R4(config-route-map)# end
R4# clear ip bgp * soft
R4# wr
RS:
RS# config t
R5(config)#
ip route 10.20.0.0 255.255.0.0 null 0
Suggested Answer: 5 contig) no ip prefix-ist AS65001-in

R5(config)# ip prefix-list AS65001-in seq 10 permit 192.168.3.0/24


R3S(config)# route-map AS65001-in permit 20
R5(config-route-map)# set local-preference 105
R5(config-route-map)# end
R54 clear ip bgp * soft RS# wr
RG
R6# config t

R6(config-router)# address-family ipv4+

R6(config)# router bep 65000


R6(config-ronter-af)# no network 172.16.6.0
R6(config-ronter-af)# network 2.16.6.0 mask 255.255.255.0

R6(config-router-af)#

R6# wrmem

by & Ghauri777 at Nov. 19, 2023, 7:52 a.m.

Comments

Type your comment.

Submit

© & [Removed] 4 months, 3 weeks ago


Labbed as best | could without seeing the actual configs
Part1
Router 4+5
Add static route to 10.20.0.0 255.255.0.0 nullo
Advertise to BGP with network statement
Part2
Router 4 and 5.
Match relevant R2 loopback using a standard access list.
Create route map (question implies modification of existing). Permit 10 match access list and set LP to 100+routerID. Permit 20 match all/permit all (blank).
Pants
Advertise Loopback on R6 using network statement.
1 ©| upvoted 2times
© & ExamNinjat 1 month, 2weeks ago
am a little lost on what might be going on under the hood on this one. Can someone explain why we would be installing a null0 route here.
© | upvoted
1 times
© & Gramterre 1 month ago
Because we need the route to advertise it into bgp, as we are not allowed to use the aggregate command
© | upvoted
1 times
© & halil395 2 months, 2 weeks ago
Rav
!
ip route 10.20.0.0 255.255.0.0 Nullo
!
router bgp 65000
network 10.20.0.0 mask 255.255.0.0
aggregate-address 192.168.2.0 255.255.254.0
neighbor 10.20.6.6 route-map BGP-R6 out
!
ip prefix-list 65000-in seq 5 permit 192.168.2.0/24
1
route-map BGP-R6 permit 10
match ip address prefix-list 65000-in
set local-preference 104
!
route-map BGP-R6 permit 20
‘asin aaa
RS#
1
ip route 10.20.0.0 255.255.0.0 Nullo
!
router bgp 65000
network 10.20.0.0 mask 255.255.0.0
aggregate-address 192.168.2.0 255.255.254.0
neighbor 10.20.6.6 route-map BGP-R6 out
1
ip prefix-list 65001-in seq 5 permit 192.168.3.0/24
1
route-map BGP-R6 permit 10
match ip address prefix-list 65001-in
set local-preference 105
!
route-map BGP-R6 permit 20
!
‘SE AEAEE EEA
Rot
!
router bgp 65000
network 172.16.6.0 mask 255.255.255.0
!
© | upvoted
1 times
© & Ghauri777 5 months, 3 weeks ago
R4
router bgp 65000
bgp log-neighbor-changes
network 10.20.0.0 mask 255.255.0.0
aggregate-address 192.168.0.0 255.255.252.0 as-set
neighbor 10.10.1.1 remote-as 65001
neighbor 10.10.1.1 ebgp-multihop 2
neighbor 10.10.1.1 update-source LoopbackO
neighbor 10.10.1.1 route-map R2-L2 in

ip prefix-list 1 seq 5 permit 192.168.3.0/24


match ip address prefix-list 1

route-map R2-L2 permit 10


match ip address prefix-list 1
set local-preference 104
route-map R2-L2 permit 20

RS
router bgp 65000
bgp log-neighbor-changes
network 10.20.0.0 mask 255.255.0.0
aggregate-address 192.168.0.0 255.255.252.0 as-set
neighbor 10.10.3.3 remote-as 65001
neighbor 10.10.3.3 ebgp-multihop 2
neighbor 10.10.3.3 update-source LoopbackO
neighbor 10.10.3.3 route-map R2-L1 in
ip prefix-list 1 seq 5 permit 192.168.2.0/24
match ip address prefix-list 1
set local-preference 106
route-map R2-L1 permit 10
match ip address prefix-list 1
set local-preference 106
route-map R2-L1 permit 20

RO
router bgp 65000
bgp log-neighbor-changes
network 172.16.6.0 mask 255.255.255.0
© | upvoted
1 times
© & [Removed] 5 months, 1 week ago
Its says you cannot use the aggregate command
As the published solution states - add a null static route and then advertise into BGP.
1 © | upvoted 2times
© & aqwsdfghjkip 5 months, 2 weeks ago
| don't know why you need the “as-set" command
© | upvoted
1 times
© & aqwsdfghjkip 5 months, 2weeks ago
Is this a config?
© | upvoted
1 times

You might also like