AS 20 . AS 12
.
.
R1------(122.12.1.0/24)-------R2
| . |
| . |
| . |
(133.13.1.0/24) . |
| . |
| . |
| . |
| . |
R3------(10.23.1.0/24)---------
.
.
.
Here's another quick challange, this time for BGP.
Assume full mesh and that peering is done on directly
connected interfaces.
Assume that R2 is advertising its network 2.2.2.0/24. Then,
configure BGP so that it matches output on R1:
Network Next Hop Metric LocPrf Weight Path
* i2.2.2.2.0/24 10.23.1.2 0 100 0 12 i
*> 122.12.1.2 0 0 21 12 i
Config should be as simple as possible. Do not use route map on R1 or R2.
If you think you know the asnwer give others a chance to think.