Hi guys,
that question says that all traffic going to BB1 uses the Ethernet link to SW1, and the soluation configured to all routes with ACL0 , i think the soluation needs to be modified to be:
Rack1R6#sh run | se ip access-list|router rip
router rip
version 2
timers basic 10 60 60 80
offset-list OFFSET_LIST out 5 fa0/0.146
network 54.0.0.0
network 150.1.0.0
network 155.1.0.0
no auto-summary
ip access-list standard OFFSET_LIST
permit 212.18.0.0 0.0.3.255
*****so if we trace from R1 to one of BB1's routes it will go to the desired path:
Rack1R1#traceroute 212.18.0.1
Type escape sequence to abort.
Tracing the route to 212.18.0.1
VRF info: (vrf in name/id, vrf out name/id)
1 155.1.13.3 5 msec 10 msec 10 msec
2 155.1.37.7 10 msec 10 msec 9 msec
3 155.1.67.6 17 msec 6 msec 7 msec
4 54.1.1.254 26 msec * 25 msec
*****and if we trace to R6's loopback it's still unmodified:
Rack1R1#traceroute 150.1.6.6
Type escape sequence to abort.
Tracing the route to 150.1.6.6
VRF info: (vrf in name/id, vrf out name/id)
1 155.1.146.6 58 msec * 1 msec
Am I right or wrong???