KEMBAR78
Weight Route-Map Configuration | PDF | Computer Science | Network Layer Protocols
0% found this document useful (0 votes)
39 views1 page

Weight Route-Map Configuration

The document describes creating a route-map on router R3 named 'PREFER_R1' to prefer routes learned from router R1. The route-map matches access-list 1 and sets the BGP weight to 300. It is sequenced with permit statements at 10 and 20 to apply the route-map explicitly. The configuration is verified by showing the route-map details.
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)
39 views1 page

Weight Route-Map Configuration

The document describes creating a route-map on router R3 named 'PREFER_R1' to prefer routes learned from router R1. The route-map matches access-list 1 and sets the BGP weight to 300. It is sequenced with permit statements at 10 and 20 to apply the route-map explicitly. The configuration is verified by showing the route-map details.
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

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