Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

12/8/23, 11:50 AM Infosec Skills // Labs

kahsay gebrekidan

Console 1 Console 2 Console 3 Console 4


Step 6:
Weight Route-map Configuration
Create a route-map on R3 named 'PREFER_R1'. Match access- R3#clear
list 1 and set the BGP weight to 300. Route-map should be % Type "clear ?" for a list of subcommands
sequenced by 10's and must have an explicit permit at the R3#conf t
end. Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#route-map PREFER_R1 permit 10
R3 R3(config-route-map)#match ip address 1
R3(config-route-map)#set weight 300
 configure terminal R3(config-route-map)#route-map PREFER_R1 permit 20
route-map PREFER_R1 permit 10 R3(config-route-map)#end
match ip address 1 R3#
set weight 300 *Mar 1 00:32:13.287: %SYS-5-CONFIG_I: Configured from console by console
route-map PREFER_R1 permit 20 R3#show route-map PREFER_R1
end route-map PREFER_R1, permit, sequence 10
Match clauses:
Verification: ip address (access-lists): 1
Set clauses:
 show route-map PREFER_R1 weight 300
Policy routing matches: 0 packets, 0 bytes
route-map PREFER_R1, permit, sequence 20
Match clauses:
Set clauses:
Policy routing matches: 0 packets, 0 bytes
R3#

×
Hint
Previous BGP Weight, Local Preference and MED Next
Make sure to type the complete route-map commands
as displayed to be able to proceed to the next step.
© 2023 Infosec Institute, Inc. Infosec, a Cengage Group company. Trademarks Privacy Terms & Conditions

https://app.infosecinstitute.com/labs/i/50?content_tree=18032%2F16884%2F50 1/1

You might also like