BGP Lab 13 BGP AS-path prepending (CCNP Level)
Download Lab: GNS3
Lab tasks:
1. Configure router ISP4 to prepend every prefix coming from AS101 three times. (Inbound)
2. Configure router ISP2 to prepend only its own AS's prefix two times when it sends prefixes to AS103. (Outbound)
Configuration example:
!
R1(config)# route-map AS-PREPEND permit 10
R1(config-route-map)# set as-path prepend 101 101 101
R1(config-route-map)# exit
!
R1(config)# router bgp 104
R1(config-router)# neighbor 50.0.0.100 route-map AS-PREPEND in
Topology:
Comments
Post a Comment