Hello Gilang
The direction that is specified in the command does not refer to the direction of user traffic and how it is to be routed. It refers to the direction of the BGP updates upon which you want to apply the change in weight.
So this particular route map will change the weight of the routes learned via BGP that come from R3 to R1 inbound. So specifically:
- R3 sends an update to R1 containing the 22.22.22.0/24 prefix
- This update enters the R1 router via Fa1/0 in an inbound direction
- R1 has a route-map that will act upon this update in an inbound direction
- the Weight is changed, and installed in the BGP table with the newly modified weight
Thus, from here on in, outbound user traffic destined to 22.22.22.0/24 will have a weight of 400.
Take a look at this NetworkLessons note on BGP attributes and route-map directions for more information.
I hope this has been helpful!
Laz