Sim-496 BGP
Sim-496 BGP
‘SIMULATION
Guidelines
+ 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
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.
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
R6(config-router-af)#
R6# wrmem
Comments
Submit
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